mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
github.com/ivmai/libatomic_ops (#2325)
* github.com/ivmai/libatomic_ops * hboehm.info/gc * Delete package.yml * Delete test.c
This commit is contained in:
parent
8752b200fe
commit
27034c6579
1 changed files with 26 additions and 0 deletions
26
projects/github.com/ivmai/libatomic_ops/package.yml
Normal file
26
projects/github.com/ivmai/libatomic_ops/package.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
distributable:
|
||||
url: https://github.com/ivmai/libatomic_ops/releases/download/v{{version}}/libatomic_ops-{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: ivmai/libatomic_ops
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
|
||||
script:
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }}
|
||||
- make --jobs {{ hw.concurrency }} check
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix="{{prefix}}"
|
||||
- --disable-dependency-tracking
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script: pkg-config --modversion atomic_ops | grep {{version}}
|
Loading…
Reference in a new issue