UCLOrengoGroup / cath-tools

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

Travis Clang build should use libc++ #10

Closed tonyelewis closed 7 years ago

tonyelewis commented 8 years ago

Perhaps not terribly important but preferable

tonyelewis commented 7 years ago

I'm currently having the Clang build fail because it isn't using libc++ (because it's instead using a libstdc++ that doesn't support heterogeneous lookup, that I'm using in the code).

I've made a first attempt to try switching to libc++ in a24fff7b6bd0cf576e71b4f160e496fee107b223.

tonyelewis commented 7 years ago

Looking into this a bit more, I think it's more hassle than it's worth.