Closed paulperry closed 5 years ago
I was able to build with the following flags:
CC=clang -Xpreprocessor -stdlib=libc++
CXX=clang++ -Xpreprocessor -stdlib=libc++
per this answer: https://stackoverflow.com/questions/14864967/no-matching-constructor-for-initialization-of-vectorstring-with-clang-3-2
I'm able to import it into a notebook and now to see if it truly runs.
Seems to be working.
Thank you Paul.
Mac OSX Xcode supports OpenMP per this post https://iscinumpy.gitlab.io/post/omp-on-high-sierra/ . I tried it by setting the following env variables:
and I got pretty far, were it not for this error:
Where this might fix it: https://stackoverflow.com/questions/26144299/compiler-error-when-constructing-a-vector-of-pairs
But before I go mucking with the code I wondered if anyone else has gone down this path and succeeded. Thx