mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
conda osx build
This commit is contained in:
@@ -7,6 +7,9 @@ fi
|
|||||||
|
|
||||||
if [ `uname` == Darwin ]; then
|
if [ `uname` == Darwin ]; then
|
||||||
PY_LIB="libpython${MY_PY_VER}.dylib"
|
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
|
else
|
||||||
PY_LIB="libpython${MY_PY_VER}.so"
|
PY_LIB="libpython${MY_PY_VER}.so"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ requirements:
|
|||||||
- libboost
|
- libboost
|
||||||
- icu
|
- icu
|
||||||
run:
|
run:
|
||||||
|
- libgcc # [osx]
|
||||||
- python
|
- python
|
||||||
- oce ==0.17.3
|
- oce ==0.17.3
|
||||||
- libboost
|
- libboost
|
||||||
|
|||||||
Reference in New Issue
Block a user