From 31175fb408a4f5e85e39a9aabd4a29f9d9c1fe25 Mon Sep 17 00:00:00 2001
|
From: Gregory Anders <greg@gpanders.com>
|
Date: Wed, 21 Oct 2020 15:26:52 -0600
|
Subject: [PATCH] Preserve links when installing libmetis
|
|
---
|
Makefile | 2 +-
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
diff --git a/Makefile b/Makefile
|
index 7631955..57fd022 100644
|
--- a/Makefile
|
+++ b/Makefile
|
@@ -76,7 +76,7 @@ ifeq (,$(MY_METIS_LIB))
|
@mkdir -p $(INSTALL_LIB)
|
@mkdir -p $(INSTALL_INCLUDE)
|
@mkdir -p $(INSTALL_DOC)
|
- - $(CP) lib/libmetis.* $(INSTALL_LIB)
|
+ - $(CP) -d 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:
|