Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215530 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-misc/elmer-fem/elmer-fem-5.4.1-r1.ebuild
elmer-fem-5.4.1-r1.ebuild (text/plain), 1.81 KB, created by
Arne Babenhauserheide
on 2010-01-07 13:35:08 UTC
(
hide
)
Description:
./sci-misc/elmer-fem/elmer-fem-5.4.1-r1.ebuild
Filename:
MIME Type:
Creator:
Arne Babenhauserheide
Created:
2010-01-07 13:35:08 UTC
Size:
1.81 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, main fem" >HOMEPAGE="http://www.csc.fi/english/pages/elmer" >#SRC_URI="mirror://sourceforge/${ELMER_ROOT}/${ELMER_ROOT}-${PV}.tar.gz" >SRC_URI="http://elmerfem.svn.sourceforge.net/viewvc/${ELMER_ROOT}/release/${PV}.tar.gz?view=tar"SRC_URI="mirror://sourceforge/${ELMER_ROOT}/${ELMER_ROOT}-${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" >IUSE="mpi debug" >DEPEND="sys-libs/glibc > virtual/blas > virtual/lapack > sci-libs/arpack > sci-libs/matc > sci-libs/elmer-hutiter > sci-libs/elmer-eio > sci-libs/elmer-umfpack > mpi? ( sys-cluster/mpich2 )" >RDEPEND="${DEPEND}" ># Note this seems to only configure correctly with the elmer version of umfpack ># But this doesn't stop it from compiling / working without it > >S="${WORKDIR}/${PV}/fem" > >src_unpack() { > unpack ${A} > cd "${S}" > # configure must be executable > chmod +x configure > epatch ${FILESDIR}/elmer-fem-Makefile-install.patch > eautoreconf >} > >src_compile() { > cd "${S}" > local myconf > export FC="gfortran" > export F77="gfortran" > myconf="$myconf --with-blas --with-lapack --with-arpack --with-huti" > myconf="$myconf --with-eiof --with-matc" > #TODO parpack support is not picked up from the arpack package > #TODO --with-hypre --with-umfpack > > use mpi && myconf="$myconf --with-mpi --with-mpi-dir=/usr" > use debug && > myconf="${myconf} --with-debug" || > myconf="${myconf} --without-debug" > econf $myconf || die "econf failed" > emake || die "emake failed" >} > > >src_install() { > emake ELMER_SOLVER_DATADIR="${D}/usr/share/elmersolver" 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