Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13020BF09 for ; Thu, 12 Jan 2012 10:56:41 +0000 (UTC) Received: (qmail 41755 invoked by uid 500); 12 Jan 2012 10:56:38 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 41389 invoked by uid 500); 12 Jan 2012 10:56:27 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 41117 invoked by uid 99); 12 Jan 2012 10:56:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2012 10:56:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jogischmidt@googlemail.com designates 74.125.83.47 as permitted sender) Received: from [74.125.83.47] (HELO mail-ee0-f47.google.com) (74.125.83.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2012 10:56:15 +0000 Received: by eekd17 with SMTP id d17so515257eek.6 for ; Thu, 12 Jan 2012 02:55:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=JR6vrm0mLC4iaiWJklGi2E/dFt6WO43B8BcgZCiJwO4=; b=LjbiA4oRefB+9HCO8AXvwbXEZB22PmnaC0j246wK5y0JPjgnFPU8/YwlopWvy7R+eY rkUHUN5DQAjsvTwqdRVT82aYLk6svdrGmrdkjHqo83ky9ep8wnMeaLeA4HxCn/OIoyGC T5IBr2149srahm73ug35rvFjfBbRRPSW1/vFg= Received: by 10.14.17.89 with SMTP id i65mr1164032eei.93.1326365755106; Thu, 12 Jan 2012 02:55:55 -0800 (PST) Received: from [9.155.131.21] (deibp9eh1--blueice1n2.emea.ibm.com. [195.212.29.164]) by mx.google.com with ESMTPS id s16sm18108734eef.2.2012.01.12.02.55.53 (version=SSLv3 cipher=OTHER); Thu, 12 Jan 2012 02:55:54 -0800 (PST) Message-ID: <4F0EBC38.4030309@googlemail.com> Date: Thu, 12 Jan 2012 11:55:52 +0100 From: =?ISO-8859-1?Q?J=FCrgen_Schmidt?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: External libraries References: <4F0EB885.8030201@a-w-f.de> In-Reply-To: <4F0EB885.8030201@a-w-f.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 1/12/12 11:40 AM, Andre Fischer wrote: > Hi all, > > During the work on replacing lp_solve with CoinMP (almost done) I > stumbled upon the question of where to build the CoinMP libraries. > > Following the current pattern I would add a coinmp directory into main/ > The downside of this is that the main/ directory becomes cluttered with > modules that basically consist only of a single makefile and maybe some > patch files. > > I would like to propose a different solution: add a new ext_libraries/ > directory at the same level of main/ and ext_sources/. By reusing some > of the old source_config functionality (in the form of the > SourceConfig.pm in solver/bin/modules) the new modules in ext_libraries/ > (coinmp in my example) can be transparently integrated into the build > process. > > My plan is to add the ext_sources/ directory and integrate it into our > build system and then to add modules for coinmp and, when the need > arises, for other new external libraries. Existing modules in main/, > like moz or cairo, can be moved later. > > Any comments, objections, questions for more information? +1 sounds like a very good idea to cleanup the source tree further and make the strucutre more intuitive (at least for me) Juergen