Skip to content

Commit

Permalink
Merge pull request #259 from ktlim/tickets/DM-43326
Browse files Browse the repository at this point in the history
DM-43326: Create rubin-env 9.0.0.
  • Loading branch information
ktlim authored Aug 1, 2024
2 parents 5054755 + f2a998b commit ea13cf6
Show file tree
Hide file tree
Showing 11 changed files with 306 additions and 259 deletions.
14 changes: 10 additions & 4 deletions .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 @@ -47,13 +51,13 @@ liblapack:
liblapacke:
- 3.9 *netlib
log4cxx:
- 1.1.0
- 1.2.0
minuit2:
- '6'
ndarray:
- '1'
numpy:
- '1.24'
- 1.26.4
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -63,7 +67,7 @@ python:
python_impl:
- cpython
starlink_ast:
- 9.2.10
- 9.2.11
target_platform:
- linux-64
wcslib:
Expand All @@ -76,6 +80,8 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
- - python
- numpy
- python_impl
14 changes: 10 additions & 4 deletions .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 @@ -49,13 +53,13 @@ liblapack:
liblapacke:
- 3.9 *netlib
log4cxx:
- 1.1.0
- 1.2.0
minuit2:
- '6'
ndarray:
- '1'
numpy:
- '1.24'
- 1.26.4
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -65,7 +69,7 @@ python:
python_impl:
- cpython
starlink_ast:
- 9.2.10
- 9.2.11
target_platform:
- linux-aarch64
wcslib:
Expand All @@ -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/starlink_ast9211.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for starlink_ast 9.2.11
kind: version
migration_number: 1
migrator_ts: 1719432102.401272
starlink_ast:
- 9.2.11
12 changes: 8 additions & 4 deletions .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 Expand Up @@ -47,15 +51,15 @@ liblapack:
liblapacke:
- 3.9 *netlib
log4cxx:
- 1.1.0
- 1.2.0
macos_machine:
- x86_64-apple-darwin13.4.0
minuit2:
- '6'
ndarray:
- '1'
numpy:
- '1.24'
- 1.26.4
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -65,7 +69,7 @@ python:
python_impl:
- cpython
starlink_ast:
- 9.2.10
- 9.2.11
target_platform:
- osx-64
wcslib:
Expand Down
12 changes: 8 additions & 4 deletions .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 Expand Up @@ -47,15 +51,15 @@ liblapack:
liblapacke:
- 3.9 *netlib
log4cxx:
- 1.1.0
- 1.2.0
macos_machine:
- arm64-apple-darwin20.0.0
minuit2:
- '6'
ndarray:
- '1'
numpy:
- '1.24'
- 1.26.4
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -65,7 +69,7 @@ python:
python_impl:
- cpython
starlink_ast:
- 9.2.10
- 9.2.11
target_platform:
- osx-arm64
wcslib:
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

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

1 change: 1 addition & 0 deletions README.md

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

4 changes: 2 additions & 2 deletions build-locally.py

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

11 changes: 7 additions & 4 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ apr:
cffi:
- '1'
cfitsio:
- 4.3.1
- 4.4.0
cython:
- '0'
- '3'
eigen:
- '3.4'
gsl:
Expand All @@ -35,13 +35,13 @@ libboost_python_devel:
libcxx:
- '16'
log4cxx:
- 1.1.0
- 1.2.0
minuit2:
- '6'
ndarray:
- '1'
numpy:
- '1.24'
- '1.26.4'
starlink_ast:
- '9.2.10'
wcslib:
Expand All @@ -50,3 +50,6 @@ xpa:
- '2'
yaml_cpp:
- '0.8'

c_stdlib_version: # [linux]
- "2.17" # [linux]
Loading

1 comment on commit ea13cf6

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.