+gdk-pixbuf+gmp (#87)

* +gdk-pixbuf+gmp

* wip

* wip
This commit is contained in:
Max Howell 2022-08-19 16:48:18 -04:00 committed by GitHub
parent 85ad44e24a
commit e3cd93b1ad
2 changed files with 31 additions and 0 deletions

View file

@ -46,6 +46,9 @@ jobs:
# even though we install ca-certificates, our curl is not aware of them or something
echo --insecure >> ~/.curlrc
#FIXME needed for gdk-pixbuf
apt --yes install shared-mime-info
;;
macos-11)
# screws up a lot of build scripts

View file

@ -0,0 +1,28 @@
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