Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84116 Details for
Bug 117490
New version of Scilab (4.0-rc1)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sci-mathematics/scilab-4.0.ebuild
scilab-4.0.ebuild (text/plain), 794 bytes, created by
Matthew Hamilton
on 2006-04-07 02:08:28 UTC
(
hide
)
Description:
sci-mathematics/scilab-4.0.ebuild
Filename:
MIME Type:
Creator:
Matthew Hamilton
Created:
2006-04-07 02:08:28 UTC
Size:
794 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Scientific software package for numerical computations (Matlab lookalike)" >HOMEPAGE="http://www.scilab.org" >SRC_URI="http://www.scilab.org/download/stable/${PN}-${PV}-src.tar.gz" > >LICENSE="scilab" >SLOT="0" >KEYWORDS="-*" >IUSE="X pvm tcltk gtk gtk2 ocaml java f2c" > >RDEPEND=" pvm? ( sys-cluster/pvm ) > tcltk? ( >=dev-lang/tk-8.4 )" > >src_compile() { > econf \ > $(use_with X x) \ > $(use_with gtk) \ > $(use_with gtk2) \ > $(use_with ocaml) \ > $(use_with java) \ > $(use_with pvm) \ > $(use_with tcltk tk) \ > $(use_with f2c) \ > || die "econf failed" > > emake all || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "install failed" >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 117490
: 84116 |
85542
|
85577