Skip to content
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
21 changes: 15 additions & 6 deletions .azure-pipelines/azure-pipelines-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,23 @@ jobs:
strategy:
maxParallel: 8
matrix:
osx_python2.7:
CONFIG: osx_python2.7
osx_fortran_compiler_version4python2.7:
CONFIG: osx_fortran_compiler_version4python2.7
UPLOAD_PACKAGES: True
osx_python3.6:
CONFIG: osx_python3.6
osx_fortran_compiler_version4python3.6:
CONFIG: osx_fortran_compiler_version4python3.6
UPLOAD_PACKAGES: True
osx_python3.7:
CONFIG: osx_python3.7
osx_fortran_compiler_version4python3.7:
CONFIG: osx_fortran_compiler_version4python3.7
UPLOAD_PACKAGES: True
osx_fortran_compiler_version7python2.7:
CONFIG: osx_fortran_compiler_version7python2.7
UPLOAD_PACKAGES: True
osx_fortran_compiler_version7python3.6:
CONFIG: osx_fortran_compiler_version7python3.6
UPLOAD_PACKAGES: True
osx_fortran_compiler_version7python3.7:
CONFIG: osx_fortran_compiler_version7python3.7
UPLOAD_PACKAGES: True

steps:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ -z "$CONFIG" ]; then
fi

if [ -z "${DOCKER_IMAGE}" ]; then
SHYAML_INSTALLED="$(shyaml --version || echo NO)"
SHYAML_INSTALLED="$(shyaml -h || echo NO)"
if [ "${SHYAML_INSTALLED}" == "NO" ]; then
echo "WARNING: DOCKER_IMAGE variable not set and shyaml not installed. Falling back to condaforge/linux-anvil-comp7"
DOCKER_IMAGE="condaforge/linux-anvil-comp7"
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_python2.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jasper:
libnetcdf:
- 4.6.2
libpng:
- 1.6.35
- '1.6'
numpy:
- '1.14'
perl:
- '5.26'
- 5.26.2
pin_run_as_build:
boost:
max_pin: x.x.x
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_python3.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jasper:
libnetcdf:
- 4.6.2
libpng:
- 1.6.35
- '1.6'
numpy:
- '1.14'
perl:
- '5.26'
- 5.26.2
pin_run_as_build:
boost:
max_pin: x.x.x
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_python3.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jasper:
libnetcdf:
- 4.6.2
libpng:
- 1.6.35
- '1.6'
numpy:
- '1.14'
perl:
- '5.26'
- 5.26.2
pin_run_as_build:
boost:
max_pin: x.x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jasper:
libnetcdf:
- 4.6.2
libpng:
- 1.6.35
- '1.6'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.14'
perl:
- '5.26'
- 5.26.2
pin_run_as_build:
boost:
max_pin: x.x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jasper:
libnetcdf:
- 4.6.2
libpng:
- 1.6.35
- '1.6'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.14'
perl:
- '5.26'
- 5.26.2
pin_run_as_build:
boost:
max_pin: x.x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jasper:
libnetcdf:
- 4.6.2
libpng:
- 1.6.35
- '1.6'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.14'
perl:
- '5.26'
- 5.26.2
pin_run_as_build:
boost:
max_pin: x.x.x
Expand Down
52 changes: 52 additions & 0 deletions .ci_support/osx_fortran_compiler_version7python2.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
boost:
- 1.70.0
c_compiler:
- clang
c_compiler_version:
- '4'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '4'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '7'
hdf5:
- 1.10.5
jasper:
- 1.900.1
libnetcdf:
- 4.6.2
libpng:
- '1.6'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.14'
perl:
- 5.26.2
pin_run_as_build:
boost:
max_pin: x.x.x
jasper:
max_pin: x
libnetcdf:
max_pin: x.x.x
libpng:
max_pin: x.x
perl:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
52 changes: 52 additions & 0 deletions .ci_support/osx_fortran_compiler_version7python3.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
boost:
- 1.70.0
c_compiler:
- clang
c_compiler_version:
- '4'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '4'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '7'
hdf5:
- 1.10.5
jasper:
- 1.900.1
libnetcdf:
- 4.6.2
libpng:
- '1.6'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.14'
perl:
- 5.26.2
pin_run_as_build:
boost:
max_pin: x.x.x
jasper:
max_pin: x
libnetcdf:
max_pin: x.x.x
libpng:
max_pin: x.x
perl:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
52 changes: 52 additions & 0 deletions .ci_support/osx_fortran_compiler_version7python3.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
boost:
- 1.70.0
c_compiler:
- clang
c_compiler_version:
- '4'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '4'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '7'
hdf5:
- 1.10.5
jasper:
- 1.900.1
libnetcdf:
- 4.6.2
libpng:
- '1.6'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.14'
perl:
- 5.26.2
pin_run_as_build:
boost:
max_pin: x.x.x
jasper:
max_pin: x
libnetcdf:
max_pin: x.x.x
libpng:
max_pin: x.x
perl:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @kmuehlbauer @kynan @ocefpaf @pelson
15 changes: 0 additions & 15 deletions .github/CONTRIBUTING.md

This file was deleted.

25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

Loading