Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 176089 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), 1018 bytes, created by
Justin Lecher (RETIRED)
on 2008-12-21 20:46:42 UTC
(
hide
)
Description:
almost-1.0.3.ebuild
Filename:
MIME Type:
Creator:
Justin Lecher (RETIRED)
Created:
2008-12-21 20:46:42 UTC
Size:
1018 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils flag-o-matic > >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" >## Upstream change tarballs w/o revision bump >SRC_URI="http://gentoo.j-schmitz.net/portage/distfiles/All/${P}.tar.gz" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="" >RDEPEND="" > >## dev-libs/boost-1.3.6 once it is in the tree soft masked >## until then we use the shipped one >DEPEND="${RDEPEND}" > >src_unpack(){ > unpack ${A} > > cd "${S}" > > epatch "${FILESDIR}"/gcc-4.3.patch >} > >src_compile(){ > > econf \ > die "configure failed" > > emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" || \ > die "make failed" >} > >src_test() { > emake check || \ > die "test failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" > > dodoc README NEWS TODO 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