Skip to content

Commit

Permalink
devel/xsimd: Update 8.1.0 → 10.0.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Mar 14, 2023
1 parent 7034f5e commit f8f084d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions devel/xsimd/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xsimd
DISTVERSION= 8.1.0
DISTVERSION= 10.0.0
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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
3 changes: 2 additions & 1 deletion devel/xsimd/pkg-plist
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f8f084d

Please sign in to comment.