[suitesparse] 06/07: d/rules: remove kludge for renaming static GraphBLAS lib.
Sébastien Villemot
sebastien at debian.org
Mon Dec 25 21:27:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository suitesparse.
commit 0ecd5ac55f7ed6e31c2dfdfc09e33743c7d6cd27
Author: Sébastien Villemot <sebastien at debian.org>
Date: Mon Dec 25 22:10:38 2017 +0100
d/rules: remove kludge for renaming static GraphBLAS lib.
---
debian/rules | 2 --
1 file changed, 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 7e3ae5b..1c8d848 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,8 +42,6 @@ override_dh_auto_build:
override_dh_auto_install:
# DESTDIR is used by cmake (for GraphBLAS), the INSTALL* vars are used by other libs
make install $(PIC_FLAGS) INSTALL=$$(pwd)/debian/tmp/usr INSTALL_LIB=$$(pwd)/debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/ INSTALL_INCLUDE=$$(pwd)/debian/tmp/usr/include/suitesparse INSTALL_DOC=$$(pwd)/debian/tmp/usr/share/doc/suitesparse DESTDIR=$$(pwd)/debian/tmp
- # Fix name of GraphBLAS static library
- mv debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libgraphblas_static.a debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libgraphblas.a
# Install static libraries (except GraphBLAS)
cp static_lib/* debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/suitesparse.git
More information about the debian-science-commits
mailing list