devel/highway: update to 1.0.2
Changes: https://github.com/google/highway/releases/tag/1.0.2 Reported by: GitHub (watch releases)
This commit is contained in:
parent
84137f3acc
commit
c43ef7c379
@ -1,10 +1,7 @@
|
||||
PORTNAME= highway
|
||||
DISTVERSION= 1.0.1
|
||||
DISTVERSION= 1.0.2
|
||||
CATEGORIES= devel
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= 6a822e2a9ae3.patch:-p1 # https://github.com/google/highway/issues/946
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Performance-portable, length-agnostic SIMD with runtime dispatch
|
||||
WWW= https://github.com/google/highway
|
||||
|
@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1661360790
|
||||
SHA256 (google-highway-1.0.1_GH0.tar.gz) = 7ca6af7dc2e3e054de9e17b9dfd88609a7fd202812b1c216f43cc41647c97311
|
||||
SIZE (google-highway-1.0.1_GH0.tar.gz) = 1730746
|
||||
SHA256 (6a822e2a9ae3.patch) = dcc115c8daad2dfeea3101d0945f25f96c2aa3cc27a50c8c048fd8abcb7a6dc4
|
||||
SIZE (6a822e2a9ae3.patch) = 960
|
||||
TIMESTAMP = 1666944518
|
||||
SHA256 (google-highway-1.0.2_GH0.tar.gz) = e8ef71236ac0d97f12d553ec1ffc5b6375d57b5f0b860c7447dd69b6ed1072db
|
||||
SIZE (google-highway-1.0.2_GH0.tar.gz) = 1751373
|
||||
|
@ -23,6 +23,7 @@ include/hwy/ops/arm_neon-inl.h
|
||||
include/hwy/ops/arm_sve-inl.h
|
||||
include/hwy/ops/emu128-inl.h
|
||||
include/hwy/ops/generic_ops-inl.h
|
||||
include/hwy/ops/rvv-inl.h
|
||||
include/hwy/ops/scalar-inl.h
|
||||
include/hwy/ops/set_macros-inl.h
|
||||
include/hwy/ops/shared-inl.h
|
||||
@ -39,13 +40,13 @@ include/hwy/tests/test_util-inl.h
|
||||
include/hwy/tests/test_util.h
|
||||
lib/libhwy.so
|
||||
lib/libhwy.so.1
|
||||
lib/libhwy.so.1.0.1
|
||||
lib/libhwy.so.1.0.2
|
||||
lib/libhwy_contrib.so
|
||||
lib/libhwy_contrib.so.1
|
||||
lib/libhwy_contrib.so.1.0.1
|
||||
lib/libhwy_contrib.so.1.0.2
|
||||
lib/libhwy_test.so
|
||||
lib/libhwy_test.so.1
|
||||
lib/libhwy_test.so.1.0.1
|
||||
lib/libhwy_test.so.1.0.2
|
||||
libdata/pkgconfig/libhwy-contrib.pc
|
||||
libdata/pkgconfig/libhwy-test.pc
|
||||
libdata/pkgconfig/libhwy.pc
|
||||
|
Loading…
Reference in New Issue
Block a user