Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.45.1, and c…
Browse files Browse the repository at this point in the history
…onda-forge-pinning 2025.01.08.04.32.23
  • Loading branch information
h-vetinari committed Jan 8, 2025
1 parent 8f417cf commit 8a6dd60
Show file tree
Hide file tree
Showing 68 changed files with 2,135 additions and 799 deletions.
97 changes: 67 additions & 30 deletions .azure-pipelines/azure-pipelines-linux.yml

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

56 changes: 36 additions & 20 deletions .azure-pipelines/azure-pipelines-osx.yml

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

43 changes: 33 additions & 10 deletions .azure-pipelines/azure-pipelines-win.yml

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

54 changes: 54 additions & 0 deletions .ci_support/linux_64_blas_implblispython3.10.____cpython.yaml
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 .ci_support/linux_64_blas_implblispython3.11.____cpython.yaml
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
Loading

0 comments on commit 8a6dd60

Please sign in to comment.