summaryrefslogtreecommitdiff
path: root/math/suitesparse-csparse/files/patch-CSparse_Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-11-14 17:51:46 +0100
committerThierry Thomas <thierry@FreeBSD.org>2022-11-27 12:09:54 +0100
commit4ae9e22b66854e926bc213bbc1e68b7534b7d81f (patch)
treef6654e61e9795487fa470a0fe1ef60dff54ccc06 /math/suitesparse-csparse/files/patch-CSparse_Makefile
parentmath/suitesparse-cholmod: upgrade to 4.0.1 (diff)
math/suitesparse-csparse: upgrade to 4.0.0
PR: 267742
Diffstat (limited to 'math/suitesparse-csparse/files/patch-CSparse_Makefile')
-rw-r--r--math/suitesparse-csparse/files/patch-CSparse_Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/suitesparse-csparse/files/patch-CSparse_Makefile b/math/suitesparse-csparse/files/patch-CSparse_Makefile
deleted file mode 100644
index fda5d10c9e9b..000000000000
--- a/math/suitesparse-csparse/files/patch-CSparse_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) )