help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why the static library will delete after the package installation of


From: Efraim Flashner
Subject: Re: Why the static library will delete after the package installation of dlib?
Date: Thu, 13 Aug 2020 11:27:45 +0300

On Wed, Aug 12, 2020 at 05:48:29PM +0430, Hamzeh Nasajpour wrote:
> Hi,
> 
> I'm using `dlib` in a project and I found that the static library will be 
> deleted in the `delete-static-library` phase in the package installation. 
> Why? 
> 
> https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/machine-learning.scm#n814
> 
> Is there any problem to comment these lines for using the `dlib` as library? 
> (line 814 - 817)
> 
> Regards,
> Hamzeh

We normally try to delete the static library so the shared library is
available and overall the package takes less space. I see, however, that
dlib defaults to static and doesn't build both by default, leaving out
package without any library installed.

This should be fixed shortly, with a shared library now in the lib
directory.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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