Skip to content

Commit

Permalink
suitesparse: Disable CUDA
Browse files Browse the repository at this point in the history
The Makefile needs to be adapted, as it cannot be done on the command
line.

    make CUDA=no
  • Loading branch information
pmenzel committed Apr 8, 2021
1 parent f2411ea commit 8e234a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions suitesparse.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 8e234a1

Please sign in to comment.