From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QMEYf-0001RI-NS for garchives@archives.gentoo.org; Tue, 17 May 2011 07:19:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8EA71C11E; Tue, 17 May 2011 07:19:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7DDCE1C11E for ; Tue, 17 May 2011 07:19:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 0587D1B403A for ; Tue, 17 May 2011 07:19:00 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.856 X-Spam-Level: X-Spam-Status: No, score=-2.856 required=5.5 tests=[AWL=-0.257, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ospU9p9kCGWQ for ; Tue, 17 May 2011 07:18:52 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 78C6B1B400A for ; Tue, 17 May 2011 07:18:49 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QMEYJ-0000cr-15 for gentoo-devhelp@gentoo.org; Tue, 17 May 2011 09:18:47 +0200 Received: from athedsl-394644.home.otenet.gr ([79.131.93.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 May 2011 09:18:47 +0200 Received: from realnc by athedsl-394644.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 May 2011 09:18:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-devhelp@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-devhelp] Re: How do I make scons use correct CFLAGS/CXXFLAGS/LDFLAGS? Date: Tue, 17 May 2011 10:18:35 +0300 Organization: Lucas Barks Message-ID: References: <20110517051428.GL31702@ohnopublishing.net> <1305614715.23203.4.camel@tablet> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Development-related help X-BeenThere: gentoo-devhelp@gentoo.org X-BeenThere: gentoo-devhelp@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-394644.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110430 Thunderbird/3.1.10 In-Reply-To: <1305614715.23203.4.camel@tablet> Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ac4d79ad1169996953990077a117fc12 On 05/17/2011 09:45 AM, Peter Volkov wrote: > =D0=92 =D0=92=D1=82=D1=80, 17/05/2011 =D0=B2 08:23 +0300, Nikos Chantzi= aras =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> Unfortunately, it didn't help. Tried both "${D}" as well as "${D}"/us= r: >> >> scons: *** Path for option install_path does not exist: >> /var/tmp/portage/dev-util/gpuocelot-9999/image > > Please, post full ebuild. # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3D3 inherit subversion flag-o-matic scons-utils toolchain-funcs DESCRIPTION=3D"A dynamic compilation framework for PTX" HOMEPAGE=3D"http://code.google.com/p/gpuocelot" SRC_URI=3D"" ESVN_REPO_URI=3D"http://gpuocelot.googlecode.com/svn/trunk/ocelot/" KEYWORDS=3D"" LICENSE=3D"BSD" SLOT=3D"0" DEPEND=3D">=3Ddev-libs/boost-1.45.0 dev-util/nvidia-cuda-toolkit media-libs/glew" RDEPEND=3D"${DEPEND}" src_compile() { tc-export CC CXX escons install_path=3D"${D}"/usr test_level=3Dnone || die } src_install() { escons install_path=3D"${D}"/usr test_level=3Dnone install || die }