mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/highway: unbreak build on riscv64
In file included from hwy/nanobenchmark.cc:28: In file included from hwy/timer-inl.h:26: In file included from hwy/highway.h:21: hwy/detect_targets.h:750:2: error: "Logic error: best baseline should be included in dynamic targets" 750 | #error "Logic error: best baseline should be included in dynamic targets" | ^ PR: 285977 Reported by: Rich Dunkle Tested by: Rich Dunkle
This commit is contained in:
parent
ca078ddb10
commit
eabed8b1aa
2 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,9 @@ PORTNAME= highway
|
|||
DISTVERSION= 1.2.0
|
||||
CATEGORIES= devel
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= c95cc0237d2f.patch:-p1 # https://github.com/google/highway/pull/2230
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Performance-portable, length-agnostic SIMD with runtime dispatch
|
||||
WWW= https://github.com/google/highway
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1717169470
|
||||
SHA256 (google-highway-1.2.0_GH0.tar.gz) = 7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343
|
||||
SIZE (google-highway-1.2.0_GH0.tar.gz) = 2234665
|
||||
SHA256 (c95cc0237d2f.patch) = 81d2248de29b07fce1a949f7c251d8279687ee38fe8646e131ca7d1ea8a72d6a
|
||||
SIZE (c95cc0237d2f.patch) = 3460
|
||||
|
|
Loading…
Add table
Reference in a new issue