From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#32770: Packaging SLIME/SWANK as Common Lisp library Date: Fri, 05 Oct 2018 13:44:56 +0200 Message-ID: <87efd4sjlz.fsf@elephly.net> References: <87museeyy5.fsf@ambrevar.xyz> <20180929151630.00cf6396@mailservices.uwaterloo.ca> <87lg7iwu9i.fsf@ambrevar.xyz> <87k1n2wten.fsf@ambrevar.xyz> <20181002045531.78223c72@mailservices.uwaterloo.ca> <878t3gwsrm.fsf@ambrevar.xyz> <20181003012224.5baff3ac@mailservices.uwaterloo.ca> <8736tmj2vj.fsf@ambrevar.xyz> <20181004010308.7825505f@mailservices.uwaterloo.ca> <87k1mym7kb.fsf@ambrevar.xyz> <20181005005652.29b18650@mailservices.uwaterloo.ca> <87k1mwyez6.fsf@ambrevar.xyz> 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]:52992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8On8-0006Fx-67 for bug-guix@gnu.org; Fri, 05 Oct 2018 08:01:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8On2-0007A1-Hs for bug-guix@gnu.org; Fri, 05 Oct 2018 08:01:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33210) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g8On0-00079N-Lb for bug-guix@gnu.org; Fri, 05 Oct 2018 08:01:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g8On0-0004WF-FQ for bug-guix@gnu.org; Fri, 05 Oct 2018 08:01:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87k1mwyez6.fsf@ambrevar.xyz> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Pierre Neidhardt Cc: 32770@debbugs.gnu.org Pierre Neidhardt writes: >> What I'm >> thinking of is something like a configure script to set the library >> paths before building is done. I think there are some examples of >> guile projects which do just that. > > Hmm, I'm not sure I understand what you mean. Could you provide an examp= le? In =E2=80=9Cguile-sly=E2=80=9D, for example, the configure script accepts =E2=80=9C--with-libfreeimage-prefix=3D=E2=80=9D and =E2=80=9C--with-libgslc= blas-prefix=3D=E2=80=9D, which are then used to construct a full path to the libraries. In other cases where the build system does not provide a mechanism for this we need to patch the sources such as in =E2=80=9Cguile-dbi=E2=80=9D. --=20 Ricardo