search for: gcc_path

Displaying 1 result from an estimated 1 matches for "gcc_path".

Did you mean: etc_path
2025 Jan 21
1
R test suite LAPACK error with AOCL
...s this test suite error a serious problem? Is a workaround available? This is my R installation configuration line: $ CC=gcc CFLAGS="-O3 -march=znver4" \ CXX=g++ CXXFLAGS="-O3 -march=znver4" \ FC=gfortran FCFLAGS="-O3 -march=znver4" \ LDFLAGS="-Wl,-rpath=$GCC_PATH/lib64" \ ../configure \ --with-blas="-L/usr/lib64 -Wl,-rpath=$AOCL_ROOT/lib_LP64 -L$AOCL_ROOT/lib_LP64 -lblis -lflame" \ --with-lapack \ --enable-year2038 I am using the GCC (13.3.0). > sessionInfo() R version 4.4.2 (2024-10-31) Platform: x86_64-pc-linux-gnu Running un...