Results 37 comments of Andrew Corrigan

I just tried the latest obake+mppp+fmtlib and am seeing the following error using Xcode (Apple clang version 14.0.0 (clang-1400.0.29.202)) ``` In file included from /third_party/obake/include/obake/polynomials/d_packed_monomial.hpp:30: /third_party/fmt/include/fmt/core.h:2582:45: error: implicit instantiation of...

I just tried updating to latest obake+mppp+fmtlib again and it's all working for me now.

It was latest trunk of each repository as of yesterday. Perhaps the issue I encountered is not the same as yours.

I'm really sorry I flaked on this. I'll try out the latest release and report back if there are any issues.

I just tried it again and still have the error message without the space (using the current version). If I set /Zc:preprocessor-, to *disable* the standards conforming preprocessor, then the...

I dug into the Windows CI setup and was able to reproduces the errors using the conforming preprocessor option... https://github.com/andrewcorrigan/mppp/actions/runs/11838858846/job/32988951135 I'm going to open a PR in case you want...

The issue is that NetCDF is implicitly defining `H5_BUILT_AS_DYNAMIC_LIB` due to the commented out code here https://github.com/Unidata/netcdf-c/blob/main/cmake/dependencies.cmake#L126 - Can that code be uncommented? As it is now, netcdf includes hdf5...