diff --git a/devel/xtl-quant-stack/Makefile b/devel/xtl-quant-stack/Makefile index 542dc604cb9c..f1bf12e4d381 100644 --- a/devel/xtl-quant-stack/Makefile +++ b/devel/xtl-quant-stack/Makefile @@ -1,31 +1,32 @@ PORTNAME= xtl -DISTVERSION= 0.7.4 +DISTVERSION= 0.7.5 CATEGORIES= devel PKGNAMESUFFIX= -quant-stack MAINTAINER= yuri@FreeBSD.org COMMENT= Template library that supports other quantstack projects WWW= https://github.com/xtensor-stack/xtl LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json RUN_DEPENDS= nlohmann-json>0:devel/nlohmann-json -TEST_DEPENDS= nlohmann-json>0:devel/nlohmann-json \ +TEST_DEPENDS= doctest>0:devel/doctest \ + nlohmann-json>0:devel/nlohmann-json \ googletest>0:devel/googletest USES= cmake USE_GITHUB= yes GH_ACCOUNT= xtensor-stack NO_BUILD= yes NO_ARCH= yes 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} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} xtest .include diff --git a/devel/xtl-quant-stack/distinfo b/devel/xtl-quant-stack/distinfo index 5380a752d7cc..b42c083234bc 100644 --- a/devel/xtl-quant-stack/distinfo +++ b/devel/xtl-quant-stack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638206177 -SHA256 (xtensor-stack-xtl-0.7.4_GH0.tar.gz) = 3c88be0e696b64150c4de7a70f9f09c00a335186b0b0b409771ef9f56bca7d9a -SIZE (xtensor-stack-xtl-0.7.4_GH0.tar.gz) = 159736 +TIMESTAMP = 1687410831 +SHA256 (xtensor-stack-xtl-0.7.5_GH0.tar.gz) = 3286fef5fee5d58f82f7b91375cd449c819848584bae9367893501114d923cbe +SIZE (xtensor-stack-xtl-0.7.5_GH0.tar.gz) = 160548 diff --git a/devel/xtl-quant-stack/pkg-plist b/devel/xtl-quant-stack/pkg-plist index 93c7b08affea..c3237e325f3e 100644 --- a/devel/xtl-quant-stack/pkg-plist +++ b/devel/xtl-quant-stack/pkg-plist @@ -1,36 +1,37 @@ include/xtl/xany.hpp include/xtl/xbase64.hpp include/xtl/xbasic_fixed_string.hpp include/xtl/xclosure.hpp +include/xtl/xcompare.hpp include/xtl/xcomplex.hpp include/xtl/xcomplex_sequence.hpp include/xtl/xdynamic_bitset.hpp include/xtl/xfunctional.hpp include/xtl/xhalf_float.hpp include/xtl/xhalf_float_impl.hpp include/xtl/xhash.hpp include/xtl/xhierarchy_generator.hpp include/xtl/xiterator_base.hpp include/xtl/xjson.hpp include/xtl/xmasked_value.hpp include/xtl/xmasked_value_meta.hpp include/xtl/xmeta_utils.hpp include/xtl/xmultimethods.hpp include/xtl/xoptional.hpp include/xtl/xoptional_meta.hpp include/xtl/xoptional_sequence.hpp include/xtl/xplatform.hpp include/xtl/xproxy_wrapper.hpp include/xtl/xsequence.hpp include/xtl/xspan.hpp include/xtl/xspan_impl.hpp include/xtl/xsystem.hpp include/xtl/xtl_config.hpp include/xtl/xtype_traits.hpp include/xtl/xvariant.hpp include/xtl/xvariant_impl.hpp include/xtl/xvisitor.hpp share/cmake/xtl/xtlConfig.cmake share/cmake/xtl/xtlConfigVersion.cmake share/cmake/xtl/xtlTargets.cmake share/pkgconfig/xtl.pc