Skip to content

Commit

Permalink
merge bitcoin#25458: parallelize LIEF build
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed May 13, 2023
1 parent 26d1560 commit 5a199fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,13 @@ inspecting signatures in Mach-O binaries.")
(base32
"026jchj56q25v6gc0754dj9cj5hz5zaza8ij93y5ga94w20kzm9q"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'parallel-jobs
;; build with multiple cores
(lambda _
(substitute* "setup.py" (("self.parallel if self.parallel else 1") (number->string (parallel-job-count)))))))))
(native-inputs
`(("cmake" ,cmake)))
(home-page "https://github.com/lief-project/LIEF")
Expand Down

0 comments on commit 5a199fa

Please sign in to comment.