git: f8f084d7ee5e - main - devel/xsimd: Update 8.1.0 → 10.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Mar 2023 06:00:12 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8f084d7ee5e4279667fe65d0353312b240c7934 commit f8f084d7ee5e4279667fe65d0353312b240c7934 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-14 05:34:55 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-14 06:00:09 +0000 devel/xsimd: Update 8.1.0 → 10.0.0 Reported by: portscout --- devel/xsimd/Makefile | 5 +++-- devel/xsimd/distinfo | 6 +++--- devel/xsimd/pkg-plist | 3 ++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/xsimd/Makefile b/devel/xsimd/Makefile index dd0067d6ebc7..fa1d4d58491b 100644 --- a/devel/xsimd/Makefile +++ b/devel/xsimd/Makefile @@ -1,5 +1,5 @@ PORTNAME= xsimd -DISTVERSION= 8.1.0 +DISTVERSION= 10.0.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -9,7 +9,8 @@ WWW= https://github.com/xtensor-stack/xsimd LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= googletest>0:devel/googletest +TEST_DEPENDS= googletest>0:devel/googletest \ + doctest>0:devel/doctest USES= cmake compiler:c++11-lang diff --git a/devel/xsimd/distinfo b/devel/xsimd/distinfo index 390ed54a11f7..55c1d8458b03 100644 --- a/devel/xsimd/distinfo +++ b/devel/xsimd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651951704 -SHA256 (xtensor-stack-xsimd-8.1.0_GH0.tar.gz) = d52551360d37709675237d2a0418e28f70995b5b7cdad7c674626bcfbbf48328 -SIZE (xtensor-stack-xsimd-8.1.0_GH0.tar.gz) = 190180 +TIMESTAMP = 1678771914 +SHA256 (xtensor-stack-xsimd-10.0.0_GH0.tar.gz) = 73f818368b3a4dad92fab1b2933d93694241bd2365a6181747b2df1768f6afdd +SIZE (xtensor-stack-xsimd-10.0.0_GH0.tar.gz) = 212082 diff --git a/devel/xsimd/pkg-plist b/devel/xsimd/pkg-plist index 1dffd5cf80d3..7b7b7fa05825 100644 --- a/devel/xsimd/pkg-plist +++ b/devel/xsimd/pkg-plist @@ -28,13 +28,13 @@ include/xsimd/arch/xsimd_sse3.hpp include/xsimd/arch/xsimd_sse4_1.hpp include/xsimd/arch/xsimd_sse4_2.hpp include/xsimd/arch/xsimd_ssse3.hpp +include/xsimd/arch/xsimd_sve.hpp include/xsimd/config/xsimd_arch.hpp include/xsimd/config/xsimd_config.hpp include/xsimd/config/xsimd_cpuid.hpp include/xsimd/math/xsimd_rem_pio2.hpp include/xsimd/memory/xsimd_aligned_allocator.hpp include/xsimd/memory/xsimd_alignment.hpp -include/xsimd/stl/algorithms.hpp include/xsimd/types/xsimd_all_registers.hpp include/xsimd/types/xsimd_api.hpp include/xsimd/types/xsimd_avx2_register.hpp @@ -58,6 +58,7 @@ include/xsimd/types/xsimd_sse3_register.hpp include/xsimd/types/xsimd_sse4_1_register.hpp include/xsimd/types/xsimd_sse4_2_register.hpp include/xsimd/types/xsimd_ssse3_register.hpp +include/xsimd/types/xsimd_sve_register.hpp include/xsimd/types/xsimd_traits.hpp include/xsimd/types/xsimd_utils.hpp include/xsimd/xsimd.hpp