[hypre] 02/02: update shlibs-interlink-sublibs.patch to link superlu-dist
Drew Parsons
dparsons at moszumanska.debian.org
Tue Nov 14 11:47:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch experimental
in repository hypre.
commit 7715962720b419a4fe85029db4ef06921afb1778
Author: Drew Parsons <dparsons at debian.org>
Date: Tue Nov 14 19:43:00 2017 +0800
update shlibs-interlink-sublibs.patch to link superlu-dist
i.e. add ${DSUPERLU_LIBS}
---
debian/patches/shlibs-interlink-sublibs.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/shlibs-interlink-sublibs.patch b/debian/patches/shlibs-interlink-sublibs.patch
index 31a87bf..b476551 100644
--- a/debian/patches/shlibs-interlink-sublibs.patch
+++ b/debian/patches/shlibs-interlink-sublibs.patch
@@ -29,7 +29,7 @@ Index: hypre/src/FEI_mv/fei-hypre/Makefile
+libHYPRE_FEI.so: ${OBJS} ${HYPRE_LIBS}
@echo "Building $@ ... "
- ${BUILD_CC_SHARED} -o ${SONAME} ${OBJS} ${SHARED_SET_SONAME}${SONAME}
-+ ${BUILD_CC_SHARED} -o ${SONAME} $^ ${SYSTEM_LIBS} ${SUPERLU_LIBS} ${SHARED_SET_SONAME}${SONAME} ${SHARED_OPTIONS}
++ ${BUILD_CC_SHARED} -o ${SONAME} $^ ${SYSTEM_LIBS} ${SUPERLU_LIBS} ${DSUPERLU_LIBS} ${SHARED_SET_SONAME}${SONAME} ${SHARED_OPTIONS}
ln -s ${SONAME} $@
${OBJS}: ${HEADERS}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hypre.git
More information about the debian-science-commits
mailing list