From 71092b72f36c1192b890699ca0fe7645d5fb173f Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Sat, 25 Apr 2026 17:27:48 +1000 Subject: [PATCH] highway: update to 1.4.0 --- devel/highway/Portfile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/devel/highway/Portfile b/devel/highway/Portfile index e9ad89bc20b..25bdb6f8d2d 100644 --- a/devel/highway/Portfile +++ b/devel/highway/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.0 -github.setup google highway 1.3.0 +github.setup google highway 1.4.0 categories devel maintainers {jmr @jmroot} license {Apache-2 BSD} @@ -15,19 +15,15 @@ long_description Highway is a C++ library that provides portable \ SIMD/vector intrinsics. github.tarball_from releases -checksums rmd160 43d0afecb05ca9afab353e30f5e3294b0eb3db74 \ - sha256 e8d696900b45f4123be8a9d6866f4e7b6831bf599f4b9c178964d968e6a58a69 +checksums rmd160 e36d39a5d799a86d783519adacadbbfb80a5416a \ + sha256 36f672ab48ddb3c8555e9e89e16fe400cd7d16c6eb455a1a3d0c146a63ababdc cmake.out_of_source yes configure.args-append \ -DBUILD_SHARED_LIBS=ON \ -DBUILD_TESTING=OFF -if {${os.platform} eq "darwin" && [vercmp ${macosx_deployment_target} < 10.12]} { - configure.args-append -DHWY_DISABLE_FUTEX=ON -} - -compiler.cxx_standard 2011 +compiler.cxx_standard 2014 # Compilation warning: "x86 Clang <= 6: define HWY_COMPILE_ONLY_SCALAR or upgrade." # (Xcode Clang 10.0.1 ~= llvm.org Clang 7.0) compiler.blacklist {clang < 1001}