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

Add static builds per cxx_version #35

Merged
merged 5 commits into from
Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 42 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

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

28 changes: 23 additions & 5 deletions .azure-pipelines/azure-pipelines-osx.yml

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

13 changes: 11 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml

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

27 changes: 27 additions & 0 deletions .ci_support/linux_64_cxx_standard11shared_libsOFF.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
cxx_standard:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
shared_libs:
- 'OFF'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cxx_standard
- shared_libs
27 changes: 27 additions & 0 deletions .ci_support/linux_64_cxx_standard14shared_libsOFF.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
cxx_standard:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
shared_libs:
- 'OFF'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cxx_standard
- shared_libs
27 changes: 27 additions & 0 deletions .ci_support/linux_64_cxx_standard17shared_libsOFF.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
cxx_standard:
- '17'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
shared_libs:
- 'OFF'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cxx_standard
- shared_libs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
cxx_standard:
- '17'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
shared_libs:
- 'ON'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cxx_standard
- shared_libs
31 changes: 31 additions & 0 deletions .ci_support/linux_aarch64_cxx_standard11shared_libsOFF.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
cxx_standard:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
shared_libs:
- 'OFF'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cxx_standard
- shared_libs
31 changes: 31 additions & 0 deletions .ci_support/linux_aarch64_cxx_standard14shared_libsOFF.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
cxx_standard:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
shared_libs:
- 'OFF'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cxx_standard
- shared_libs
31 changes: 31 additions & 0 deletions .ci_support/linux_aarch64_cxx_standard17shared_libsOFF.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
cxx_standard:
- '17'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
shared_libs:
- 'OFF'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cxx_standard
- shared_libs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
cxx_standard:
- '17'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
shared_libs:
- 'ON'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cxx_standard
- shared_libs
27 changes: 27 additions & 0 deletions .ci_support/linux_ppc64le_cxx_standard11shared_libsOFF.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
cxx_standard:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
shared_libs:
- 'OFF'
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cxx_standard
- shared_libs
27 changes: 27 additions & 0 deletions .ci_support/linux_ppc64le_cxx_standard14shared_libsOFF.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
cxx_standard:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
shared_libs:
- 'OFF'
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cxx_standard
- shared_libs
Loading