Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 152525 Details for
Bug 221013
Elmer FEM (New Package) 5.4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/sci-libs/matc/matc-5.4.1.ebuild
matc-5.4.1.ebuild (text/plain), 1.15 KB, created by
Richard Westwell
on 2008-05-08 22:37:22 UTC
(
hide
)
Description:
/sci-libs/matc/matc-5.4.1.ebuild
Filename:
MIME Type:
Creator:
Richard Westwell
Created:
2008-05-08 22:37:22 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit autotools eutils > >ELMER_ROOT="elmerfem" > >DESCRIPTION="Elmer is a collection of finite element programs, libraries, and visualization tools, math C lib" >HOMEPAGE="http://www.csc.fi/english/pages/elmer" >SRC_URI=" mirror://sourceforge/${ELMER_ROOT}/${ELMER_ROOT}-${PV}.tar.gz > doc? ( http://www.nic.funet.fi/pub/sci/physics/elmer/doc/MATCManual.pdf )" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" >IUSE="doc debug" >DEPEND="sys-libs/ncurses > sys-libs/readline > sys-libs/glibc" > >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${ELMER_ROOT}-${PV}/matc" > >src_unpack() { > unpack ${ELMER_ROOT}-${PV}.tar.gz > cd "${S}" > eautoreconf >} > >src_compile() { > cd "${S}" > local myconf > export FC="gfortran" > export F77="gfortran" > use debug && > myconf="${myconf} --with-debug" || > myconf="${myconf} --without-debug" > econf $myconf || die "econf failed" > emake || die "emake failed" >} > > >src_install() { > insinto /usr/share/doc/${PF} > use doc && doins ${DISTDIR}/MATCManual.pdf > emake DESTDIR="${D}" install || die "emake 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 221013
: 152525 |
152527
|
152529
|
152531
|
152535
|
152537
|
152539
|
152541
|
152543
|
152545
|
152547
|
152549
|
152551
|
215522
|
215524
|
215526
|
215527
|
215529
|
215530
|
215531
|
215532
|
215534
|
215535