mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix(libgcrypt)
This commit is contained in:
parent
0a83af9047
commit
ebb034dedf
1 changed files with 13 additions and 5 deletions
|
@ -12,15 +12,23 @@ provides:
|
||||||
- bin/mpicalc
|
- bin/mpicalc
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
|
||||||
./configure --prefix={{prefix}}
|
|
||||||
make
|
|
||||||
make check
|
|
||||||
make install
|
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
gnupg.org/libgpg-error: 1
|
gnupg.org/libgpg-error: 1
|
||||||
|
script: |
|
||||||
|
./configure $ARGS
|
||||||
|
make
|
||||||
|
make check
|
||||||
|
make install
|
||||||
|
env:
|
||||||
|
ARGS:
|
||||||
|
- --prefix={{prefix}}
|
||||||
|
linux/x86-64:
|
||||||
|
ARGS:
|
||||||
|
# basic.c:317:16: error: inline assembly requires more registers than available
|
||||||
|
# asm volatile("movdqu %[data0], %%xmm0\n"
|
||||||
|
- --disable-asm
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in a new issue