jlec        15/02/19 22:03:53

  Modified:             seqan-1.4.2.ebuild ChangeLog
  Log:
  Prefix love, #540690; thanks  Michael Schubert for the patch
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  sci-biology/seqan/seqan-1.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild?r1=1.3&r2=1.4

Index: seqan-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- seqan-1.4.2.ebuild  26 Dec 2014 13:01:33 -0000      1.3
+++ seqan-1.4.2.ebuild  19 Feb 2015 22:03:53 -0000      1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild,v 1.3 
2014/12/26 13:01:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild,v 1.4 
2015/02/19 22:03:53 jlec Exp $
 
 EAPI=5
 
@@ -23,8 +23,6 @@
        sci-biology/samtools"
 DEPEND="${RDEPEND}"
 
-#S="${WORKDIR}"/${P}/cmake
-
 PATCHES=(
        "${FILESDIR}"/${P}-shared.patch
        "${FILESDIR}"/${P}-include.patch
@@ -32,9 +30,11 @@
 
 pkg_pretend() {
        [[ ${MERGE_TYPE} = "binary" ]] && return 0
-       if ! echo "#include <smmintrin.h>" | gcc -E - 2>&1 > /dev/null; then
-               ewarn "Need at least SSE4.1 support"
-               die "Missing SSE4.1 support"
+       if use amd64; then
+               if ! echo "#include <smmintrin.h>" | gcc -E - 2>&1 > /dev/null; 
then
+                       ewarn "Need at least SSE4.1 support"
+                       die "Missing SSE4.1 support"
+               fi
        fi
 }
 
@@ -51,7 +51,7 @@
 
 src_configure() {
        local mycmakeargs=(
-               -DZLIB_INCLUDE_DIRS="${EPREFIX}"/usr/include
+               -DBoost_NO_BOOST_CMAKE=ON
        )
        cmake-utils_src_configure
 }



1.8                  sci-biology/seqan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/seqan/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/seqan/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/seqan/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   26 Dec 2014 13:01:33 -0000      1.7
+++ ChangeLog   19 Feb 2015 22:03:53 -0000      1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/seqan
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v 1.7 
2014/12/26 13:01:33 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v 1.8 
2015/02/19 22:03:53 jlec Exp $
+
+  19 Feb 2015; Justin Lecher <j...@gentoo.org> seqan-1.4.2.ebuild:
+  Prefix love, #540690; thanks  Michael Schubert for the patch
 
   26 Dec 2014; Justin Lecher <j...@gentoo.org> seqan-1.4.2.ebuild:
   Test for SSE4.1 support, #531876
@@ -32,4 +35,3 @@
   13 Mar 2013; Justin Lecher <j...@gentoo.org> +seqan-1.3.1.ebuild,
   +metadata.xml:
   New addition
-




Reply via email to