-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.45.1, and c…
…onda-forge-pinning 2025.01.08.04.32.23
- Loading branch information
1 parent
8f417cf
commit 8a6dd60
Showing
68 changed files
with
2,135 additions
and
799 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
54 changes: 54 additions & 0 deletions
54
.ci_support/linux_64_blas_implblispython3.10.____cpython.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
ace: | ||
- 8.0.2 | ||
blas_impl: | ||
- blis | ||
c_compiler: | ||
- gcc | ||
c_compiler_version: | ||
- '13' | ||
c_stdlib: | ||
- sysroot | ||
c_stdlib_version: | ||
- '2.17' | ||
cdt_name: | ||
- conda | ||
channel_sources: | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- gxx | ||
cxx_compiler_version: | ||
- '13' | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-x86_64:alma9 | ||
fortran_compiler: | ||
- gfortran | ||
fortran_compiler_version: | ||
- '13' | ||
is_freethreading: | ||
- 'false' | ||
libblas: | ||
- 3.9 *netlib | ||
libcblas: | ||
- 3.9 *netlib | ||
liblapack: | ||
- 3.9 *netlib | ||
numpy: | ||
- '2.0' | ||
pin_run_as_build: | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- 3.10.* *_cpython | ||
target_platform: | ||
- linux-64 | ||
zip_keys: | ||
- - c_compiler_version | ||
- cxx_compiler_version | ||
- fortran_compiler_version | ||
- - python | ||
- numpy | ||
- channel_sources | ||
- is_freethreading |
54 changes: 54 additions & 0 deletions
54
.ci_support/linux_64_blas_implblispython3.11.____cpython.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
ace: | ||
- 8.0.2 | ||
blas_impl: | ||
- blis | ||
c_compiler: | ||
- gcc | ||
c_compiler_version: | ||
- '13' | ||
c_stdlib: | ||
- sysroot | ||
c_stdlib_version: | ||
- '2.17' | ||
cdt_name: | ||
- conda | ||
channel_sources: | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- gxx | ||
cxx_compiler_version: | ||
- '13' | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-x86_64:alma9 | ||
fortran_compiler: | ||
- gfortran | ||
fortran_compiler_version: | ||
- '13' | ||
is_freethreading: | ||
- 'false' | ||
libblas: | ||
- 3.9 *netlib | ||
libcblas: | ||
- 3.9 *netlib | ||
liblapack: | ||
- 3.9 *netlib | ||
numpy: | ||
- '2.0' | ||
pin_run_as_build: | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- 3.11.* *_cpython | ||
target_platform: | ||
- linux-64 | ||
zip_keys: | ||
- - c_compiler_version | ||
- cxx_compiler_version | ||
- fortran_compiler_version | ||
- - python | ||
- numpy | ||
- channel_sources | ||
- is_freethreading |
Oops, something went wrong.