Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 16:43:08 +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: r534192 - head/science/erkale
Message-ID:  <202005061643.046Gh83D030350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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