patrick     15/04/29 08:24:54

  Modified:             ChangeLog
  Added:                cado-nfs-2.1.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  sci-mathematics/cado-nfs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   10 Sep 2014 07:58:07 -0000      1.6
+++ ChangeLog   29 Apr 2015 08:24:54 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/cado-nfs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v 1.6 
2014/09/10 07:58:07 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v 1.7 
2015/04/29 08:24:54 patrick Exp $
+
+*cado-nfs-2.1.1 (29 Apr 2015)
+
+  29 Apr 2015; Patrick Lauer <[email protected]> +cado-nfs-2.1.1.ebuild:
+  Bump
 
 *cado-nfs-2.1 (10 Sep 2014)
 



1.1                  sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild?rev=1.1&content-type=text/plain

Index: cado-nfs-2.1.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.1.1.ebuild,v 1.1 
2015/04/29 08:24:54 patrick Exp $

EAPI=4
DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers"
HOMEPAGE="http://cado-nfs.gforge.inria.fr/";
SRC_URI="https://gforge.inria.fr/frs/download.php/file/34110/${P}.tar.gz";

inherit eutils cmake-utils

# Fails F9_{k,m}bucket_test F9_tracektest
RESTRICT="test"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-libs/gmp
        dev-lang/perl
        !sci-mathematics/ggnfs
        !sci-biology/shrimp
        "
DEPEND="${RDEPEND}
        "

src_prepare() {
        # looks like packaging mistake
        sed -i -e 's/add_executable (convert_rels convert_rels.c)//' 
misc/CMakeLists.txt || die
        sed -i -e 's/target_link_libraries (convert_rels utils)//' 
misc/CMakeLists.txt || die
        sed -i -e 's~install(TARGETS convert_rels RUNTIME DESTINATION 
bin/misc)~~' misc/CMakeLists.txt || die
}

src_configure() {
        DESTINATION="/usr/libexec/cado-nfs" cmake-utils_src_configure
}
src_compile() {
        # autodetection goes confused for gf2x
        ABI=default cmake-utils_src_compile
}




Reply via email to