Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45962 Details for
Bug 74356
sci-libs/sundials ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sundials
sundials-2.0.ebuild (text/plain), 841 bytes, created by
janjan
on 2004-12-14 03:40:42 UTC
(
hide
)
Description:
sundials
Filename:
MIME Type:
Creator:
janjan
Created:
2004-12-14 03:40:42 UTC
Size:
841 bytes
patch
obsolete
># Copyright 2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >SRC_URI="http://www.llnl.gov/CASC/sundials/download/sundials_ser.tar.gz" >DESCRIPTION="SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers)" >HOMEPAGE="http://www.llnl.gov/CASC/sundials/" >LICENSE="BSD" > >IUSE="fortran mpi" > >DEPEND="mpi? ( sys-cluster/lam-mpi )" > # gcc and lam-mpi must be built with USE=fortran > >SLOT="0" >KEYWORDS="~x86" >S="${WORKDIR}/sundials" > >src_compile() { > > local fconf > > if useq fortran; then > fconf="F77=g77" > else > fconf=" " > fi > > econf \ > ${fconf} \ > `use_enable shared` \ > || die "econf failed" > > emake || die "emake failed" >} > > >pkg_postinst() { > einfo "Please register your use of this package at http://www.llnl.gov/CASC/sundials/download/get_sundials_reg.html" >}
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 74356
:
45962
|
46864
|
103860