Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22052 Details for
Bug 35613
Lapack 3.0-r1 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild for Lapack
lapack-3.0-r1.ebuild (text/plain), 925 bytes, created by
Jeremy Warren
on 2003-12-11 10:01:45 UTC
(
hide
)
Description:
Modified ebuild for Lapack
Filename:
MIME Type:
Creator:
Jeremy Warren
Created:
2003-12-11 10:01:45 UTC
Size:
925 bytes
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/lapack/lapack-3.0.ebuild,v 1.4 2003/08/05 18:34:50 vapier 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" >KEYWORDS="x86" >IUSE="icc ifc" >DEPEND="virtual/glibc > app-sci/blas" > >S=${WORKDIR}/LAPACK > >src_compile() { > cp ${FILESDIR}/Makefile SRC/Makefile > cd SRC > if [ "`use icc`" ] > then > einfo "using icc" > export AR=xiar > export LD=xild > export CC=icc > export CXX=icc > export FC=ifc > else > einfo "using gcc" > FC=g77 > fi > FFLAGS="${CFLAGS}" make static >} > >src_install() { > dolib.a SRC/liblapack.a >}
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 35613
: 22052