calchan 14/03/14 19:53:58 Modified: ChangeLog julia-0.2.0-r1.ebuild Log: Fixed confusing comment, bug #502482. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 dev-lang/julia/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/julia/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 26 Feb 2014 09:41:27 -0000 1.6 +++ ChangeLog 14 Mar 2014 19:53:58 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/julia # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/julia/ChangeLog,v 1.6 2014/02/26 09:41:27 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/julia/ChangeLog,v 1.7 2014/03/14 19:53:58 calchan Exp $ + + 14 Mar 2014; Denis Dupeyron <[email protected]> julia-0.2.0-r1.ebuild: + Fixed confusing comment, bug #502482. 26 Feb 2014; Mark Wright <[email protected]> julia-0.2.0-r1.ebuild: Fix for bug #501868 requires pkg-config --libs-only-l blas 1.3 dev-lang/julia/julia-0.2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/julia-0.2.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/julia-0.2.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/julia-0.2.0-r1.ebuild?r1=1.2&r2=1.3 Index: julia-0.2.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/julia/julia-0.2.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- julia-0.2.0-r1.ebuild 26 Feb 2014 09:41:27 -0000 1.2 +++ julia-0.2.0-r1.ebuild 14 Mar 2014 19:53:58 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/julia/julia-0.2.0-r1.ebuild,v 1.2 2014/02/26 09:41:27 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/julia/julia-0.2.0-r1.ebuild,v 1.3 2014/03/14 19:53:58 calchan Exp $ EAPI=5 inherit eutils multilib pax-utils @@ -34,8 +34,8 @@ USE_SYSTEM_MPFR=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 \ LLVM_CONFIG=/usr/bin/llvm-config USE_BLAS64=0" -# Forcing use of 64-bit integers. If you want 64-bit integers then you need to use a BLAS implementation from the -# science overlay and julia-9999 also from the science overlay. +# Disabling use of 64-bit integers. If you want 64-bit integers then you need to use a BLAS implementation from the +# science overlay, and julia-9999 also from the science overlay. # scons is a dep of double-conversion DEPEND="
