TACC/GraviT

pygvt assumes it's being built with the intel compilers

ngoldbaum opened this issue · 4 comments

The pygvt setup.py file adds irc and irf to the list of libraries to link against. This is problematic if you are trying to build pygvt on a system that does not have the intel compilers installed. See

GraviT/pygvt/setup.py

Lines 80 to 81 in cf8e829

"irc",
"imf",

I've removed these two libraries in my local copy of pygvt but am unsure of a more generic fix. I guess we need to somehow detect that someone is trying to build with the intel compilers and add the intel runtime libraries then.

Another similar issue: the setup.py file looks for mpicxx but OpenMPI instead calls this library libmpi_cxx.

pnav commented

Fixed by #16.