search for: pcre2dir

Displaying 2 results from an estimated 2 matches for "pcre2dir".

2020 Jul 10
3
Compilation error for R 4.0.2
...du/sys/installdir/pcre2/10.35 \ --enable-pcre2-16 --enable-pcre2-32 --with-pic module purge module load intel/2019.5.281 # USe a modern version of curl & pcre2 (The current one on Centos 7 is TOO old) setenv CURLDIR "/uufs/chpc.utah.edu/sys/installdir/curl/7.65.3" setenv PCRE2DIR "/uufs/chpc.utah.edu/sys/installdir/pcre2/10.35" setenv PATH ${PCRE2DIR}/bin:$PATH Setting Compiler & linker flags: setenv CC icc setenv CXX icpc setenv F77 ifort setenv FC ifort setenv CFLAGS " -axCORE-AVX512,CORE-AVX2,AVX,SSE4.2 -O3 -qopenmp -fp-model precise -fPIC -I${MKL...
2020 Jul 11
0
Compilation error for R 4.0.2
...; --enable-pcre2-16 --enable-pcre2-32 --with-pic > module purge > module load intel/2019.5.281 > # USe a modern version of curl & pcre2 (The current one on Centos 7 is TOO > old) > setenv CURLDIR "/uufs/chpc.utah.edu/sys/installdir/curl/7.65.3" > setenv PCRE2DIR "/uufs/chpc.utah.edu/sys/installdir/pcre2/10.35" > setenv PATH ${PCRE2DIR}/bin:$PATH > Setting Compiler & linker flags: > setenv CC icc > setenv CXX icpc > setenv F77 ifort > setenv FC ifort > setenv CFLAGS " -axCORE-AVX512,CORE-AVX2,AVX,SSE4.2 -O3 -qope...