From 8e234a17129cf58956452509a62d6c99e14fa2a3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 8 Apr 2021 10:38:54 +0200 Subject: [PATCH] suitesparse: Disable CUDA The Makefile needs to be adapted, as it cannot be done on the command line. make CUDA=no --- suitesparse.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}"