svn commit: r469259 - head/math/superlu

Yuri Victorovich yuri at FreeBSD.org
Mon May 7 00:06:10 UTC 2018


Author: yuri
Date: Mon May  7 00:06:09 2018
New Revision: 469259
URL: https://svnweb.freebsd.org/changeset/ports/469259

Log:
  math/superlu: Disable enable_tests cmake argument because tests are enabled in the special target
  
  Also changed to use CMAKE_ON/CMAKE_OFF.

Modified:
  head/math/superlu/Makefile

Modified: head/math/superlu/Makefile
==============================================================================
--- head/math/superlu/Makefile	Sun May  6 23:58:10 2018	(r469258)
+++ head/math/superlu/Makefile	Mon May  7 00:06:09 2018	(r469259)
@@ -22,8 +22,8 @@ USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/SuperLU_${PORTVERSION}
 PLIST_SUB=	P_VERSION="${PORTVERSION}" P_VER="${PORTVERSION:R:R}"
 
-CMAKE_ARGS=	-DUSE_XSDK_DEFAULTS:BOOL=ON \
-		-Denable_examples:BOOL=OFF
+CMAKE_ON=	USE_XSDK_DEFAULTS
+CMAKE_OFF=	enable_tests enable_examples
 
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list