[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Looking for help with packaging a Common Lisp library
From: |
Guillaume Le Vaillant |
Subject: |
Re: Looking for help with packaging a Common Lisp library |
Date: |
Sat, 25 Jan 2020 17:13:48 +0100 |
User-agent: |
mu4e 1.2.0; emacs 26.3 |
I think the generated '...-sbcl-hdf5-cffi-1.8.18/lib/sbcl/hdf5-cffi.asd'
file is missing a dependency. It contains ':depends-on ("cffi")', but
I think it should be ':depends-on ("cffi" "cffi-grovel")', because the
original asd file has:
--8<---------------cut here---------------start------------->8---
:defsystem-depends-on (:cffi-grovel)
:depends-on (:cffi)
--8<---------------cut here---------------end--------------->8---
Maybe the 'defsystem-depends-on' part is currently ignored by
asdf-build-system...
This would explain why cffi-grovel is not loaded automatically when
loading hdf5-cffi.
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,
Guillaume Le Vaillant <=
- 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, 2020/01/26
- 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