We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91a62b commit ecb9ff8Copy full SHA for ecb9ff8
contrib/guix/manifest.scm
@@ -599,6 +599,13 @@ inspecting signatures in Mach-O binaries.")
599
(base32
600
"026jchj56q25v6gc0754dj9cj5hz5zaza8ij93y5ga94w20kzm9q"))))
601
(build-system python-build-system)
602
+ (arguments
603
+ `(#:phases
604
+ (modify-phases %standard-phases
605
+ (add-after 'unpack 'parallel-jobs
606
+ ;; build with multiple cores
607
+ (lambda _
608
+ (substitute* "setup.py" (("self.parallel if self.parallel else 1") (number->string (parallel-job-count)))))))))
609
(native-inputs
610
`(("cmake" ,cmake)))
611
(home-page "https://github.com/lief-project/LIEF")
0 commit comments