floppym 14/04/02 01:38:43 Modified: numpy-1.8.0-r1.ebuild ChangeLog Log: Add python3.4. Add -fPIC to FFLAGS unconditionally to allow test suite to work. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.14 dev-python/numpy/numpy-1.8.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.8.0-r1.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.8.0-r1.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.8.0-r1.ebuild?r1=1.13&r2=1.14 Index: numpy-1.8.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.0-r1.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- numpy-1.8.0-r1.ebuild 25 Mar 2014 19:26:53 -0000 1.13 +++ numpy-1.8.0-r1.ebuild 2 Apr 2014 01:38:43 -0000 1.14 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.0-r1.ebuild,v 1.13 2014/03/25 19:26:53 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.0-r1.ebuild,v 1.14 2014/04/02 01:38:43 floppym Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) FORTRAN_NEEDED=lapack @@ -99,8 +99,8 @@ # only one fortran to link with: # linking with cblas and lapack library will force # autodetecting and linking to all available fortran compilers + append-fflags -fPIC if use lapack; then - append-fflags -fPIC NUMPY_FCONFIG="config_fc --noopt --noarch" # workaround bug 335908 [[ $(tc-getFC) == *gfortran* ]] && NUMPY_FCONFIG+=" --fcompiler=gnu95" 1.235 dev-python/numpy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.235&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.235&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?r1=1.234&r2=1.235 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v retrieving revision 1.234 retrieving revision 1.235 diff -u -r1.234 -r1.235 --- ChangeLog 25 Mar 2014 19:26:53 -0000 1.234 +++ ChangeLog 2 Apr 2014 01:38:43 -0000 1.235 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/numpy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.234 2014/03/25 19:26:53 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.235 2014/04/02 01:38:43 floppym Exp $ + + 02 Apr 2014; Mike Gilbert <flop...@gentoo.org> numpy-1.8.0-r1.ebuild: + Add python3.4. Add -fPIC to FFLAGS unconditionally to allow test suite to + work. 25 Mar 2014; Sébastien Fabbro <bicat...@gentoo.org> numpy-1.8.0-r1.ebuild: More fixes to the site.cfg file generation