[med-svn] [Git][med-team/hmmer2][master] Workaround for including header files
Nilesh Patra
gitlab at salsa.debian.org
Wed Sep 9 19:32:37 BST 2020
Nilesh Patra pushed to branch master at Debian Med / hmmer2
Commits:
0a28c59c by Nilesh Patra at 2020-09-09T23:54:55+05:30
Workaround for including header files
- - - - -
1 changed file:
- debian/tests/run-unit-test
Changes:
=====================================
debian/tests/run-unit-test
=====================================
@@ -8,11 +8,11 @@ if [ "$AUTOPKGTEST_TMP" = "" ] ; then
fi
cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
-cp -a /usr/include/${pkg}/*.h $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
find . -name "*.gz" -exec gunzip \{\} \;
+sed -i 's|$(CC) $(CFLAGS) $(PTHREAD_CFLAGS) ${CPPFLAGS} $(DEFS) `pkg-config --cflags libsquid` -I../src -c $<|$(CC) $(CFLAGS) $(PTHREAD_CFLAGS) ${CPPFLAGS} $(DEFS) `pkg-config --cflags libsquid` -I../src -I/usr/include/hmmer2 -c $<|' Makefile
make
testnames=`cut -f2 -d '@' ./exercises.sqc | grep "_test\|_exercise"`
View it on GitLab: https://salsa.debian.org/med-team/hmmer2/-/commit/0a28c59ca5743067400b989c5fa926a0c4fe70cf
--
View it on GitLab: https://salsa.debian.org/med-team/hmmer2/-/commit/0a28c59ca5743067400b989c5fa926a0c4fe70cf
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200909/bdaa06d3/attachment.html>
More information about the debian-med-commit
mailing list