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.
1 parent 0dbea6c commit e48846bCopy full SHA for e48846b
.github/workflows/cmake_builds.yml
@@ -435,6 +435,8 @@ jobs:
435
sqlite tiledb zstd cryptopp cgal doxygen librttopo openssl liblzma-devel \
436
openjdk ant qhull armadillo blas blas-devel libblas libcblas liblapack liblapacke blosc libarchive \
437
libarrow pyarrow libaec libheif libavif muparser cmake fsspec
438
+ # Below works around https://github.com/conda-forge/blas-feedstock/pull/151#:~:text=%22libblas%3C3%2E11
439
+ conda install --yes --quiet "libblas<3.11"
440
pip install -r doc/requirements.txt
441
- name: Check CMake version
442
shell: bash -l {0}
0 commit comments