From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: CMAKE_LIBRARY_PATH & co. Date: Mon, 14 Oct 2013 09:15:25 +0200 Message-ID: <87mwmc9vci.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVcSB-0000PC-B2 for guix-devel@gnu.org; Mon, 14 Oct 2013 03:20:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVcS5-000742-5U for guix-devel@gnu.org; Mon, 14 Oct 2013 03:20:35 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:39563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVcS4-00073u-Uo for guix-devel@gnu.org; Mon, 14 Oct 2013 03:20:29 -0400 In-Reply-To: (Andreas Enge's message of "Sun, 13 Oct 2013 17:04:21 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org, =?utf-8?Q?Llu=C3=ADs?= Batlle Andreas Enge skribis: > commit e78fd4ca636a19bc286747f8d91bda22cd8f08fd > Author: Andreas Enge > Date: Sun Oct 13 18:02:49 2013 +0200 > > guix: Make cmake build system aware of usual paths. >=20=20=20=20=20 > * guix/build/cmake-build-system.scm (configure): Set CMAKE_LIBRARY_P= ATH to > LIBRARY_PATH and CMAKE_INCLUDE_PATH to CPATH. I think this was discussed on IRC yesterday, but I=E2=80=99m not sure I got= it: are these needed because CMake explicitly looks for files in these directories instead of just running the compiler? That would be a serious flaw of CMake. Thanks, Ludo=E2=80=99.