pantry/projects/boost.org/package.yml

34 lines
677 B
YAML
Raw Normal View History

distributable:
url: https://boostorg.jfrog.io/artifactory/main/release/{{ version }}/source/boost_{{version.major}}_{{version.minor}}_{{version.patch}}.tar.gz
strip-components: 1
versions:
github: boostorg/boost
strip: /^boost-/
dependencies:
facebook.com/zstd: ^1
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
./bootstrap.sh --prefix={{ prefix }}
2023-04-28 03:44:39 +03:00
./b2 $ARGS
env:
ARGS:
- install
- --prefix={{ prefix }}
linux:
2023-04-28 03:44:39 +03:00
ARGS:
- cxxflags=-fPIC
- linkflags=-fPIC
test:
dependencies:
tea.xyz/gx/cc: c99
script: |
c++ test.cpp -std=c++14 -lboost_iostreams -lzstd
./a.out