Skip to content

Commit

Permalink
Merge pull request #2064 from mariux64/add-suitesparse-5.9.0
Browse files Browse the repository at this point in the history
Add SuiteSparse 5.9.0
  • Loading branch information
pmenzel authored Apr 9, 2021
2 parents 99e8bca + 8e234a1 commit 6709e97
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions suitesparse.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION suitesparse-5.9.0-0

SRCURL[0]="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v${PKGVERSION}.tar.gz suitesparse-v${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

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}"
}

mee_install() {
bee_install INSTALL=${D}${PREFIX} CMAKE_OPTIONS="-DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_INSTALL_LIBDIR=${LIBDIR}"
}

#mee_install_post() {
# exit
#}

0 comments on commit 6709e97

Please sign in to comment.