Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
| Navigation: |
|
Lists:
gentoo-dev:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-dev@g.o, nerdboy@g.o
|
|
From:
|
Donnie Berkholz <dberkholz@g.o>
|
|
Subject:
|
Re: [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: grass-6.2.1.ebuild ChangeLog grass-5.4.0.ebuild grass-6.0.1.ebuild grass-6.2.0-r1.ebuild grass-6.2.1-r1.ebuild
|
|
Date:
|
Fri, 28 Mar 2008 23:34:10 -0700
|
|
On 02:31 Sat 22 Mar , Steve Arnold (nerdboy) wrote:
> 1.1 sci-geosciences/grass/grass-6.2.1-r1.ebuild
>
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.2.1-r1.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.2.1-r1.ebuild?rev=1.1&content-type=text/plain
> src_unpack() {
> local myblas
> if use gmath; then
> for d in $(eselect lapack show); do myblas=${d}; done
> if [[ -z "${myblas/reference/}" ]] && [[ -z "${myblas/atlas/}" ]]; then
> ewarn "You need to set lapack to atlas or reference. Do:"
> ewarn " eselect lapack set <impl>"
> ewarn "where <impl> is atlas, threaded-atlas or reference"
> die "setup failed"
> fi
> for d in $(eselect blas show); do myblas=${d}; done
> if [[ -z "${myblas/reference/}" ]] && [[ -z "${myblas/atlas/}" ]]; then
> ewarn "You need to set blas to atlas or reference. Do:"
> ewarn " eselect blas set <impl>"
> ewarn "where <impl> is atlas, threaded-atlas or reference"
> die "setup failed"
> fi
> fi
BLAS should be implementation-neutral, that's the whole point of making
it switchable with an eselect module ... what's the problem?
> if use opengl; then
> epatch "${FILESDIR}"/${P}-html-nviz-fix.patch
> myconf="${myconf} --with-opengl --with-opengl-libs=/usr/$(get_libdir)/opengl/xorg-x11/lib"
The path shouldn't be necessary, that directory is already in LDPATH.
Thanks,
Donnie
--
gentoo-dev@g.o mailing list
|
|