diff --git a/.github/scripts/set-conda-test-matrix.py b/.github/scripts/set-conda-test-matrix.py index 954480cb..0d9f75cf 100644 --- a/.github/scripts/set-conda-test-matrix.py +++ b/.github/scripts/set-conda-test-matrix.py @@ -14,7 +14,7 @@ combinations = {'ubuntu': blas_implementations, 'macos': blas_implementations, - 'windows': ['unset', 'Intel10_64lp'], + 'windows': ['unset', 'Intel10_64lp', 'OpenBLAS'], } conda_jobs = [] diff --git a/.github/workflows/slycot-build-and-test.yml b/.github/workflows/slycot-build-and-test.yml index 050a6097..f0ef9406 100644 --- a/.github/workflows/slycot-build-and-test.yml +++ b/.github/workflows/slycot-build-and-test.yml @@ -57,7 +57,7 @@ jobs: - 'ubuntu' - 'macos' python: - - '3.8' + - '3.10' - '3.11' bla_vendor: [ 'unset' ] include: diff --git a/conda-recipe/bld.bat b/conda-recipe/bld.bat index 4b2811d0..a7ab2857 100644 --- a/conda-recipe/bld.bat +++ b/conda-recipe/bld.bat @@ -1,3 +1,4 @@ +set FC=%BUILD_PREFIX%\Library\bin\flang.exe set BLAS_ROOT=%PREFIX% set LAPACK_ROOT=%PREFIX% diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 601aafed..f1618c2b 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -15,14 +15,15 @@ requirements: - {{ compiler('c') }} - cmake >=3.14 - make # [linux] - - flang >=11 # [win] + # Always build against NETLIB ('Generic') LAPACK/Blas + - blas-devel * *netlib + # https://github.com/conda-forge/blas-feedstock/issues/106, conda-forge pins it themselves + - flang >=5.0.0,<6.0.0.a0 # [win] host: # Always build against NETLIB ('Generic') LAPACK/Blas # https://conda-forge.org/docs/maintainer/knowledge_base.html#blas - # deviating from above link: we have to specifiy netlib variant, because - # the mkl variant selected by default for older pythons on windows - # does not provide the generic headers + # deviating from above link: we have to pin ourselves, because we do not have the conda-forge build setups - libblas * *netlib - libcblas * *netlib - liblapack * *netlib @@ -36,7 +37,8 @@ requirements: run: - python {{ PY_VER }} - {{ pin_compatible('numpy') }} - - libflang # [win] + # see above + - libflang >=5.0.0,<6.0.0.a0 # [win] test: requires: