chemfiles / Chemfiles.jl

Julia bindings to chemfiles
http://chemfiles.org/Chemfiles.jl/
Other
36 stars 22 forks source link

Molfiles plugin fails on Windows #3

Closed Luthaf closed 8 years ago

Luthaf commented 8 years ago

Using Molfiles plugin on Windows fails (cf https://ci.appveyor.com/project/Luthaf/chemfiles-jl/build/30#L105), and the log says

Chemfiles error: Could not find the 'gromacsplugin.so' shared library. Try setting the CHEMFILES_PLUGINS environement variable.

At the same time, CHEMFILES_PLUGINS is set correctly, and the gromacsplugin.so file exists ...

Luthaf commented 8 years ago

This will be resolved when the c++ library will be updated to 0.6, as Molfile plugins are linked statically.

Luthaf commented 8 years ago

Fixed with the 0.6 update (https://ci.appveyor.com/project/Luthaf/chemfiles-jl/build/50/job/6bh40p0e294l6gd7)