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: Id994dd2bd4a98e8d1c162c4e011fc77b9d5565d2master
parent
2793a79117
commit
39059b9390
|
@ -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 _
|
||||
|
|
Reference in New Issue