UCLOrengoGroup / cath-tools

Protein structure comparison tools such as SSAP and SNAP
http://cath-tools.readthedocs.io
GNU General Public License v3.0
57 stars 14 forks source link

Add files to gitignore and improve building on linux platforms. #60

Closed anadon closed 6 years ago

anadon commented 6 years ago

Catching a few quick things. First, usually you want to ignore all your intermediate build files and resulting binaries. Second, this should catch my case on Arch Linux where any notion of LSB is just not a thing. It should also prove more stable for building in future releases of Ubuntu as well.

Granted, pulling in static libraries like you are is probably not the best thing to do. You should consider switching to shared libraries or a build time switch.