Date: Wed, 6 Mar 2019 03:17:45 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494762 - in head/science/quantum-espresso: . files Message-ID: <201903060317.x263Hjjh026616@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Mar 6 03:17:45 2019 New Revision: 494762 URL: https://svnweb.freebsd.org/changeset/ports/494762 Log: science/quantum-espresso: Update 6.3 -> 6.4 Reported by: portscout Modified: head/science/quantum-espresso/Makefile head/science/quantum-espresso/distinfo head/science/quantum-espresso/files/patch-Makefile head/science/quantum-espresso/pkg-plist Modified: head/science/quantum-espresso/Makefile ============================================================================== --- head/science/quantum-espresso/Makefile Wed Mar 6 02:55:21 2019 (r494761) +++ head/science/quantum-espresso/Makefile Wed Mar 6 03:17:45 2019 (r494762) @@ -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 Modified: head/science/quantum-espresso/distinfo ============================================================================== --- head/science/quantum-espresso/distinfo Wed Mar 6 02:55:21 2019 (r494761) +++ head/science/quantum-espresso/distinfo Wed Mar 6 03:17:45 2019 (r494762) @@ -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 Modified: head/science/quantum-espresso/files/patch-Makefile ============================================================================== --- head/science/quantum-espresso/files/patch-Makefile Wed Mar 6 02:55:21 2019 (r494761) +++ head/science/quantum-espresso/files/patch-Makefile Wed Mar 6 03:17:45 2019 (r494762) @@ -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 Modified: head/science/quantum-espresso/pkg-plist ============================================================================== --- head/science/quantum-espresso/pkg-plist Wed Mar 6 02:55:21 2019 (r494761) +++ head/science/quantum-espresso/pkg-plist Wed Mar 6 03:17:45 2019 (r494762) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903060317.x263Hjjh026616>