[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Looking for help with packaging a Common Lisp library
From: |
Pierre Neidhardt |
Subject: |
Re: Looking for help with packaging a Common Lisp library |
Date: |
Sun, 26 Jan 2020 13:15:06 +0100 |
Konrad Hinsen <address@hidden> writes:
> In hdf5-cffi.asd, some components are labelled :cffi-grovel-file,
> which looks like an ASDF extension provided by cffi-grovel. If that is
> true, then the :defsystem-depends-on is necessary. A quick test supports
> that hypothesis: if you remove the line, the system fails to load.
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.
--
Pierre Neidhardt
https://ambrevar.xyz/
signature.asc
Description: PGP signature
- Looking for help with packaging a Common Lisp library, Konrad Hinsen, 2020/01/25
- Re: Looking for help with packaging a Common Lisp library, Pierre Neidhardt, 2020/01/25
- Re: Looking for help with packaging a Common Lisp library, Konrad Hinsen, 2020/01/25
- Re: Looking for help with packaging a Common Lisp library, Pierre Neidhardt, 2020/01/25
- Re: Looking for help with packaging a Common Lisp library, Konrad Hinsen, 2020/01/26
- Re: Looking for help with packaging a Common Lisp library,
Pierre Neidhardt <=
- Re: Looking for help with packaging a Common Lisp library, Konrad Hinsen, 2020/01/26
- Re: Looking for help with packaging a Common Lisp library, Guillaume Le Vaillant, 2020/01/27
- Re: Looking for help with packaging a Common Lisp library, Pierre Neidhardt, 2020/01/27
- Re: Looking for help with packaging a Common Lisp library, Guillaume Le Vaillant, 2020/01/28
- Re: Looking for help with packaging a Common Lisp library, Pierre Neidhardt, 2020/01/28
- Re: Looking for help with packaging a Common Lisp library, Konrad Hinsen, 2020/01/28