mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
parent
a93ebe3930
commit
4d5924a407
|
@ -1,6 +1,6 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/facebook/wangle/archive/refs/tags/v{{version.raw}}.tar.gz
|
url: https://github.com/facebook/wangle/archive/refs/tags/v{{version.raw}}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: facebook/wangle
|
github: facebook/wangle
|
||||||
|
@ -13,7 +13,7 @@ dependencies:
|
||||||
fmt.dev: ^9
|
fmt.dev: ^9
|
||||||
facebook.com/folly: '*'
|
facebook.com/folly: '*'
|
||||||
gflags.github.io: '*'
|
gflags.github.io: '*'
|
||||||
google.com/glog: '*'
|
google.com/glog: '<0.7' # glog 0.7.0 cannot be simply included
|
||||||
libevent.org: '*'
|
libevent.org: '*'
|
||||||
libsodium.org: '*'
|
libsodium.org: '*'
|
||||||
lz4.org: ^1
|
lz4.org: ^1
|
||||||
|
@ -44,7 +44,7 @@ build:
|
||||||
-e '/^ INTERFACE_LINK_LIBRARIES/ s|/v([0-9]+)(\.[0-9]+)*[a-z]?/lib|/v\1/lib|g' \
|
-e '/^ INTERFACE_LINK_LIBRARIES/ s|/v([0-9]+)(\.[0-9]+)*[a-z]?/lib|/v\1/lib|g' \
|
||||||
wangle-targets.cmake
|
wangle-targets.cmake
|
||||||
rm wangle-targets.cmake.bak
|
rm wangle-targets.cmake.bak
|
||||||
working-directory: "{{prefix}}/lib/cmake/wangle"
|
working-directory: '{{prefix}}/lib/cmake/wangle'
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- -DCMAKE_INSTALL_PREFIX={{prefix}}
|
- -DCMAKE_INSTALL_PREFIX={{prefix}}
|
||||||
|
@ -106,6 +106,6 @@ test:
|
||||||
- -lc++abi
|
- -lc++abi
|
||||||
linux:
|
linux:
|
||||||
CXXFLAGS:
|
CXXFLAGS:
|
||||||
- -ldl
|
- -ldl
|
||||||
- -lpthread
|
- -lpthread
|
||||||
- -latomic
|
- -latomic
|
||||||
|
|
Loading…
Reference in a new issue