Randy Eckman
Randy Eckman
I think that's a reasonable solution, but I'd like the ability to specify the preprocessor options in the `.fortls` file or something to force it to parse one or another....
This looks like it is working for me for now, thanks so much! As mentioned above, we do have some preprocessor macros and other conditionals that would be good to...
In your readme.rst example using pp_defs, you need a comma at the end of that line :-)
Did you still want me to try using the cpp branch or just upgrade to 1.2.0 and tell you if I find anything there?
If you'd be interested, you could transfer ownership of this project to me. Alternatively, you could add me as a maintainer. If you don't want to be actively involved in...
Awesome, thanks! And no worries, you haven't been the hangup on this, I had to shelve my Fortran project at work I was originally developing the PR alongside, but in...
I'll add that I removed some of the code specific to addressing "bugs". I think many of those bugs have since been fixed, and would request that any other bugs...
OpenMP and MPI are now natively supported for Fortran by CMake, so the code in the original template is no longer necessary. There is also now a standard CMake module...
The usage of Threads came about because of the previous usage of `${CMAKE_THREAD_LIBS_INIT}` in the example usage of LAPACK flags. This flag doesn't seem necessarily required for use with LAPACK,...
Cool, thanks, I'll try to get back to work on this later this week and incorporate comments/update changelog, etc. And no worries re: new dad schedule :-) Trying to address...