Skip to content

Commit

Permalink
Rebuild (#142)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Mar 11, 2024
2 parents efdc204 + c1a080f commit 8910db8
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 15 deletions.
27 changes: 27 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.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 @@ -36,9 +36,9 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
zlib:
- '1.2'
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.sh

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

5 changes: 3 additions & 2 deletions build-locally.py

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

4 changes: 4 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ provider:
linux_ppc64le: default
osx_arm64: default
test: native_and_emulated
azure:
free_disk_space: true
settings_linux:
swapfile_size: 10GiB
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set version = "5.0.1" %}
{% set major = version.rpartition('.')[0] %}
{% set cuda_major = (cuda_compiler_version|default("11.8")).rpartition('.')[0] %}
{% set build = 2 %}
{% set build = 3 %}

# give conda package a higher build number
{% if mpi_type == 'conda' %}
Expand Down Expand Up @@ -40,6 +40,7 @@ outputs:
- {{ compiler('cxx') }}
- {{ compiler('cuda') }} # [cuda_compiler != "None"]
- {{ compiler('fortran') }}
- sysroot_{{ target_platform }} 2.17 # [linux]
#- autoconf # [unix]
#- automake # [unix]
- libtool # [unix]
Expand Down

0 comments on commit 8910db8

Please sign in to comment.