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

rosco v2.7.0 #22

Closed
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
12 changes: 2 additions & 10 deletions .azure-pipelines/azure-pipelines-linux.yml

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

10 changes: 2 additions & 8 deletions .azure-pipelines/azure-pipelines-osx.yml

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

16 changes: 7 additions & 9 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
- '11'
target_platform:
- linux-64
zip_keys:
- - python
- numpy
25 changes: 0 additions & 25 deletions .ci_support/linux_64_python3.8.____cpython.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .ci_support/linux_64_python3.9.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,8 @@ channel_targets:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
- '11'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- numpy
25 changes: 0 additions & 25 deletions .ci_support/osx_64_python3.7.____cpython.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .ci_support/osx_64_python3.9.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,5 @@ channel_targets:
- conda-forge main
m2w64_fortran_compiler:
- m2w64-toolchain
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- numpy
19 changes: 0 additions & 19 deletions .ci_support/win_64_python3.8.____cpython.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .ci_support/win_64_python3.9.____cpython.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .circleci/config.yml

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

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

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

5 changes: 2 additions & 3 deletions .scripts/run_osx_build.sh

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

54 changes: 6 additions & 48 deletions README.md

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

Loading