Jeremy Lloyd Conlin
Jeremy Lloyd Conlin
We can do that specifically on NJOY21 I think by doing this in NJOY21.hpp: ```cpp #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" #include "lipservice.hpp" #pragma GCC diagnostic pop...
@whaeck I aree with your sentiment. However, GCC seems to be inconsistent here. It fails in different spots using different versions of GCC. It does *not* fail when compiling lipservice...
This problem has cropped up again. I tried to compile with GCC version 9.2.0 and got this error: ```console $ cmake -D CMAKE_BUILD_TYPE=Release .. ... $ make ... [ 86%]...
@staleyLANL Thanks for looking in to this. We have this construct throughout lipservice; if we fix it for this particular case, it would crop up somewhere else. I don't think...
Today I learned that in order to process MF=22 and MT=102 (probably some other MT combinations as well), you also need to process MF=6 MT=102 through GROUPR. *It is not...
@jchsublet LLVM only provides a C/C++ compiler; it does not provide a Fortran compiler. You need to have a Fortran compiler to compile the Legacy NJOY parts. Thus, you need...
@lgreenwood10 Thanks for making an issue! Can you please add some NJOY input files to this pull request as well as the necessary ENDF files? We can’t try this out...
@ameliajo Care to chime in on this?
@paulromano Thanks for reporting this issue. We will hopefully get a chance to look at this later this week or early next week.
@whaeck this seems to do the trick—at least on Linux. On my Mac, I get: ``` $ cmake -D static_libraries=TRUE -D CMAKE_EXE_LINKER_FLAGS="-static" ../ -- The Fortran compiler identification is GNU...