Skip to content

Commit 34ceea0

Browse files
authored
Update knowledge_base.md
1 parent ec6dbd6 commit 34ceea0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,9 @@ If a package needs a specific implementation's internal API for more control you
12141214
```yaml
12151215
requirements:
12161216
host:
1217-
- {{ blas_impl }}
1217+
# Keep mkl-devel here for pinning
1218+
- mkl-devel {{ blas_impl == "mkl" }}
1219+
- {{ blas_impl }} {{ blas_impl != "mkl" }}
12181220
run:
12191221
- libblas * *{{ blas_impl }}
12201222
- {{ blas_impl }}

0 commit comments

Comments
 (0)