Skip to content

Commit d8cd9fe

Browse files
committed
build: prefer FlexiBLAS when the wrapper is present
conda-forge ships libblas/liblapack as ABI packages with no FlexiBLAS build. The engine links FlexiBLAS first and falls back to those names.
1 parent c504e2b commit d8cd9fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ dependencies:
1616
- eigen
1717
- libblas
1818
- liblapack
19+
# Meson prefers FlexiBLAS when pkg-config finds it. These are the
20+
# conda-forge ABI packages (that channel has no FlexiBLAS build).
1921
- nanobind
2022
- numpy
2123
- pip

0 commit comments

Comments
 (0)