Jacob Williams

Results 171 comments of Jacob Williams

Can't really do anything here without more information.

The first one works fine for me. What compiler/platform are you using?

It's hard to say without a full example that I can compile and reproduce the issue.

The `real_format` options gives you some control.

I don't use the CMake project, so don't know how to fix this. Anybody have any suggestions?

The `json-fortran.pc.cmake.in` file has: ```cmake libdir=@CMAKE_INSTALL_FULL_LIBDIR@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ ``` So maybe these aren't working for some reason?

I didn't even know json-fortran was available in Macports, and don't know who set that up or how it works. Or that PowerPC was still a thing. So, not sure...

If you're using FPM, then you should just be able to run `fpm test` in the root directory and the tests should work. But it looks like you are using...

This works for me: ```bash mkdir build cd build cmake .. make -j 4 check ```