+numactl +libtool (#119)

This commit is contained in:
Jacob Heider 2022-09-07 10:33:57 -04:00 committed by GitHub
parent 5a3069888c
commit b5c0197e45

View file

@ -0,0 +1,28 @@
distributable:
url: http://ftp.gnu.org/gnu/libtool/libtool-{{ version }}.tar.xz
strip-components: 1
#FIXME: need versions
versions:
- 2.4.7
provides:
- bin/libtool
- bin/libtoolize
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/autoconf: ^2.65.0
gnu.org/m4: 1
script: |-
./configure --prefix={{ prefix }}
make --jobs {{ hw.concurrency }} install
test:
dependencies:
tea.xyz/gx/make: '*'
script: |
libtoolize
test -f ltmain.sh