diff options
Diffstat (limited to 'devel/xtl-quant-stack/Makefile')
-rw-r--r-- | devel/xtl-quant-stack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xtl-quant-stack/Makefile b/devel/xtl-quant-stack/Makefile index 04467678dbd7..5b419b2bf859 100644 --- a/devel/xtl-quant-stack/Makefile +++ b/devel/xtl-quant-stack/Makefile @@ -1,5 +1,5 @@ PORTNAME= xtl -DISTVERSION= 0.7.2 +DISTVERSION= 0.7.4 CATEGORIES= devel PKGNAMESUFFIX= -quant-stack @@ -21,7 +21,7 @@ GH_ACCOUNT= xtensor-stack NO_BUILD= yes NO_ARCH= yes -do-test: +do-test: # tests fail to compile: https://github.com/xtensor-stack/xtl/issues/255 @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} && \ |