[med-svn] [pbdagcon] 10/12: Set environment variables so that the configure script can identify them

Afif Elghraoui afif at moszumanska.debian.org
Wed Dec 21 09:26:49 UTC 2016


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

afif pushed a commit to branch master
in repository pbdagcon.

commit 941ef565f95af9d2f53ea14ca982865becec998a
Author: Afif Elghraoui <afif at debian.org>
Date:   Wed Dec 21 00:53:59 2016 -0800

    Set environment variables so that the configure script can identify them
    
    While I had set the CPPFLAGS manually, it turned out that the configure
    script could do this if the variables were named a certain way.
    This was necessary in order for the tests to be properly built.
---
 debian/rules | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2e4c9ca..1f5c5ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,16 +8,14 @@ export GTEST_INCLUDE := $(GTEST)/include
 export GTEST_SRC := $(GTEST)/src
 
 PBSEQ_BASE=/usr/include/pbseq
-export LIBBLASR_INC=$(PBSEQ_BASE)/alignment
-export LIBPBDATA_INC=$(PBSEQ_BASE)/pbdata
-export LIBPBIHDF_INC=$(PBSEQ_BASE)/hdf
+export LIBBLASR_INCLUDE = $(PBSEQ_BASE)/alignment
+export LIBPBDATA_INCLUDE = $(PBSEQ_BASE)/pbdata
+export LIBPBIHDF_INCLUDE = $(PBSEQ_BASE)/hdf
 export HDF5_LIB = /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
 
 export DALIGNER_SRC = $(CURDIR)/DALIGNER
 export DAZZ_DB_SRC = $(CURDIR)/DAZZ_DB
 
-export DEB_CPPFLAGS_MAINT_APPEND = -I$(LIBBLASR_INC) -I$(LIBPBDATA_INC) -I$(LIBPBIHDF_INC)
-
 %:
 	dh $@ --parallel
 

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



More information about the debian-med-commit mailing list