diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-24 18:41:20 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-25 12:00:05 +0200 |
commit | ace392aa213637d97e5b347bff9b564cd4226cd1 (patch) | |
tree | a1c7058b85f087083d049e010668a7736c970b2f /math/suitesparse-csparse/files/patch-CSparse_Makefile | |
parent | suitesparse-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_Makefile | 11 |
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) ) |