Skip to content

Commit cc0a7f9

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

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
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-17T02:43:46.397Z
4+
* Generated on 2025-08-19T02:38:42.986Z
55
*/
66

77
/**

src/pantry/abseil.io/package.yml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
11
distributable:
2-
url: https://github.com/abseil/abseil-cpp/archive/refs/tags/{{version.raw}}.tar.gz
2+
url: https://github.com/abseil/abseil-cpp/archive/refs/tags/{{version.tag}}.tar.gz
33
strip-components: 1
44

55
versions:
6-
github: abseil/abseil-cpp/releases/tags
6+
github: abseil/abseil-cpp
77

88
build:
99
dependencies:
1010
cmake.org: ^3
11-
11+
linux:
12+
gnu.org/gcc: ^14 # since 20250814.0
1213
script:
13-
- cmake -S . -B build
14-
-DCMAKE_CXX_STANDARD=17
15-
-DBUILD_SHARED_LIBS=ON
16-
-DCMAKE_INSTALL_RPATH={{ prefix }}/lib
17-
-DCMAKE_BINARY_DIR={{ prefix }}/bin
18-
-DABSL_PROPAGATE_CXX_STD=ON
19-
-DCMAKE_INSTALL_PREFIX={{ prefix }}
20-
-DCMAKE_INSTALL_LIBDIR={{ prefix }}/lib
21-
-DCMAKE_BUILD_TYPE=Release
22-
-DCMAKE_FIND_FRAMEWORK=LAST
23-
-DCMAKE_VERBOSE_MAKEFILE=ON
24-
-Wno-dev
25-
-DBUILD_TESTING=OFF
14+
- cmake -S . -B build $CMAKE_ARGS
2615
- cmake --build build
2716
- cmake --install build
2817

@@ -37,6 +26,20 @@ build:
3726
-e "s/\+brewing//g"
3827
abslTargets{,-release}.cmake
3928
working-directory: '{{prefix}}/lib/cmake/absl'
29+
env:
30+
CMAKE_ARGS:
31+
- -DCMAKE_CXX_STANDARD=17
32+
- -DBUILD_SHARED_LIBS=ON
33+
- -DCMAKE_INSTALL_RPATH={{ prefix }}/lib
34+
- -DCMAKE_BINARY_DIR={{ prefix }}/bin
35+
- -DABSL_PROPAGATE_CXX_STD=ON
36+
- -DCMAKE_INSTALL_PREFIX={{ prefix }}
37+
- -DCMAKE_INSTALL_LIBDIR={{ prefix }}/lib
38+
- -DCMAKE_BUILD_TYPE=Release
39+
- -DCMAKE_FIND_FRAMEWORK=LAST
40+
- -DCMAKE_VERBOSE_MAKEFILE=ON
41+
- -Wno-dev
42+
- -DBUILD_TESTING=OFF
4043

4144
test:
4245
dependencies:

0 commit comments

Comments
 (0)