fix(conda)[1]

needs fixes for lib paths and openssl.
This commit is contained in:
Jacob Heider 2024-04-25 16:52:48 -04:00
parent 69b1ccf44c
commit e99bc15e31
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

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