Date: Mon, 7 May 2018 00:06:09 +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: r469259 - head/math/superlu Message-ID: <201805070006.w47069Ro084445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805070006.w47069Ro084445>