astro-informatics / s2let

Fast wavelet transforms on the sphere.
http://astro-informatics.github.io/s2let
GNU General Public License v3.0
14 stars 2 forks source link

New build system failing #26

Closed auggiemarignier closed 4 years ago

auggiemarignier commented 4 years ago

I've tried doing pip install both from pypi and in a local copy and get the following error during the conan install step. The same thing happens when running cmake as in the README. It seems to be an issue when building so3, and I have tried the new build system for so3 but got the same error when it was trying to install ssht. Not sure if this is an issue with the code or just my conan profile but I'm not familiar enough with conan to tell Screenshot 2020-09-22 at 13 32 01

mdavezac commented 4 years ago

For now, please set compiler.libcxx following https://docs.conan.io/en/latest/howtos/manage_gcc_abi.html. I think I can correct this on the next update.

mdavezac commented 4 years ago

You can also delete the directory ~/.conan and run "conan profile new default --detect"

auggiemarignier commented 4 years ago

making a new conan profile worked. must've been another one of the clang vs gcc issues..

mdavezac commented 4 years ago

Thanks @auggiemarignier. It should be fixed in #27 and on pypi now.