Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE!!! - Update 1.9.1 downloads with ugly hacks #12

Closed
wants to merge 26 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Attempting alternate fix?
Scott Bailey committed Oct 19, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 87a4edde0cc90ef625be469e411139648be544d5
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -140,6 +140,8 @@ outputs:
missing_dso_whitelist: # [linux]
- libcuda.so.1 # [linux]
- '$RPATH/ld64.so.1' # [s390x] This is missing from the activation script.
run_exports: # [osx]
- {{ pin_subpackage('libmxnet', exact=True) }} # [osx]

requirements:
build:
@@ -169,7 +171,7 @@ outputs:
- {{ pin_compatible('intel-openmp') }} # [mxnet_blas_impl == 'mkl']
- _openmp_mutex # [linux]
- opencv >=4.6 # [not s390x]
- {{ pin_subpackage('libmxnet', exact=True) }}
# - {{ pin_subpackage('libmxnet', exact=True) }} <-------------- This did not help.

test:
commands: