mirror of
https://github.com/ivabus/pantry
synced 2024-11-25 09:55:06 +03:00
fix(conda)[1]
needs fixes for lib paths and openssl.
This commit is contained in:
parent
69b1ccf44c
commit
e99bc15e31
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,7 @@ versions:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pkgx.sh: ^1
|
pkgx.sh: ^1
|
||||||
|
openssl.org: ^1.1
|
||||||
|
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
|
@ -53,6 +54,10 @@ build:
|
||||||
# your shellrc this command modifies the installation to prevent it
|
# your shellrc this command modifies the installation to prevent it
|
||||||
# erroring so we have to do prior to pkging it
|
# erroring so we have to do prior to pkging it
|
||||||
- '{{prefix}}/bin/conda init'
|
- '{{prefix}}/bin/conda init'
|
||||||
|
|
||||||
|
# put the conda libs in a findable path
|
||||||
|
- run: ln -s venv/lib lib
|
||||||
|
working-directory: ${{prefix}}
|
||||||
env:
|
env:
|
||||||
darwin/aarch64:
|
darwin/aarch64:
|
||||||
SUFFIX: MacOSX-arm64
|
SUFFIX: MacOSX-arm64
|
||||||
|
|
Loading…
Reference in a new issue