Marshall Galbraith

Results 23 comments of Marshall Galbraith
trafficstars

Setting ```NETCDF_PATH`` and using ```MODERN=YES ../cmake-exodus``` got me this: ``` Processing enabled external package/TPL: HDF5 (enabled explicitly, disable with -DTPL_ENABLE_HDF5=OFF) -- Netcdf_ALLOW_MODERN='ON' -- Using find_package(HDF5 1.10.2 CONFIG) ... -- Could...

I have seen the same problem with math.h. Compiling with clang++ ``` #include "/usr/include/math.h" int main(int argc, char* argv[]) { return 0; } ``` works just fine, but ``` #include...

Thanks for the clarification. I'm far to aware of all the difficulties when dealing with dependencies. Thanks for all the effort.