me
/
guix
Archived
1
0
Fork 0

gnu: minimap2: Remove included file from gcc.

* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Adjust custom
'install phase to remove included emmintrin.h header.

Change-Id: Id994dd2bd4a98e8d1c162c4e011fc77b9d5565d2
master
Efraim Flashner 2024-05-12 09:48:23 +03:00
parent 2793a79117
commit 39059b9390
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -16666,6 +16666,8 @@ version does count multisplits.")
(install-file "minimap2.1" man)
(map (cut install-file <> inc)
(find-files "." "\\.h$"))
;; Not this file.
(delete-file (string-append inc "/emmintrin.h"))
(mkdir-p (string-append lib "/pkgconfig"))
(with-output-to-file (string-append lib "/pkgconfig/minimap2.pc")
(lambda _