1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

math/superlu: Disable enable_tests cmake argument because tests are enabled in the special target

Also changed to use CMAKE_ON/CMAKE_OFF.
This commit is contained in:
Yuri Victorovich 2018-05-07 00:06:09 +00:00
parent 25fe464d1e
commit bc03a4d33c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469259

View File

@ -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= *