Skip to content
Snippets Groups Projects
Commit 36214cec 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 !161
parents 33ba6512 a853b235
No related branches found
No related tags found
1 merge request!161Update conda build config to match the defaults channel
Pipeline #40627 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: macos_min_version:
- 10.9 - 10.9
macos_machine: macos_machine:
...@@ -5,11 +29,11 @@ macos_machine: ...@@ -5,11 +29,11 @@ macos_machine:
MACOSX_DEPLOYMENT_TARGET: MACOSX_DEPLOYMENT_TARGET:
- 10.9 - 10.9
CONDA_BUILD_SYSROOT: # [osx] CONDA_BUILD_SYSROOT: # [osx]
- /opt/MacOSX10.9.sdk # [osx] - /opt/MacOSX10.10.sdk # [osx]
# This helps CMAKE find the sysroot. See # This helps CMAKE find the sysroot. See
# https://cmake.org/cmake/help/v3.11/variable/CMAKE_OSX_SYSROOT.html # https://cmake.org/cmake/help/v3.11/variable/CMAKE_OSX_SYSROOT.html
SDKROOT: # [osx] SDKROOT: # [osx]
- /opt/MacOSX10.9.sdk # [osx] - /opt/MacOSX10.10.sdk # [osx]
# makes autotools verbose # makes autotools verbose
VERBOSE_AT: VERBOSE_AT:
- V=1 - V=1
...@@ -42,6 +66,8 @@ zip_keys: ...@@ -42,6 +66,8 @@ zip_keys:
- cxx_compiler # [win] - cxx_compiler # [win]
- fortran_compiler_version # [win] - fortran_compiler_version # [win]
- python # [win] - python # [win]
- nodejs # [win]
- geos # [win]
# Here is the version of dependencies are used when building packages (build # Here is the version of dependencies are used when building packages (build
......
...@@ -56,6 +56,7 @@ Building the reference setup ...@@ -56,6 +56,7 @@ Building the reference setup
2. To be able to send e-mails from the command-line (e.g., when completing 2. To be able to send e-mails from the command-line (e.g., when completing
cronjobs), via the Idiap SMTP, you will need to modify the postfix cronjobs), via the Idiap SMTP, you will need to modify the postfix
configuration: configuration:
- Edit the file ``/etc/postfix/main.cf`` to add a line stating ``relayhost = - Edit the file ``/etc/postfix/main.cf`` to add a line stating ``relayhost =
[smtp.lab.idiap.ch]`` (all e-mails should be routed by this SMTP host) [smtp.lab.idiap.ch]`` (all e-mails should be routed by this SMTP host)
- Edit the file ``/etc/postfix/generic`` to add a line stating - Edit the file ``/etc/postfix/generic`` to add a line stating
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment