gienah 15/07/10 01:12:45 Modified: octave-4.0.0.ebuild ChangeLog Log: Thanks to PL Hayes for pointing out in bug 554290 that it needs a fix for to work for USE=jit, llvm >= 3.5 installed, autoconf-archive not installed. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.3 sci-mathematics/octave/octave-4.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild?r1=1.2&r2=1.3 Index: octave-4.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- octave-4.0.0.ebuild 9 Jul 2015 14:24:51 -0000 1.2 +++ octave-4.0.0.ebuild 10 Jul 2015 01:12:45 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild,v 1.2 2015/07/09 14:24:51 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild,v 1.3 2015/07/10 01:12:45 gienah Exp $ EAPI=5 @@ -35,7 +35,9 @@ media-gfx/graphicsmagick[cxx] media-gfx/imagemagick[cxx] ) ) java? ( >=virtual/jre-1.6.0:* ) - jit? ( >=sys-devel/autoconf-archive-2015.02.04 >=sys-devel/llvm-3.3:0= <sys-devel/llvm-3.6:0= ) + jit? ( + >=sys-devel/autoconf-archive-2015.02.04 + >=sys-devel/llvm-3.3:0= <sys-devel/llvm-3.6:0= ) opengl? ( media-libs/freetype:2= media-libs/fontconfig:1.0= @@ -88,7 +90,8 @@ fi # Octave fails to build with LLVM 3.5 http://savannah.gnu.org/bugs/?41061 - has_version ">=sys-devel/llvm-3.5" && \ + use jit && \ + has_version ">=sys-devel/llvm-3.5" && \ epatch "${FILESDIR}"/${PN}-4.0.0-llvm-3.5.patch && \ epatch "${FILESDIR}"/${PN}-4.0.0-llvm-3.5-gnulib-hg.patch 1.178 sci-mathematics/octave/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.178&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.178&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.177&r2=1.178 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- ChangeLog 9 Jul 2015 14:24:51 -0000 1.177 +++ ChangeLog 10 Jul 2015 01:12:45 -0000 1.178 @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/octave # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.177 2015/07/09 14:24:51 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.178 2015/07/10 01:12:45 gienah Exp $ + + 10 Jul 2015; Mark Wright <[email protected]> octave-4.0.0.ebuild: + Thanks to PL Hayes for pointing out in bug 554290 that it needs a fix for to + work for USE=jit, llvm >= 3.5 installed, autoconf-archive not installed. 09 Jul 2015; Mark Wright <[email protected]> +files/octave-4.0.0-llvm-3.5-gnulib-hg.patch, octave-4.0.0.ebuild:
