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 for cfitsio 4.4.0 #244

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
8 changes: 7 additions & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
cffi:
- '1'
cfitsio:
- 4.3.1
- 4.4.0
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -76,6 +80,8 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
- - python
- numpy
- python_impl
8 changes: 7 additions & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
- cos7
cffi:
- '1'
cfitsio:
- 4.3.1
- 4.4.0
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -78,6 +82,8 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
- - python
- numpy
- python_impl
8 changes: 8 additions & 0 deletions .ci_support/migrations/cfitsio440.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for cfitsio 4.4.0
kind: version
migration_number: 1
cfitsio:
- 4.4.0
migrator_ts: 1709230923.7498808
6 changes: 5 additions & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
cffi:
- '1'
cfitsio:
- 4.3.1
- 4.4.0
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 5 additions & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
cffi:
- '1'
cfitsio:
- 4.3.1
- 4.4.0
channel_sources:
- conda-forge
channel_targets:
Expand Down
7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

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

7 changes: 7 additions & 0 deletions .scripts/run_osx_build.sh

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

3 changes: 3 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ xpa:
- '2'
yaml_cpp:
- '0.8'

c_stdlib_version: # [linux]
- "2.17" # [linux]
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "rubin-env" %}
{% set version = "8.0.0" %}
{% set build_number = 7 %}
{% set build_number = 8 %}

package:
name: {{ name }}
Expand Down Expand Up @@ -204,7 +204,7 @@ outputs:
- python
run:
- {{ pin_subpackage("rubin-env-nosysroot", exact=True) }}
- sysroot_linux-64 =2.17 # [linux64]
- {{ stdlib("c") }}
- python
test:
commands:
Expand Down