aboutsummaryrefslogtreecommitdiffstats
path: root/community/suitesparse/0001-exclude-metis.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/suitesparse/0001-exclude-metis.patch')
-rw-r--r--community/suitesparse/0001-exclude-metis.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/suitesparse/0001-exclude-metis.patch b/community/suitesparse/0001-exclude-metis.patch
deleted file mode 100644
index a0322f583b7..00000000000
--- a/community/suitesparse/0001-exclude-metis.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-From: Jakub Jirutka <jakub@jirutka.cz>
-Date: Sut, 22 Apr 2017 18:01:00 +0200
-Subject: [PATCH] Do not install METIS
-
-METIS is optional (and not needed for Julia), but `make install` fails when
-it's not built, so we must disable it in Makefile.
---- a/Makefile
-+++ b/Makefile
-@@ -34,7 +34,7 @@
-
- # install all packages in /usr/local/lib and /usr/local/include
- # (note that CSparse is not installed; CXSparse is installed instead)
--install: metisinstall
-+install:
- ( cd SuiteSparse_config && $(MAKE) install )
- ( cd AMD && $(MAKE) install )
- ( cd BTF && $(MAKE) install )