diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 00:11:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 00:11:30 +0000 |
commit | ce042d7b9879a65b2f953d2d982d71d1fbb2681a (patch) | |
tree | 2b949081b8f827c05c44507895ce9b8891977f0b /app-sci | |
parent | Version bump. Removed old prerelease ebuilds. (Manifest recommit) (diff) | |
download | gentoo-2-ce042d7b9879a65b2f953d2d982d71d1fbb2681a.tar.gz gentoo-2-ce042d7b9879a65b2f953d2d982d71d1fbb2681a.tar.bz2 gentoo-2-ce042d7b9879a65b2f953d2d982d71d1fbb2681a.zip |
touchups
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/octave/octave-2.1.50.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-sci/octave/octave-2.1.50.ebuild b/app-sci/octave/octave-2.1.50.ebuild index 45d0ebeb6e11..aaf12baa4f3e 100644 --- a/app-sci/octave/octave-2.1.50.ebuild +++ b/app-sci/octave/octave-2.1.50.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.50.ebuild,v 1.2 2004/02/22 16:43:22 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.50.ebuild,v 1.3 2004/03/06 00:11:30 vapier Exp $ inherit flag-o-matic -IUSE="static readline zlib tetex hdf5 mpi" DESCRIPTION="GNU Octave is a high-level language (MatLab compatible) intended for numerical computations" -SRC_URI="ftp://ftp.octave.org/pub/octave/bleeding-edge/${P}.tar.bz2" HOMEPAGE="http://www.octave.org/" +SRC_URI="ftp://ftp.octave.org/pub/octave/bleeding-edge/${P}.tar.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc ~alpha ~sparc amd64" +IUSE="static readline zlib tetex hdf5 mpi" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r3 @@ -20,7 +20,7 @@ DEPEND="virtual/glibc >=dev-util/gperf-2.7.2 zlib? ( sys-libs/zlib ) hdf5? ( dev-libs/hdf5 ) - tetex? ( virtual/tetex ) " + tetex? ( virtual/tetex )" # NOTE: octave supports blas/lapack from intel but this is not open # source nor is it free (as in beer OR speech) Check out... @@ -28,7 +28,6 @@ DEPEND="virtual/glibc # more information src_compile() { - filter-flags -ffast-math local myconf |