mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
831f936f22
commit
d8a1496c2d
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ build:
|
||||||
ln -s ../libexec/lib/python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
ln -s ../libexec/lib/python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
||||||
working-directory: "{{prefix}}/lib"
|
working-directory: "{{prefix}}/lib"
|
||||||
test:
|
test:
|
||||||
|
dependencies:
|
||||||
|
llvm.org: '*'
|
||||||
|
env:
|
||||||
|
linux:
|
||||||
|
CC: clang
|
||||||
|
AS: llvm-as
|
||||||
script:
|
script:
|
||||||
- python setup.py build_ext --inplace
|
- python setup.py build_ext --inplace
|
||||||
- python -c "import package_manager" | grep "You are using tea"
|
- python -c "import package_manager" | grep "You are using tea"
|
Loading…
Reference in a new issue