Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4a5f16b
Rebuild for flang 19
regro-cf-autotick-bot Oct 15, 2024
dd8c76a
switch to flang
h-vetinari Nov 4, 2024
15d1625
bump flang19 migration_number
h-vetinari Nov 4, 2024
637db70
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.43.2, and co…
h-vetinari Nov 4, 2024
a954b10
backport patches for `CBLAS/testing` from lapack-feedstock
h-vetinari Nov 4, 2024
5990523
update fortran compiler info also in `bld.bat`
h-vetinari Nov 4, 2024
8d3a92e
don't unix-ify path variables in `bld.bat`
h-vetinari Nov 4, 2024
cae28cf
use ninja on windows
h-vetinari Nov 4, 2024
d9158f9
also apply changes to test_blas.bat
h-vetinari Nov 7, 2024
b06aa41
don't forward to build.sh from bld.bat; use independent implementation
h-vetinari Nov 8, 2024
66b7cdb
build for both pthreads/openmp on windows
h-vetinari Nov 8, 2024
2757bdf
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.2, and co…
h-vetinari Nov 8, 2024
91b0766
use `/LIBPATH:` instead of `-L` for lld-link
h-vetinari Nov 8, 2024
e80a5f3
also set CFLAGS on windows
h-vetinari Nov 8, 2024
a70f58c
use clang as compiler on windows
h-vetinari Nov 9, 2024
a4c89b0
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.2, and co…
h-vetinari Nov 9, 2024
54f6eff
use clang-cl.exe
h-vetinari Nov 9, 2024
61b832b
build for MKL 2025.0
h-vetinari Nov 8, 2024
b370018
ensure win+openblas builds are split into pthread/openmp
h-vetinari Nov 9, 2024
26f7f51
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.2, and co…
h-vetinari Nov 9, 2024
0ca55ac
bump to LAPACK 3.10.1
h-vetinari Apr 23, 2023
66cd6af
use lapack_rc label to pull in 3.10.1
h-vetinari Apr 24, 2023
d1d52db
LAPACK v3.11.0
h-vetinari Mar 24, 2024
b69f3ab
backport a test fix (plus dependent commit) for stackoverflows on win…
h-vetinari Mar 25, 2024
c175e7e
add required python build dependence, set PYTHON_EXECUTABLE
h-vetinari Aug 17, 2024
5eb1d7b
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.2, and co…
h-vetinari Nov 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build for MKL 2025.0
  • Loading branch information
h-vetinari committed Nov 9, 2024
commit 61b832bfb061bb796b6410e644561dc16f7ef2ed
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ outputs:
# on windows we pin exactly, so need to build twice
- libopenblas *={{ openblas_type }}* # [win and blas_impl == 'openblas']
# from https://github.com/conda-forge/intel_repack-feedstock/
- mkl 2024.2 # [blas_impl == 'mkl']
- mkl 2025.0 # [blas_impl == 'mkl']
- blis 0.9.0 # [blas_impl == 'blis']
run:
- {{ pin_compatible("libopenblas", max_pin="x.x.x", exact=win) }} # [blas_impl == 'openblas']
Expand Down Expand Up @@ -213,10 +213,10 @@ outputs:
host:
- openblas 0.3.28 # [blas_impl == "openblas"]
- openblas *={{ openblas_type }}* # [win and blas_impl == 'openblas']
- mkl-devel 2024.2 # [blas_impl == "mkl"]
- mkl-devel 2025.0 # [blas_impl == "mkl"]
run:
- openblas 0.3.28 # [blas_impl == "openblas"]
- mkl-devel 2024.2 # [blas_impl == "mkl"]
- mkl-devel 2025.0 # [blas_impl == "mkl"]
- {{ pin_subpackage("liblapack", exact=True) }} # [blas_impl != 'blis']
- {{ pin_subpackage("liblapacke", exact=True) }} # [blas_impl != 'blis']
- liblapack {{ version }} *netlib # [blas_impl == 'blis']
Expand Down