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:
|
||||
pkgx.sh: ^1
|
||||
openssl.org: ^1.1
|
||||
|
||||
runtime:
|
||||
env:
|
||||
|
@ -53,6 +54,10 @@ build:
|
|||
# your shellrc this command modifies the installation to prevent it
|
||||
# erroring so we have to do prior to pkging it
|
||||
- '{{prefix}}/bin/conda init'
|
||||
|
||||
# put the conda libs in a findable path
|
||||
- run: ln -s venv/lib lib
|
||||
working-directory: ${{prefix}}
|
||||
env:
|
||||
darwin/aarch64:
|
||||
SUFFIX: MacOSX-arm64
|
||||
|
|
Loading…
Reference in a new issue