Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2020 20:51:29 +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: r556926 - in head/science/quantum-espresso: . files
Message-ID:  <202012032051.0B3KpTaM047343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Dec  3 20:51:28 2020
New Revision: 556926
URL: https://svnweb.freebsd.org/changeset/ports/556926

Log:
  science/quantum-espresso: Update 6.6 -> 6.7.0
  
  Reported by:	portscout

Modified:
  head/science/quantum-espresso/Makefile
  head/science/quantum-espresso/distinfo
  head/science/quantum-espresso/files/patch-install_extlibs__makefile
  head/science/quantum-espresso/pkg-plist

Modified: head/science/quantum-espresso/Makefile
==============================================================================
--- head/science/quantum-espresso/Makefile	Thu Dec  3 20:42:39 2020	(r556925)
+++ head/science/quantum-espresso/Makefile	Thu Dec  3 20:51:28 2020	(r556926)
@@ -2,7 +2,7 @@
 
 PORTNAME=	quantum-espresso
 DISTVERSIONPREFIX=	qe-
-DISTVERSION=	6.6
+DISTVERSION=	6.7.0
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/science/quantum-espresso/distinfo
==============================================================================
--- head/science/quantum-espresso/distinfo	Thu Dec  3 20:42:39 2020	(r556925)
+++ head/science/quantum-espresso/distinfo	Thu Dec  3 20:51:28 2020	(r556926)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605494137
-SHA256 (QEF-q-e-qe-6.6_GH0.tar.gz) = 924656cb083f52e5d2fe71ade05881389dac64b45316f1bdd6dee1c6170a672c
-SIZE (QEF-q-e-qe-6.6_GH0.tar.gz) = 77129279
+TIMESTAMP = 1607020633
+SHA256 (QEF-q-e-qe-6.7.0_GH0.tar.gz) = 11364f931894555f296f176ca91757f9a8d510f8e5264ced60e82e11c6de725f
+SIZE (QEF-q-e-qe-6.7.0_GH0.tar.gz) = 99527132

Modified: head/science/quantum-espresso/files/patch-install_extlibs__makefile
==============================================================================
--- head/science/quantum-espresso/files/patch-install_extlibs__makefile	Thu Dec  3 20:42:39 2020	(r556925)
+++ head/science/quantum-espresso/files/patch-install_extlibs__makefile	Thu Dec  3 20:51:28 2020	(r556926)
@@ -1,7 +1,7 @@
---- install/extlibs_makefile.orig	2018-07-18 09:59:27 UTC
+--- install/extlibs_makefile.orig	2020-11-30 12:57:09 UTC
 +++ install/extlibs_makefile
-@@ -62,12 +62,6 @@ fake_lapack_external :
- 	-rm fake_liblapack.a
+@@ -39,12 +39,6 @@ liblapack : liblapack_$(LAPACK_LIBS_SWITCH) 
+ liblapack_external : 
  
  liblapack_internal:
 -	$(call download_and_unpack,$(LAPACK_NETLIB_NAME),$(LAPACK_NETLIB_URL),LAPACK,LAPACK)
@@ -10,6 +10,6 @@
 -	  cd ../LAPACK; $(MAKE) blaslib lapacklib); else \
 -        (echo "no configuration file found for lapack"; \
 -         echo "run configure from main QE dir"; exit); fi 
- 
- libiotk:
- 	if test ! -d ../S3DE; then \
+ lapack_clean:
+ 	if test -d ../LAPACK; then (cd ../LAPACK; $(MAKE) clean); fi
+ lapack_veryclean:

Modified: head/science/quantum-espresso/pkg-plist
==============================================================================
--- head/science/quantum-espresso/pkg-plist	Thu Dec  3 20:42:39 2020	(r556925)
+++ head/science/quantum-espresso/pkg-plist	Thu Dec  3 20:51:28 2020	(r556926)
@@ -21,8 +21,6 @@ bin/head.x
 bin/hp.x
 bin/ibrav2cell.x
 bin/initial_state.x
-bin/iotk.x
-bin/iotk_print_kinds.x
 bin/kpoints.x
 bin/lambda.x
 bin/ld1.x



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012032051.0B3KpTaM047343>