Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LAPACK 3.11.0 #114

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
15 changes: 9 additions & 6 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ c_stdlib:
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand All @@ -33,5 +33,3 @@ zip_keys:
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ c_stdlib:
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand All @@ -33,5 +33,3 @@ zip_keys:
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ c_stdlib:
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand All @@ -33,5 +33,3 @@ zip_keys:
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
6 changes: 2 additions & 4 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ c_stdlib_version:
cdt_arch:
- aarch64
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand All @@ -37,5 +37,3 @@ zip_keys:
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
6 changes: 2 additions & 4 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ c_stdlib:
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand All @@ -33,5 +33,3 @@ zip_keys:
- blas_impl_lib
- - c_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
13 changes: 13 additions & 0 deletions .ci_support/migrations/flang19.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
__migrator:
kind: version
migration_number: 2
build_number: 1
commit_message: Rebuild for flang 19
platform_allowlist:
- win-64
override_cbc_keys:
- fortran_compiler_stub
migrator_ts: 1722763680.3089325

fortran_compiler_version: # [win64]
- 19 # [win64]
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ blas_impl_lib:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ blas_impl_lib:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ blas_impl_lib:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ blas_impl_lib:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ blas_impl_lib:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@ blas_impl:
- blis
blas_impl_lib:
- libblis.4.dll
c_compiler:
- clang
c_stdlib:
- vs
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
m2w64_c_compiler:
- gcc
m2w64_c_compiler_version:
- '13'
m2w64_c_stdlib:
- m2w64-sysroot
m2w64_c_stdlib_version:
- '12'
m2w64_fortran_compiler:
- gfortran
m2w64_fortran_compiler_version:
- '13'
fortran_compiler:
- flang
fortran_compiler_version:
- '19'
openblas:
- 0.3.*
openblas_type:
- dummy
target_platform:
- win-64
zip_keys:
- - blas_impl
- blas_impl_lib
- openblas_type
29 changes: 0 additions & 29 deletions .ci_support/win_64_blas_implmklblas_impl_libmkl_rt.2.dll.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
ace:
- 8.0.1
blas_default_impl:
- mkl
blas_impl:
- mkl
blas_impl_lib:
- mkl_rt.2.dll
c_compiler:
- clang
c_stdlib:
- vs
channel_sources:
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
- flang
fortran_compiler_version:
- '19'
openblas:
- 0.3.*
openblas_type:
- dummy
target_platform:
- win-64
zip_keys:
- - blas_impl
- blas_impl_lib
- openblas_type
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@ blas_impl:
- openblas
blas_impl_lib:
- openblas.dll
c_compiler:
- clang
c_stdlib:
- vs
channel_sources:
- conda-forge
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
m2w64_c_compiler:
- gcc
m2w64_c_compiler_version:
- '13'
m2w64_c_stdlib:
- m2w64-sysroot
m2w64_c_stdlib_version:
- '12'
m2w64_fortran_compiler:
- gfortran
m2w64_fortran_compiler_version:
- '13'
fortran_compiler:
- flang
fortran_compiler_version:
- '19'
openblas:
- 0.3.*
openblas_type:
- openmp
target_platform:
- win-64
zip_keys:
- - blas_impl
- blas_impl_lib
- openblas_type
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
ace:
- 8.0.1
blas_default_impl:
- mkl
blas_impl:
- openblas
blas_impl_lib:
- openblas.dll
c_compiler:
- clang
c_stdlib:
- vs
channel_sources:
- conda-forge/label/lapack_rc,conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
- flang
fortran_compiler_version:
- '19'
openblas:
- 0.3.*
openblas_type:
- pthreads
target_platform:
- win-64
zip_keys:
- - blas_impl
- blas_impl_lib
- openblas_type
17 changes: 0 additions & 17 deletions .github/workflows/automerge.yml

This file was deleted.

Loading
Loading