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:
parent
25fe464d1e
commit
bc03a4d33c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469259
@ -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= *
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user