Skip to content
Closed
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

12 changes: 5 additions & 7 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ bzip2:
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cairo:
- '1'
cdt_name:
- cos6
- conda
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -21,13 +21,13 @@ curl:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
freetype:
- '2'
gsl:
Expand Down Expand Up @@ -62,7 +62,5 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
zlib:
- '1'
9 changes: 0 additions & 9 deletions .ci_support/migrations/libgdal39.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .ci_support/migrations/proj_loosen_pin.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '16'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -21,11 +21,11 @@ curl:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
- '18'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
gsl:
- '2.7'
hdf4:
Expand All @@ -49,11 +49,11 @@ libnetcdf:
libpng:
- '1.6'
llvm_openmp:
- '16'
- '18'
macos_machine:
- x86_64-apple-darwin13.4.0
proj:
- '9.4'
- '9.5'
target_platform:
- osx-64
zip_keys:
Expand Down
24 changes: 18 additions & 6 deletions .scripts/build_steps.sh

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

48 changes: 33 additions & 15 deletions .scripts/run_osx_build.sh

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

31 changes: 28 additions & 3 deletions azure-pipelines.yml

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

9 changes: 6 additions & 3 deletions build-locally.py

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source:
folder: triangle_tmp

build:
number: 54
number: 55 # proj95
skip: True # [win]
features:
detect_binary_files_with_prefix: true
Expand Down