Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 173061 Details for
Bug 248455
[science overlay] sci-chemistry/almost
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
almost-1.0.3.ebuild
almost-1.0.3.ebuild (text/plain), 709 bytes, created by
Justin Lecher (RETIRED)
on 2008-11-23 19:04:55 UTC
(
hide
)
Description:
almost-1.0.3.ebuild
Filename:
MIME Type:
Creator:
Justin Lecher (RETIRED)
Created:
2008-11-23 19:04:55 UTC
Size:
709 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="all atom molecular simulation toolkit" >HOMEPAGE="http://www-almost.ch.cam.ac.uk/site" >SRC_URI="http://www-almost.ch.cam.ac.uk/site/downloads/${P}.tar.gz" > >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="" >RDEPEND="" >DEPEND="${RDEPEND}" > >src_unpack(){ > unpack ${A} > > cd "${S}" > > epatch "${FILESDIR}"/gcc-4.3.patch >} > >src_compile(){ > > econf || \ > die > > emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || \ > die >} > >src_test() { > emake check >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" > > dodoc README NEWS ChangeLog AUTHORS >}
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 248455
:
173061
|
173063
|
176086
|
176087
|
176089