Skip to content

Commit

Permalink
Merge pull request #27 from regro-cf-autotick-bot/3.5.0_h781772
Browse files Browse the repository at this point in the history
python-casacore v3.5.0
  • Loading branch information
pkgw authored Jul 10, 2022
2 parents d0d423c + 3be9fae commit 2d089f3
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .ci_support/osx_64_numpy1.19python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ boost:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '12'
- '13'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_numpy1.19python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ boost:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '12'
- '13'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ boost:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '12'
- '13'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_numpy1.21python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ boost:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '12'
- '13'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_numpy1.19python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ boost:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '12'
- '13'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ boost:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '12'
- '13'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_numpy1.21python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ boost:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '12'
- '13'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
Expand Down
3 changes: 2 additions & 1 deletion .circleci/config.yml

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

9 changes: 8 additions & 1 deletion .scripts/build_steps.sh

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

4 changes: 4 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.

30 changes: 22 additions & 8 deletions LICENSE.txt

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

19 changes: 13 additions & 6 deletions build-locally.py

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "python-casacore" %}
{% set version = "3.4.0" %}
{% set sha256 = "f654781292308de70c037981f5f7f5aeb02cf980a6f1367d1c294e7b4fca42ce" %}
{% set version = "3.5.0" %}
{% set sha256 = "47ac85d47051074d64415414212c8c2cfcb49a2037f5c3d78f71ab5b162d1e8b" %}

package:
name: {{ name|lower }}
Expand All @@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 0
skip: true # [win]
script: {{ PYTHON }} -m pip install . -vv

Expand Down

0 comments on commit 2d089f3

Please sign in to comment.