forked from RoboStack/ros-noetic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conda_build_config.yaml
58 lines (54 loc) · 1.64 KB
/
conda_build_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
console_bridge:
- 1.0
gazebo:
- '11'
numpy:
# part of a zip_keys: python, python_impl, numpy
- 1.19
ogre:
- 1.10.12
pcl:
- 1.12.0
libpqxx:
- 6
python:
# part of a zip_keys: python, python_impl, numpy
# - 3.6.* *_cpython # [not (osx and arm64)]
# - 3.7.* *_cpython # [not (osx and arm64)]
# - 3.8.* *_cpython
- 3.9.* *_cpython
python_impl:
# part of a zip_keys: python, python_impl, numpy
# - cpython # [not (osx and arm64)]
# - cpython # [not (osx and arm64)]
- cpython
# Project overrides
macos_min_version: # [osx and x86_64]
- 10.14 # [osx and x86_64]
macos_machine: # [osx]
- x86_64-apple-darwin13.4.0 # [osx and x86_64]
- arm64-apple-darwin20.0.0 # [osx and arm64]
MACOSX_DEPLOYMENT_TARGET: # [osx]
- 11.0 # [osx and arm64]
- 10.14 # [osx and x86_64]
CONDA_BUILD_SYSROOT:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk # [osx and arm64]
# fix build metadata, needed for mapviz
replacements:
all_replacements:
- tag: 'pkg-config build metadata'
glob_patterns:
- '*.pc'
regex_re: '(?:-L|-I)?\"?([^;\s]+\/sysroot\/)'
replacement_re: '$(CONDA_BUILD_SYSROOT_S)'
regex_rg: '([^;\s"]+/sysroot/)'
- tag: 'CMake build metadata'
glob_patterns:
- '*.cmake'
regex_re: '([^;\s"]+/sysroot)'
replacement_re: '$ENV{CONDA_BUILD_SYSROOT}'
- tag: 'CMake build metadata OSX'
glob_patterns:
- '*.cmake'
regex_re: '([^;\s"]+/MacOSX\d*\.?\d*\.sdk)'
replacement_re: '$ENV{CONDA_BUILD_SYSROOT}'