From: Donnie Berkholz <dberkholz@gentoo.org>
To: gentoo-dev@lists.gentoo.org, nerdboy@gentoo.org
Subject: [gentoo-dev] 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 [thread overview]
Message-ID: <20080329063410.GB6365@comet.had1.or.comcast.net> (raw)
In-Reply-To: <E1JctWJ-0008PR-Sj@stork.gentoo.org>
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@lists.gentoo.org mailing list
parent reply other threads:[~2008-03-29 6:34 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <E1JctWJ-0008PR-Sj@stork.gentoo.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080329063410.GB6365@comet.had1.or.comcast.net \
--to=dberkholz@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
--cc=nerdboy@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox