From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Looking for help with packaging a Common Lisp library Date: Sun, 26 Jan 2020 19:04:59 +0100 Message-ID: References: <87k15fa60q.fsf@ambrevar.xyz> <87muab8qf7.fsf@yamatai> <878slv9ual.fsf@ambrevar.xyz> <875zgy9zxx.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51198) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivmHR-00030C-Ss for guix-devel@gnu.org; Sun, 26 Jan 2020 13:05:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ivmHQ-0005xJ-Qd for guix-devel@gnu.org; Sun, 26 Jan 2020 13:05:05 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:37251) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ivmHQ-0005wf-Gy for guix-devel@gnu.org; Sun, 26 Jan 2020 13:05:04 -0500 In-Reply-To: <875zgy9zxx.fsf@ambrevar.xyz> 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-mx.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt , Guillaume Le Vaillant , guix-devel@gnu.org Pierre Neidhardt writes: > Indeed. What I meant is that if the Common Lisp package (the code > inside the src folder) depends on cffi-grovel, then I believe it > should be added to :depends-on as well. We can ask ASDF and > hdf5-cffi. I'd be happy to ask hdf5-cffi, but I excpect their answer to be "we just copied the example from the cffi-grovel manual", which indeed they did. So maybe cffi-grovel is the better place to ask. Although ultimately it's an ASDF question in my opinion. And ASDF looks seriously underdocumented compared to the complexity of all it does. Cheers, Konrad.