pantry/projects/github.com/danfis/libccd/package.yml
2023-10-01 20:41:57 -04:00

25 lines
443 B
YAML

distributable:
url: https://github.com/danfis/libccd/archive/v{{version.marketing}}.tar.gz
strip-components: 1
versions:
github: danfis/libccd/tags
stripe: ^v
build:
dependencies:
cmake.org: '*'
script: |
cmake . $ARGS
make --jobs {{ hw.concurrency }} install
env:
ARGS:
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
- -DENABLE_DOUBLE_PRECISION=ON
test:
script: |
cc -o test test.c -lccd
./test