Skip to content

Commit

Permalink
Merge pull request #185 from h-vetinari/devel_16
Browse files Browse the repository at this point in the history
[16.x] Split off `-devel` package
  • Loading branch information
h-vetinari authored Aug 26, 2024
2 parents 4c3d214 + d601bc6 commit 94ffe16
Show file tree
Hide file tree
Showing 20 changed files with 358 additions and 115 deletions.
4 changes: 4 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.

20 changes: 15 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.

15 changes: 14 additions & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -12,3 +20,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.14'
c_compiler:
- clang_bootstrap
c_compiler_version:
- '17'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge libcxx_macos_lt_12
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '17'
dummy_var:
- '0'
macos_machine:
- x86_64-apple-darwin13.4.0
sys_abi:
- pre-12
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - sys_abi
- channel_targets
Original file line number Diff line number Diff line change
@@ -1,20 +1,33 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.14'
c_compiler:
- clang_bootstrap
c_compiler_version:
- '17'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '15'
- '17'
dummy_var:
- '0'
macos_machine:
- x86_64-apple-darwin13.4.0
openturns:
- '1.20'
sys_abi:
- post-12
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - sys_abi
- channel_targets
18 changes: 0 additions & 18 deletions .ci_support/osx_arm64_.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_compiler:
- clang_bootstrap
c_compiler_version:
- '17'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge libcxx_macos_lt_12
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '17'
dummy_var:
- '1'
macos_machine:
- arm64-apple-darwin20.0.0
sys_abi:
- pre-12
target_platform:
- osx-arm64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - sys_abi
- channel_targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_compiler:
- clang_bootstrap
c_compiler_version:
- '17'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '17'
dummy_var:
- '1'
macos_machine:
- arm64-apple-darwin20.0.0
sys_abi:
- post-12
target_platform:
- osx-arm64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - sys_abi
- channel_targets
4 changes: 2 additions & 2 deletions .gitattributes

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

25 changes: 23 additions & 2 deletions .gitignore

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

22 changes: 15 additions & 7 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

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

Loading

0 comments on commit 94ffe16

Please sign in to comment.