diff --git a/suitesparse.be0 b/suitesparse.be0 index 0857ef609..7e2157d40 100755 --- a/suitesparse.be0 +++ b/suitesparse.be0 @@ -18,9 +18,9 @@ SRCURL[0]="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/ # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + sed -i 's/CUDA = auto/CUDA = no/g' ${S}/SuiteSparse_config/SuiteSparse_config.mk +} mee_build() { bee_build JOBS=80 CMAKE_OPTIONS="-DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_INSTALL_LIBDIR=${LIBDIR}"