guix-devel
[Top][All Lists]
Advanced

[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.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]