[med-svn] [bcftools] 03/06: Disable building with libgsl until build issue with GSL2 is addressed

Afif Elghraoui afif-guest at moszumanska.debian.org
Thu Feb 4 07:54:06 UTC 2016


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

afif-guest pushed a commit to branch master
in repository bcftools.

commit 75f6179a7074b38331e2c89678faeb25ea016926
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Wed Feb 3 23:24:46 2016 -0800

    Disable building with libgsl until build issue with GSL2 is addressed
    
    GSL is only needed for one of the bcftools plugins. Because
    of the issue described at <https://github.com/samtools/bcftools/issues/378>,
    this is not building properly in Unstable. We disable it until
    the problem is resolved. See debian/TODO.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e92f0ed..7ae260c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
 	debhelper (>= 9),
 	zlib1g-dev,
 	libhts-dev (>= 1.3),
-	libgsl-dev,
+#	libgsl-dev,
 # Test-Depends:
 	tabix,
 	libio-pty-perl
diff --git a/debian/rules b/debian/rules
index f6bf26c..206d4e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #include /usr/share/dpkg/default.mk
 
 export HTSDIR=/usr/include
-export USE_GPL=1
+#export USE_GPL=1
 export plugindir=/usr/lib/$(DEB_HOST_MULTIARCH)/bcftools
 
 %:

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



More information about the debian-med-commit mailing list