mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(edencommon) (#5644)
* fix(edencommon) closes #5633 * wip * copy homebrew's modification
This commit is contained in:
parent
4728691e7f
commit
1f75147f18
1 changed files with 8 additions and 4 deletions
|
@ -9,6 +9,8 @@ dependencies:
|
||||||
facebook.com/folly: '*'
|
facebook.com/folly: '*'
|
||||||
gflags.github.io: '*'
|
gflags.github.io: '*'
|
||||||
google.com/glog: '*'
|
google.com/glog: '*'
|
||||||
|
facebook.com/fb303: '*' # since 2024.03.18.00
|
||||||
|
facebook.com/mvfst: '*' # since 2024.03.18.00
|
||||||
openssl.org: ^1.1
|
openssl.org: ^1.1
|
||||||
sourceware.org/bzip2: ^1
|
sourceware.org/bzip2: ^1
|
||||||
|
|
||||||
|
@ -18,10 +20,12 @@ build:
|
||||||
google.com/googletest: '*'
|
google.com/googletest: '*'
|
||||||
boost.org: ^1
|
boost.org: ^1
|
||||||
|
|
||||||
script: |
|
script:
|
||||||
cmake -S . -B _build $ARGS
|
# omit building py library
|
||||||
cmake --build _build
|
- sed -i 's/COMPONENTS cpp2 py)/COMPONENTS cpp2)/' CMakeLists.txt
|
||||||
cmake --install _build
|
- cmake -S . -B _build $ARGS
|
||||||
|
- cmake --build _build
|
||||||
|
- cmake --install _build
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- -DBUILD_SHARED_LIBS=ON
|
- -DBUILD_SHARED_LIBS=ON
|
||||||
|
|
Loading…
Reference in a new issue