pantry/projects/jemalloc.net/package.yml

27 lines
538 B
YAML
Raw Normal View History

distributable:
url: https://github.com/jemalloc/jemalloc/releases/download/{{version}}/jemalloc-{{version}}.tar.bz2
strip-components: 1
versions:
github: jemalloc/jemalloc
build:
dependencies:
gnu.org/autoconf: '*'
docbook.org: '*'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }}
make install
env:
ARGS:
- --prefix="{{prefix}}"
- --disable-debug
- --with-jemalloc-prefix=
test:
dependencies:
script: |
cc test.c -L {{prefix}}/lib -ljemalloc -o test
./test