Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
d6ac0fff
Commit
d6ac0fff
authored
Oct 06, 2021
by
Amir MOHAMMADI
Browse files
Add blas pins
parent
2a7f30db
Pipeline
#54810
passed with stages
in 25 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/data/conda_build_config.yaml
View file @
d6ac0fff
...
...
@@ -287,9 +287,27 @@ pin_run_as_build:
# Ideally we want to build against the oldest possible version of
# packages so packages can be installed with a wide range of versions. It is
# best to keep this in sync with:
# https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml The
# names here should not contain dots or dashes. You should replace dots and dashes with
# underlines.
# https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml
# The names here should not contain dots or dashes. You should replace dots and
# dashes with underlines.
# blas
libblas
:
-
3.8 *netlib
# [not (osx and arm64)]
-
3.9 *netlib
# [osx and arm64]
libcblas
:
-
3.8 *netlib
# [not (osx and arm64)]
-
3.9 *netlib
# [osx and arm64]
liblapack
:
-
3.8 *netlib
# [not (osx and arm64)]
-
3.9 *netlib
# [osx and arm64]
liblapacke
:
-
3.8 *netlib
# [not (osx and arm64)]
-
3.9 *netlib
# [osx and arm64]
blas_impl
:
-
openblas
-
mkl
# [x86 or x86_64]
-
blis
# [x86 or x86_64]
# AUTOMATIC PARSING START
# DO NOT MODIFY THIS COMMENT
...
...
Amir MOHAMMADI
@amohammadi
mentioned in issue
bob.math#16 (closed)
·
Oct 06, 2021
mentioned in issue
bob.math#16 (closed)
mentioned in issue bob.math#16
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment