aboutsummaryrefslogtreecommitdiff
path: root/devel/xtl-quant-stack/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-04-25 06:04:33 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-04-25 06:04:33 +0000
commit332834e8cf817b92bb81f7af51d1acb3a283ec41 (patch)
tree8059f4994d2a6d7f9eb61756b999a26752f35fbf /devel/xtl-quant-stack/Makefile
parentac47dc633102c5144738b068b99f3d19e613fa0d (diff)
downloadports-332834e8cf817b92bb81f7af51d1acb3a283ec41.tar.gz
ports-332834e8cf817b92bb81f7af51d1acb3a283ec41.zip
devel/xtl-quant-stack: Update 0.6.0 -> 0.6.3
Reported by: portscout
Notes
Notes: svn path=/head/; revision=499952
Diffstat (limited to 'devel/xtl-quant-stack/Makefile')
-rw-r--r--devel/xtl-quant-stack/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/xtl-quant-stack/Makefile b/devel/xtl-quant-stack/Makefile
index 8cb74afd1087..e4744d9a284a 100644
--- a/devel/xtl-quant-stack/Makefile
+++ b/devel/xtl-quant-stack/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= xtl
-DISTVERSION= 0.6.0
+DISTVERSION= 0.6.3
CATEGORIES= devel
PKGNAMESUFFIX= -quant-stack
@@ -23,9 +23,9 @@ GH_ACCOUNT= QuantStack
NO_BUILD= yes
NO_ARCH= yes
-do-test: # tests fail to build: https://github.com/QuantStack/xtl/issues/106
- @cd ${WRKSRC}/test && \
- ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -Dxtl_DIR:STRING=${STAGEDIR}${PREFIX}/lib/cmake/xtl && \
+do-test:
+ @cd ${WRKSRC} && \
+ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -Dxtl_DIR:STRING=${STAGEDIR}${PREFIX}/lib/cmake/xtl -DBUILD_TESTS=ON -DDOWNLOAD_GTEST=OFF && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} xtest