science/quantum-espresso: Update 6.3 -> 6.4
Reported by: portscout
This commit is contained in:
parent
ca8030a9f9
commit
5db7479d7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494762
4 changed files with 19 additions and 27 deletions
|
@ -2,8 +2,7 @@
|
|||
|
||||
PORTNAME= quantum-espresso
|
||||
DISTVERSIONPREFIX= qe-
|
||||
DISTVERSION= 6.3
|
||||
PORTREVISION= 5
|
||||
DISTVERSION= 6.4
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -19,7 +18,7 @@ LIB_DEPENDS= libmpich.so:net/mpich \
|
|||
liblapack.so:math/lapack
|
||||
|
||||
USES= fortran gmake python shebangfix
|
||||
SHEBANG_FILES= configure PW/tools/cell2ibrav.py
|
||||
SHEBANG_FILES= configure
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= QEF
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1542825256
|
||||
SHA256 (QEF-q-e-qe-6.3_GH0.tar.gz) = 4067c8fffa957aabbd5cf2439e2fcb6cf3752325393c67a17d99fd09edf8689c
|
||||
SIZE (QEF-q-e-qe-6.3_GH0.tar.gz) = 86418701
|
||||
TIMESTAMP = 1551838190
|
||||
SHA256 (QEF-q-e-qe-6.4_GH0.tar.gz) = 781366d03da75516fdcf9100a1caadb26ccdd1dedd942a6f8595ff0edca74bfe
|
||||
SIZE (QEF-q-e-qe-6.4_GH0.tar.gz) = 83097382
|
||||
|
|
|
@ -1,23 +1,16 @@
|
|||
--- Makefile.orig 2018-07-19 01:55:24 UTC
|
||||
--- Makefile.orig 2019-03-06 02:33:55 UTC
|
||||
+++ Makefile
|
||||
@@ -264,11 +264,11 @@ links : bindir
|
||||
#########################################################
|
||||
@@ -296,10 +296,10 @@ links : bindir
|
||||
#############################################################
|
||||
|
||||
install :
|
||||
- @if test -d bin ; then mkdir -p $(PREFIX)/bin ; \
|
||||
+ @if test -d bin ; then mkdir -p $(DESTDIR)$(PREFIX)/bin ; \
|
||||
- mkdir -p $(PREFIX)/bin ; \
|
||||
+ mkdir -p $(DESTDIR)$(PREFIX)/bin ; \
|
||||
for x in `find * ! -path "test-suite/*" -name *.x -type f` ; do \
|
||||
- cp $$x $(PREFIX)/bin/ ; done ; \
|
||||
+ cp $$x $(DESTDIR)$(PREFIX)/bin/ ; done ; \
|
||||
fi
|
||||
- @echo 'Quantum ESPRESSO binaries installed in $(PREFIX)/bin'
|
||||
+ @echo 'Quantum ESPRESSO binaries installed in $(DESTDIR)$(PREFIX)/bin'
|
||||
- cp -v $$x $(PREFIX)/bin/ ; done
|
||||
- @echo -e '\nQuantum ESPRESSO binaries are installed in $(PREFIX)/bin\n'
|
||||
+ cp -v $$x $(DESTDIR)$(PREFIX)/bin/ ; done
|
||||
+ @echo -e '\nQuantum ESPRESSO binaries are installed in $(DESTDIR)$(PREFIX)/bin\n'
|
||||
|
||||
#########################################################
|
||||
# Run test-suite for numerical regression testing
|
||||
@@ -376,3 +376,5 @@ doc_clean :
|
||||
depend: libiotk
|
||||
@echo 'Checking dependencies...'
|
||||
- ( if test -x install/makedeps.sh ; then install/makedeps.sh ; fi)
|
||||
+
|
||||
+.PHONY: install
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
bin/alpha2f.x
|
||||
bin/average.x
|
||||
bin/bands.x
|
||||
bin/bgw2pw.x
|
||||
bin/bse_main.x
|
||||
bin/casino2upf.x
|
||||
bin/cell2ibrav.x
|
||||
bin/cp.x
|
||||
bin/cpmd2upf.x
|
||||
bin/cppp.x
|
||||
bin/dos.x
|
||||
bin/dynmat.x
|
||||
bin/epa.x
|
||||
|
@ -27,8 +26,8 @@ bin/generate_vdW_kernel_table.x
|
|||
bin/gww.x
|
||||
bin/gww_fit.x
|
||||
bin/head.x
|
||||
bin/hp.x
|
||||
bin/ibrav2cell.x
|
||||
bin/importexport_binary.x
|
||||
bin/initial_state.x
|
||||
bin/interpolate.x
|
||||
bin/iotk.x
|
||||
|
@ -54,13 +53,14 @@ bin/plotproj.x
|
|||
bin/plotrho.x
|
||||
bin/pmw.x
|
||||
bin/pp.x
|
||||
bin/ppacf.x
|
||||
bin/projwfc.x
|
||||
bin/pw.x
|
||||
bin/pw2bgw.x
|
||||
bin/pw2critic.x
|
||||
bin/pw2gw.x
|
||||
bin/pw2wannier90.x
|
||||
bin/pw4gww.x
|
||||
bin/pw_export.x
|
||||
bin/pwcond.x
|
||||
bin/pwi2xsf.x
|
||||
bin/q2qstar.x
|
||||
|
@ -81,7 +81,7 @@ bin/turbo_spectrum.x
|
|||
bin/upf2casino.x
|
||||
bin/uspp2upf.x
|
||||
bin/vdb2upf.x
|
||||
bin/virtual.x
|
||||
bin/virtual_v2.x
|
||||
bin/wannier_ham.x
|
||||
bin/wannier_plot.x
|
||||
bin/wfck2r.x
|
||||
|
|
Loading…
Reference in a new issue