theochem / cgrid

C++ version of horton (2.x) grid functionality
GNU General Public License v3.0
4 stars 1 forks source link

Linking fails #31

Closed matt-chan closed 6 years ago

matt-chan commented 6 years ago

We can't link successfully unless all the dependencies are using the same compiler/libstdc++. This is particularly a problem because old versions of cellcutoffs were built with gcc4.8/libstdc++(gcc) and new versions of conda python and osx qcgrids is now built with clang/libc++(llvm). The symbols aren't the same between the two anymore, so builds are failing.

tovrstra commented 6 years ago

@matt-chan I guess we should fix the clang builds first and then remove older binary packages for osx that cause these inconsistencies.