search for: curldir

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

Did you mean: curdir
2020 Jul 10
3
Compilation error for R 4.0.2
...tenv CFLAGS " -O2 -fPIC " ./configure --prefix=/uufs/chpc.utah.edu/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 " -axCO...
2020 Jul 11
0
Compilation error for R 4.0.2
...> ./configure --prefix=/uufs/chpc.utah.edu/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...