su2code/SU2

su2 compilation always needs coolprop library

bigfooted opened this issue · 0 comments

Describe the bug
It looks like compilation depends on being able to reach the coolprop library, even when it is not used:
https://www.cfd-online.com/Forums/su2-installation/246859-coolprop-link-7-5-0-doesnt-work.html

I already noticed when compiling (in linux, not windows as the cfd-online post) that I always see some coolprop message. I guess some coolprop actions need to be inside some 'if coolprop' condition, depending on the presence of the coolprop compiler option (-Denable-coolprop)

Besides that, it looks like the auto-fetch of coolprop in windows does not work, at least for the cfd-online user.