Skip to content

Commit bb70a0d

Browse files
committed
chore: update registry data (1 file)
Automated pantry update via GitHub Actions workflow
1 parent 41eefda commit bb70a0d

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Constants used throughout the ts-pkgx package
33
* This file is auto-generated from pantry. Do not edit manually.
4-
* Generated on 2025-08-14T02:39:12.050Z
4+
* Generated on 2025-08-15T02:41:24.482Z
55
*/
66

77
/**

src/pantry/google.com/highway/package.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ build:
1313
- cmake --build builddir
1414
- cmake --install builddir
1515

16-
- mkdir -p {{prefix}}/share/hwy/examples
17-
- cp -R hwy/examples {{prefix}}/share/hwy/
16+
- mkdir -p {{prefix}}/share/
17+
- cp -R hwy {{prefix}}/share/
1818
env:
1919
ARGS:
2020
- -DBUILD_SHARED_LIBS=ON
@@ -29,13 +29,15 @@ build:
2929

3030
test:
3131
env:
32+
linux:
33+
CXXFLAGS: $CXXFLAGS -pthread
3234
linux/x86-64:
3335
# ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __extendhfsf2
3436
CXXFLAGS: $CXXFLAGS -Wl,--allow-shlib-undefined
3537
script:
36-
- mkdir -p hwy
37-
- cp -R {{prefix}}/share/hwy/examples hwy/
38-
- c++ -std=c++11 -lhwy -I. hwy/examples/profiler_example.cc $CXXFLAGS
38+
- cp -R {{prefix}}/share/hwy .
39+
- c++ -std=c++11 -lhwy -I. hwy/examples/benchmark.cc $CXXFLAGS
40+
# the benchmark doesn't like GHA's runners for this arch
41+
- run: exit 0
42+
if: darwin/x86-64
3943
- ./a.out
40-
# ^^ the -I. is because bizarely profiler_example.cc configures other headers to
41-
# include itself but only on intel…

0 commit comments

Comments
 (0)