We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8335651 + 34ceea0 commit 158858eCopy full SHA for 158858e
docs/maintainer/knowledge_base.md
@@ -1188,7 +1188,6 @@ host of the recipe,
1188
requirements:
1189
host:
1190
- libblas
1191
- - blas-devel
1192
- libcblas
1193
- liblapack
1194
- liblapacke
@@ -1215,7 +1214,9 @@ If a package needs a specific implementation's internal API for more control you
1215
1214
```yaml
1216
1217
1218
- - {{ blas_impl }}
+ # Keep mkl-devel here for pinning
+ - mkl-devel {{ blas_impl == "mkl" }}
1219
+ - {{ blas_impl }} {{ blas_impl != "mkl" }}
1220
run:
1221
- libblas * *{{ blas_impl }}
1222
- {{ blas_impl }}
0 commit comments