-
-
Notifications
You must be signed in to change notification settings - Fork 47
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 3.21.4, conda-smithy 3.13.0, and co…
…nda-forge-pinning 2021.10.22.20.56.07
- Loading branch information
1 parent
42320c5
commit 7e6d158
Showing
73 changed files
with
2,352 additions
and
88 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.
38 changes: 38 additions & 0 deletions
38
.ci_support/linux_64_blas_implblisnumpy1.18python3.7.____cpythonpython_implcpython.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,38 @@ | ||
blas_impl: | ||
- blis | ||
c_compiler: | ||
- gcc | ||
c_compiler_version: | ||
- '9' | ||
cdt_name: | ||
- cos6 | ||
channel_sources: | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-comp7 | ||
libblas: | ||
- 3.8 *netlib | ||
libcblas: | ||
- 3.8 *netlib | ||
liblapack: | ||
- 3.8 *netlib | ||
numpy: | ||
- '1.18' | ||
pin_run_as_build: | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- 3.7.* *_cpython | ||
python_impl: | ||
- cpython | ||
target_platform: | ||
- linux-64 | ||
zip_keys: | ||
- - cdt_name | ||
- docker_image | ||
- - python | ||
- numpy | ||
- python_impl |
38 changes: 38 additions & 0 deletions
38
.ci_support/linux_64_blas_implblisnumpy1.18python3.8.____cpythonpython_implcpython.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,38 @@ | ||
blas_impl: | ||
- blis | ||
c_compiler: | ||
- gcc | ||
c_compiler_version: | ||
- '9' | ||
cdt_name: | ||
- cos6 | ||
channel_sources: | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-comp7 | ||
libblas: | ||
- 3.8 *netlib | ||
libcblas: | ||
- 3.8 *netlib | ||
liblapack: | ||
- 3.8 *netlib | ||
numpy: | ||
- '1.18' | ||
pin_run_as_build: | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- 3.8.* *_cpython | ||
python_impl: | ||
- cpython | ||
target_platform: | ||
- linux-64 | ||
zip_keys: | ||
- - cdt_name | ||
- docker_image | ||
- - python | ||
- numpy | ||
- python_impl |
38 changes: 38 additions & 0 deletions
38
.ci_support/linux_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy.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,38 @@ | ||
blas_impl: | ||
- blis | ||
c_compiler: | ||
- gcc | ||
c_compiler_version: | ||
- '9' | ||
cdt_name: | ||
- cos6 | ||
channel_sources: | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-comp7 | ||
libblas: | ||
- 3.8 *netlib | ||
libcblas: | ||
- 3.8 *netlib | ||
liblapack: | ||
- 3.8 *netlib | ||
numpy: | ||
- '1.19' | ||
pin_run_as_build: | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- 3.7.* *_73_pypy | ||
python_impl: | ||
- pypy | ||
target_platform: | ||
- linux-64 | ||
zip_keys: | ||
- - cdt_name | ||
- docker_image | ||
- - python | ||
- numpy | ||
- python_impl |
Oops, something went wrong.