summaryrefslogtreecommitdiff
path: root/suitesparse/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'suitesparse/Pkgfile')
-rw-r--r--suitesparse/Pkgfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/suitesparse/Pkgfile b/suitesparse/Pkgfile
index 68c357523..6108f6df2 100644
--- a/suitesparse/Pkgfile
+++ b/suitesparse/Pkgfile
@@ -4,16 +4,13 @@
# Depends on: lapack metis
name=suitesparse
-version=6.0.0
-release=2
-source=(https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$version/$name-$version.tar.gz
- 769870a0.patch)
+version=6.0.1
+release=1
+source=(https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$version/$name-$version.tar.gz)
build() {
cd SuiteSparse-$version
- patch -Np1 -i $SRC/769870a0.patch
-
CMAKE_OPTIONS="-D BLA_VENDOR=Generic \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \

Generated by cgit