From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JfUds-0002hn-3X for garchives@archives.gentoo.org; Sat, 29 Mar 2008 06:34:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2D3DE02AC; Sat, 29 Mar 2008 06:34:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7B2E8E02AC for ; Sat, 29 Mar 2008 06:34:14 +0000 (UTC) Received: from gentoo.org (c-71-193-142-160.hsd1.or.comcast.net [71.193.142.160]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id BDD5B669B0; Sat, 29 Mar 2008 06:34:13 +0000 (UTC) Date: Fri, 28 Mar 2008 23:34:10 -0700 From: Donnie Berkholz 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 Message-ID: <20080329063410.GB6365@comet.had1.or.comcast.net> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-Archives-Salt: 75c1ae42-6925-407c-a505-5cc602a2fa6b X-Archives-Hash: 150bcc70a715abcd3c3815ecba3f8fb5 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 " > ewarn "where 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 " > ewarn "where 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