Skip to content
Snippets Groups Projects
Commit 19e803a0 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'osx-10.10' into 'master'

Update conda build config to match the defaults channel

See merge request bob/bob.conda!445
parents 9c3461ae fa473845
No related branches found
No related tags found
1 merge request!445Update conda build config to match the defaults channel
Pipeline #40694 passed
c_compiler:
- clang # [osx]
cxx_compiler:
- clangxx # [osx]
fortran_compiler_version:
# matrix on linux, because the ABI breaks at GCC 8
- 7.3.0 # [linux]
- 8.2.0 # [linux]
rust_compiler:
- rust
rust_compiler_version:
- 1.40.0
c_compiler_version: # [linux or osx]
- 7.3.0 # [linux]
- 10 # [osx]
cxx_compiler_version: # [linux or osx]
- 7.3.0 # [linux]
- 10 # [osx]
fortran_compiler_version: # [linux]
- 7.3.0 # [linux]
clang_variant:
- clang
macos_min_version:
- 10.9
macos_machine:
......@@ -5,11 +29,11 @@ macos_machine:
MACOSX_DEPLOYMENT_TARGET:
- 10.9
CONDA_BUILD_SYSROOT: # [osx]
- /opt/MacOSX10.9.sdk # [osx]
- /opt/MacOSX10.10.sdk # [osx]
# This helps CMAKE find the sysroot. See
# https://cmake.org/cmake/help/v3.11/variable/CMAKE_OSX_SYSROOT.html
SDKROOT: # [osx]
- /opt/MacOSX10.9.sdk # [osx]
- /opt/MacOSX10.10.sdk # [osx]
# makes autotools verbose
VERBOSE_AT:
- V=1
......@@ -41,6 +65,8 @@ zip_keys:
- cxx_compiler # [win]
- fortran_compiler_version # [win]
- python # [win]
- nodejs # [win]
- geos # [win]
numpy:
- 1.15.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment