diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-17 22:07:15 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-17 22:07:15 +0200 |
commit | 28eea326ce6605ee708cb1df0c67a3f90cdb5a79 (patch) | |
tree | c58ea1417ad51c6740fc7a2f80021687d5be741a /testing/suitesparse/0001-exclude-metis.patch | |
parent | 9158f8fc25b28fede73541540800d7549f53e83e (diff) | |
download | aports-28eea326ce6605ee708cb1df0c67a3f90cdb5a79.tar.bz2 aports-28eea326ce6605ee708cb1df0c67a3f90cdb5a79.tar.xz |
community/suitesparse: move from testing
Diffstat (limited to 'testing/suitesparse/0001-exclude-metis.patch')
-rw-r--r-- | testing/suitesparse/0001-exclude-metis.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/suitesparse/0001-exclude-metis.patch b/testing/suitesparse/0001-exclude-metis.patch deleted file mode 100644 index 25e9b9f2e5..0000000000 --- a/testing/suitesparse/0001-exclude-metis.patch +++ /dev/null @@ -1,28 +0,0 @@ -From: Jakub Jirutka <jakub@jirutka.cz> -Date: Wed, 08 Jun 2016 21:04: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 remove it from Makefile. ---- a/Makefile -+++ b/Makefile -@@ -56,19 +56,6 @@ - # ( cd SKYLINE_SVD && $(MAKE) install ) - $(CP) README.txt $(INSTALL_DOC)/SuiteSparse_README.txt - chmod 644 $(INSTALL_DOC)/SuiteSparse_README.txt --ifeq (,$(MY_METIS_LIB)) -- # install METIS from SuiteSparse/metis-5.1.0 -- - $(CP) lib/libmetis.* $(INSTALL_LIB) -- - $(CP) metis-5.1.0/manual/manual.pdf $(INSTALL_DOC)/METIS_manual.pdf -- - $(CP) metis-5.1.0/README.txt $(INSTALL_DOC)/METIS_README.txt -- # the following is needed only on the Mac, so *.dylib is hardcoded: -- $(SO_INSTALL_NAME) $(INSTALL_LIB)/libmetis.dylib $(INSTALL_LIB)/libmetis.dylib -- - $(CP) include/metis.h $(INSTALL_INCLUDE) -- chmod 755 $(INSTALL_LIB)/libmetis.* -- chmod 644 $(INSTALL_INCLUDE)/metis.h -- chmod 644 $(INSTALL_DOC)/METIS_manual.pdf -- chmod 644 $(INSTALL_DOC)/METIS_README.txt --endif - - # uninstall all packages - uninstall: |