ReactionMechanismGenerator / conda-recipes

Anaconda conda build recipes for RMG dependencies
0 stars 4 forks source link

Openbabel recipe #1

Closed rwest closed 9 years ago

rwest commented 9 years ago

Still not fully working.

rwest commented 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

rwest commented 9 years ago

This is now working for me, on Mac OS X

rwest commented 9 years ago

See also https://github.com/conda/conda-recipes/pull/310 where more people will be commenting and contributing.

connie commented 9 years ago

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?