conda osx build

This commit is contained in:
Thomas Krijnen
2018-04-10 19:55:56 +02:00
parent dbf9f213fd
commit cb61873179
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ fi
if [ `uname` == Darwin ]; then
PY_LIB="libpython${MY_PY_VER}.dylib"
export CFLAGS="$CFLAGS -Wl,-flat_namespace,-undefined,suppress"
export CXXFLAGS="$CXXFLAGS -Wl,-flat_namespace,-undefined,suppress"
export LDFLAGS="$LDFLAGS -Wl,-flat_namespace,-undefined,suppress"
else
PY_LIB="libpython${MY_PY_VER}.so"
fi
+1
View File
@@ -25,6 +25,7 @@ requirements:
- libboost
- icu
run:
- libgcc # [osx]
- python
- oce ==0.17.3
- libboost