Skip to content
Snippets Groups Projects
Commit 1775a944 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

changelog

[makedoc]
parent d7f93df5
No related branches found
No related tags found
No related merge requests found
...@@ -202,6 +202,8 @@ For users: ...@@ -202,6 +202,8 @@ For users:
For developers: For developers:
- Fixed a bug in `./configure --disable-libsearch` when searching for molfile plugins. - Fixed a bug in `./configure --disable-libsearch` when searching for molfile plugins.
- Cppcheck on travis-ci has been updated to 1.80. - Cppcheck on travis-ci has been updated to 1.80.
- Configure script now has a list of better alternatives to find a working `ld -r -o` tool to merge object files.
This solves linking issues on some peculiar systems (see \issue{291}, thanks to Massimiliano Culpo).
- Using `install_name_tool` also on non-installed libraries. This makes it possible to link them and later - Using `install_name_tool` also on non-installed libraries. This makes it possible to link them and later
find them without explicitly setting `DYLD_LIBRARY_PATH`. This should also make the `DYLD_LIBRARY_PATH` irrelevant. find them without explicitly setting `DYLD_LIBRARY_PATH`. This should also make the `DYLD_LIBRARY_PATH` irrelevant.
Notice that `DYLD_LIBRARY_PATH` is not well behaved in OSX El Capitan. Notice that `DYLD_LIBRARY_PATH` is not well behaved in OSX El Capitan.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment