Electrostatics / apbs-pdb2pqr

APBS - software for biomolecular electrostatics and solvation
http://www.poissonboltzmann.org/
127 stars 62 forks source link

Python Lib build could be better #423

Closed keith923 closed 4 years ago

keith923 commented 8 years ago

On Linux you must set BUILD_SHARED_LIBS, but if you do that on OS X it breaks with linker errors.

The CMake script should be updated to at least warn the user when BUILD_SHARED_LIBS is on and it shouldn't be, on off when it should be.