pantry/projects/facebook.com/edencommon/package.yml
Jacob Heider 1f75147f18
fix(edencommon) (#5644)
* fix(edencommon)

closes #5633

* wip

* copy homebrew's modification
2024-03-25 15:30:43 -04:00

41 lines
1 KiB
YAML

distributable:
url: https://github.com/facebookexperimental/edencommon/archive/v{{version.raw}}.tar.gz
strip-components: 1
versions:
github: facebookexperimental/edencommon/tags
dependencies:
facebook.com/folly: '*'
gflags.github.io: '*'
google.com/glog: '*'
facebook.com/fb303: '*' # since 2024.03.18.00
facebook.com/mvfst: '*' # since 2024.03.18.00
openssl.org: ^1.1
sourceware.org/bzip2: ^1
build:
dependencies:
cmake.org: '*'
google.com/googletest: '*'
boost.org: ^1
script:
# omit building py library
- sed -i 's/COMPONENTS cpp2 py)/COMPONENTS cpp2)/' CMakeLists.txt
- cmake -S . -B _build $ARGS
- cmake --build _build
- cmake --install _build
env:
ARGS:
- -DBUILD_SHARED_LIBS=ON
- -DCMAKE_INSTALL_PREFIX={{prefix}}
- -DCMAKE_INSTALL_LIBDIR=lib
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_VERBOSE_MAKEFILE=ON
- -Wno-dev
- -DBUILD_TESTING=OFF
test:
- clang++ -std=c++17 test.cc -o test -ledencommon_utils -lfolly -lglog
- ./test 1