mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
6433e90f69
closes #4355 and add gklib, i guess. turns out it's unneeded, but why pass it up?
33 lines
589 B
YAML
33 lines
589 B
YAML
distributable:
|
|
url: https://github.com/KarypisLab/GKlib/archive/refs/tags/METIS-v{{version}}-DistDGL-0.5.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: KarypisLab/GKlib/tags
|
|
strip:
|
|
- /^METIS-/
|
|
- /-DistDGL-0\.5$/
|
|
|
|
build:
|
|
dependencies:
|
|
gnu.org/make: '*'
|
|
cmake.org: '*'
|
|
script:
|
|
- make config $ARGS
|
|
- make -j {{hw.concurrency}}
|
|
- make install
|
|
env:
|
|
ARGS:
|
|
- prefix="{{prefix}}"
|
|
|
|
provides:
|
|
- bin/cmpnbrs
|
|
- bin/csrcnv
|
|
- bin/fis
|
|
- bin/gkgraph
|
|
- bin/gkrw
|
|
- bin/m2mnbrs
|
|
|
|
# help? i have no idea what to do with these.
|
|
test: cmpnbrs -help
|