Closed rwest closed 9 years ago
See https://github.com/conda/conda-recipes/issues/309 for discussion of how to set or avoid the need to set $BABEL_LIBDIR
and $BABEL_DATADIR
This is now working for me, on Mac OS X
See also https://github.com/conda/conda-recipes/pull/310 where more people will be commenting and contributing.
The only difference I have now for the linux build is
- -DPYTHON_LIBRARY=$PREFIX/lib/libpython$PY_VER.dylib \
+ -DPYTHON_LIBRARY=$PREFIX/lib/libpython$PY_VER.so \
Is there a quick fix for detecting shared library ending differences between osx and linux?
Still not fully working.