svn commit: r534192 - head/science/erkale

Yuri Victorovich yuri at FreeBSD.org
Wed May 6 16:43:09 UTC 2020


Author: yuri
Date: Wed May  6 16:43:08 2020
New Revision: 534192
URL: https://svnweb.freebsd.org/changeset/ports/534192

Log:
  science/erkale: Change the default flavor to 'parallel'; Remove the redundant OPENBLAS_LIB_DEPENDS line
  
  parallel is what should be a default for production use.
  
  Approved by:	portmgr (flavors were approved by portmgr when the port was committed)

Modified:
  head/science/erkale/Makefile

Modified: head/science/erkale/Makefile
==============================================================================
--- head/science/erkale/Makefile	Wed May  6 16:40:11 2020	(r534191)
+++ head/science/erkale/Makefile	Wed May  6 16:43:08 2020	(r534192)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libderiv.so:science/libint \
 		libxc.so:science/libxc
 RUN_DEPENDS=	${LOCALBASE}/share/erkale/basis/6-21G.gbs:science/erkale-pseudopotentials
 
-FLAVORS=	serial parallel
+FLAVORS=	parallel serial
 FLAVOR?=	${FLAVORS:[1]}
 serial_PKGNAMESUFFIX=	-serial
 
@@ -59,7 +59,6 @@ NETLIB_BROKEN=		choosing NETLIB causes a conflict: ope
 
 OPENBLAS_USES=		blaslapack:openblas
 OPENBLAS_CMAKE_ON=	-DLAPACK_LIBRARIES:STRING=-lopenblas -DBLAS_LIBRARIES:STRING=-lopenblas
-OPENBLAS_LIB_DEPENDS=	libopenblas.so:math/openblas
 
 .if ${FLAVOR} == parallel
 post-install:


More information about the svn-ports-head mailing list