Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18058 Details for
Bug 29234
mpqc-2.1.4.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild for MPQC
mpqc-2.1.4.ebuild (text/plain), 1.32 KB, created by
mll
on 2003-09-20 19:33:16 UTC
(
hide
)
Description:
Updated ebuild for MPQC
Filename:
MIME Type:
Creator:
mll
Created:
2003-09-20 19:33:16 UTC
Size:
1.32 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-sci/mpqc/mpqc-2.1.4.ebuild,v 1.6 2003/08/05 18:35:17 vapier Exp $ > >DESCRIPTION="The Massively Parallel Quantum Chemistry Program" >HOMEPAGE="http://aros.ca.sandia.gov/~cljanss/mpqc/" >SRC_URI="http://aros.ca.sandia.gov/~cljanss/mpqc/distrib/${P}.tar.gz > doc? ( http://aros.ca.sandia.gov/~cljanss/mpqc/distrib/${PN}-man-${PV}.tar.gz )" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="doc X" > >DEPEND="sys-devel/flex > app-sci/blas > app-sci/lapack > dev-lang/perl > X? ( x11-base/xfree )" > >src_compile() { > CFLAGS_SAVE=${CFLAGS}; CXXFLAGS_SAVE=${CXXFLAGS} > myconf="${myconf} --prefix=/usr" > use X && myconf="${myconf} --x-includes=/usr/X11R6/include \ > --x-libraries=/usr/X11R6/lib" > ./configure ${myconf} > sed -e "s:^CFLAGS =.*$:CFLAGS=${CFLAGS_SAVE}:" \ > -e "s:^FFLAGS =.*$:FFLAGS=${CFLAGS_SAVE}:" \ > -e "s:^CXXFLAGS =.*$:CXXFLAGS=${CXXFLAGS_SAVE}:" \ > lib/LocalMakefile > lib/LocalMakefile.foo > mv lib/LocalMakefile.foo lib/LocalMakefile > emake >} > >src_install() { > sed -e "s:^prefix=.*$:prefix=${D}/usr:" lib/LocalMakefile \ > > lib/LocalMakefile.foo > mv lib/LocalMakefile.foo lib/LocalMakefile > use doc && doman ${WORKDIR}/${PN}-man-${PV}/man3/* > make install install_devel install_inc >}
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 29234
:
18054
|
18055
|
18056
|
18057
| 18058