Replies: 4 comments 4 replies
-
I got numpy building on clang, fortran and BLAS are optional for numpy. |
Beta Was this translation helpful? Give feedback.
-
incidently have you had any luck getting postgres to build with clang ?, i had nothing but trouble fixing one problem just leads to several others.
|
Beta Was this translation helpful? Give feedback.
-
p.s patch is still good though, as for some reason clangs linker tries to link to the prebuilt openvr library which is built with msvc. so i updated the existing patch so that this particular example newer gets build, the original patch only disabled installing it.
|
Beta Was this translation helpful? Give feedback.
-
oups i was not at home, reply sent via my phone but i see now. only mentioned that the patch is still ok to use as clang tries to link in the prebuilt msvc openvr libraries and the original patch only disabled installing the example for it, so i disabled building the faulty example. |
Beta Was this translation helpful? Give feedback.
-
install-openvr-only-msvc.zip
corrected patch, now builds on clang64 also.
remember to disable numpy for clang builds.
Beta Was this translation helpful? Give feedback.
All reactions