[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: |
Sat, 25 Jan 2020 16:51:33 +0100 |
It seems unrelated, but first there seems to be an issue during the
build regarding the missing pkg-config package.
If you add it to the native-inputs, then you'll get the following error:
--8<---------------cut here---------------start------------->8---
; ERROR: Subprocess #<UIOP/LAUNCH-PROGRAM::PROCESS-INFO {1004FACA93}>
with command ("pkg-config" "hdf5" "--cflags")
--8<---------------cut here---------------end--------------->8---
This is because our hdf5 package has no pkg-config file. We should
probably fix this first.
--
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 <=
- 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