mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix rust not being able to extract tar.gz (#72)
This commit is contained in:
parent
8233f19e48
commit
71080e77a4
|
@ -6,13 +6,16 @@ versions:
|
|||
github: python/cpython/tags
|
||||
|
||||
dependencies:
|
||||
#TODO lots! openssl at least! libffi!
|
||||
zlib.net: 1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
script: |
|
||||
sed -i.bak -e 's|system_lib_dirs = .*|system_lib_dirs = os.getenv("LIBRARY_PATH").split(":")|' ./setup.py
|
||||
sed -i.bak -e 's|system_include_dirs = .*|system_include_dirs = os.getenv("CPATH").split(":")|' ./setup.py
|
||||
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make install
|
||||
|
@ -42,5 +45,6 @@ build:
|
|||
- --datadir="$SHARE"
|
||||
|
||||
test:
|
||||
#TODO test all modules eg zlib module
|
||||
script:
|
||||
python --version
|
||||
|
|
Loading…
Reference in a new issue