mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
qhull.org (#1872)
* new file: projects/qhull.org/package.yml * modified: projects/qhull.org/package.yml * modified: projects/qhull.org/package.yml * - -DLIB_INSTALL_DIR="{{prefix}}"/lib
This commit is contained in:
parent
3de2fce436
commit
81803e92ca
32
projects/qhull.org/package.yml
Normal file
32
projects/qhull.org/package.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
distributable:
|
||||
url: https://github.com/qhull/qhull/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
url: https://api.github.com/repos/qhull/qhull/tags
|
||||
match: /v\d+.\d+.\d+
|
||||
strip: /^v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
cmake.org: '*'
|
||||
script: |
|
||||
cmake $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
ARGS:
|
||||
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
|
||||
- -DLIB_INSTALL_DIR="{{prefix}}"/lib
|
||||
|
||||
provides:
|
||||
- bin/qconvex
|
||||
- bin/qdelaunay
|
||||
- bin/qhalf
|
||||
- bin/qhull
|
||||
- bin/qvoronoi
|
||||
- bin/rbox
|
||||
|
||||
test:
|
||||
qhull -V | grep {{version}}
|
Loading…
Reference in a new issue