GCC 7.2.0 Nov 16, 2017 programmingWe have added the latest Gnu C compiler suite, you can access this via module loadĀ compilers/gcc720.…Read More
R package install: C++11 standard requested but CXX11 is not defined Nov 15, 2017 programmingWe recently ran into an issue where an R package would not install as it required a more recent ISO C++ standard than provided by gcc. The workaround in this case was to edit the R makefile inĀ lib64/R/etc and …Read More