summaryrefslogtreecommitdiff
path: root/math/slepc/files/patch-makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-25 08:36:49 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-25 08:36:49 +0000
commit93e3b85b958891a97c7090723d624356b6d61c0b (patch)
treec1edd51aa07bb43415e1f1c0e10c6b4f3bfef270 /math/slepc/files/patch-makefile
parentRedo r472283 with history [1]: (diff)
New port: math/slepc: Scalable Library for Eigenvalue Problem Computations
Notes
Notes: svn path=/head/; revision=473299
Diffstat (limited to 'math/slepc/files/patch-makefile')
-rw-r--r--math/slepc/files/patch-makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/slepc/files/patch-makefile b/math/slepc/files/patch-makefile
new file mode 100644
index 000000000000..645efb523d7c
--- /dev/null
+++ b/math/slepc/files/patch-makefile
@@ -0,0 +1,11 @@
+--- makefile.orig 2018-05-02 15:18:14 UTC
++++ makefile
+@@ -254,7 +254,7 @@ chk_slepc_dir:
+ # Install relevant files in the prefix directory
+ #
+ install:
+- -@${PYTHON} ./config/install.py ${SLEPC_DIR} ${PETSC_DIR} ${SLEPC_DESTDIR} ${PETSC_ARCH} ${AR_LIB_SUFFIX} ${RANLIB};
++ -@${PYTHON} ./config/install.py ${SLEPC_DIR} ${PETSC_DIR} ${FREEBSD_STAGEDIR}${SLEPC_DESTDIR} ${PETSC_ARCH} ${AR_LIB_SUFFIX} ${RANLIB};
+
+ # ------------------------------------------------------------------
+ #