Skip to content
Snippets Groups Projects
Commit 1b2a4a71 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Update conda build config to match the defaults channel

parent 33ba6512
No related branches found
No related tags found
1 merge request!161Update conda build config to match the defaults channel
Pipeline #40475 failed
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
......@@ -42,6 +66,8 @@ zip_keys:
- cxx_compiler # [win]
- fortran_compiler_version # [win]
- python # [win]
- nodejs # [win]
- geos # [win]
# Here is the version of dependencies are used when building packages (build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment