mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
e3cd93b1ad
* +gdk-pixbuf+gmp * wip * wip
28 lines
631 B
YAML
28 lines
631 B
YAML
distributable:
|
|
url: https://gmplib.org/download/gmp/gmp-{{ version }}.tar.xz
|
|
strip-components: 1
|
|
|
|
#FIXME: need actual versions
|
|
versions:
|
|
- 6.2.1
|
|
|
|
#TODO make by default runs test
|
|
# disable that
|
|
# but we should have a `build.test` node that runs it after build
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
gnu.org/m4: 1
|
|
script: |-
|
|
./configure \
|
|
--enable-cxx \
|
|
--with-pic \
|
|
--build={{ hw.target }} \
|
|
--prefix="{{ prefix }}"
|
|
make --jobs {{ hw.concurrency }}
|
|
make --jobs {{ hw.concurrency }} check
|
|
make --jobs {{ hw.concurrency }} install
|
|
|
|
test: true #FIXME |