fix(libcython) (#3706)

* fix(libcython)

closes #3694

* sigh
This commit is contained in:
Jacob Heider 2023-10-18 14:16:42 -04:00 committed by GitHub
parent 831f936f22
commit d8a1496c2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"