Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46620 Details for
Bug 75298
lapack misses "|| die"-messages
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-sci/lapack-3.0-r1
lapack-3.0-r1.ebuild (text/plain), 883 bytes, created by
Christoph Brill (egore) (RESIGNED)
on 2004-12-22 04:06:18 UTC
(
hide
)
Description:
app-sci/lapack-3.0-r1
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2004-12-22 04:06:18 UTC
Size:
883 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-sci/lapack/lapack-3.0-r1.ebuild,v 1.4 2004/09/02 02:41:37 tgall Exp $ > >DESCRIPTION="Linear Algebra PACKage for scientists, engineers, and mathematicians. This contains the libraries for creating programs that use LAPACK." >HOMEPAGE="http://www.netlib.org/lapack/" >SRC_URI="http://www.netlib.org/lapack/lapack.tgz" > >LICENSE="lapack" >SLOT="0" >IUSE="" >KEYWORDS="-* amd64 ~ppc64 ~x86" > >DEPEND="virtual/libc > app-sci/blas" > >S=${WORKDIR}/LAPACK > >src_compile() { > cp ${FILESDIR}/Makefile SRC/Makefile > cd SRC > # ncessary to be able to link against liblapack.a on amd64 > use amd64 && CFLAGS="${CFLAGS} -fPIC" > FC="g77" FFLAGS="${CFLAGS}" make static || die "make static failed" >} > >src_install() { > dolib.a SRC/liblapack.a || die "solib 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 75298
: 46620