[med-svn] [blasr] 09/13: Update paths to pbseqlib headers

Afif Elghraoui afif at moszumanska.debian.org
Mon Oct 24 01:24:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository blasr.

commit 0eeb8610840a62a3b5621317fba830cdad084353
Author: Afif Elghraoui <afif at debian.org>
Date:   Sun Oct 23 17:15:38 2016 -0700

    Update paths to pbseqlib headers
---
 debian/rules | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 151a601..aa25cfb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,10 @@ include /usr/share/dpkg/default.mk
 export HDF5_INC=/usr/include/hdf5/serial
 export HDF5_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
 
-export LIBBLASR_INC=/usr/include/blasr
-export LIBPBDATA_INC=/usr/include/pbdata
-export LIBPBIHDF_INC=/usr/include/pbihdf
+PBSEQ_BASE=/usr/include/pbseq
+export LIBBLASR_INC=$(PBSEQ_BASE)/alignment
+export LIBPBDATA_INC=$(PBSEQ_BASE)/pbdata
+export LIBPBIHDF_INC=$(PBSEQ_BASE)/hdf
 
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/blasr.git



More information about the debian-med-commit mailing list