summaryrefslogtreecommitdiff
path: root/math/suitesparse-csparse/files/patch-CSparse_Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-05-24 18:41:20 +0200
committerThierry Thomas <thierry@FreeBSD.org>2021-05-25 12:00:05 +0200
commitace392aa213637d97e5b347bff9b564cd4226cd1 (patch)
treea1c7058b85f087083d049e010668a7736c970b2f /math/suitesparse-csparse/files/patch-CSparse_Makefile
parentsuitesparse-config: new port for the module SuiteSparse_config (diff)
suitesparse-csparse: new port for the module CSparse of SuiteSparse
Diffstat (limited to 'math/suitesparse-csparse/files/patch-CSparse_Makefile')
-rw-r--r--math/suitesparse-csparse/files/patch-CSparse_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/suitesparse-csparse/files/patch-CSparse_Makefile b/math/suitesparse-csparse/files/patch-CSparse_Makefile
new file mode 100644
index 000000000000..fda5d10c9e9b
--- /dev/null
+++ b/math/suitesparse-csparse/files/patch-CSparse_Makefile
@@ -0,0 +1,11 @@
+--- CSparse/Makefile.orig 2021-05-17 01:04:52 UTC
++++ CSparse/Makefile
+@@ -6,7 +6,7 @@ C:
+ ( cd Lib ; $(MAKE) )
+ ( cd Demo ; $(MAKE) )
+
+-all: C cov
++all: C
+
+ library:
+ ( cd Lib ; $(MAKE) )