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

Rebuild #142

Merged
merged 13 commits into from
Mar 11, 2024
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
leofang marked this conversation as resolved.
Show resolved Hide resolved
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