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 b9122e9 commit 8d25926Copy full SHA for 8d25926
contrib/guix/manifest.scm
@@ -215,6 +215,13 @@ chain for " target " development."))
215
(base32
216
"026jchj56q25v6gc0754dj9cj5hz5zaza8ij93y5ga94w20kzm9q"))))
217
(build-system python-build-system)
218
+ (arguments
219
+ `(#:phases
220
+ (modify-phases %standard-phases
221
+ (add-after 'unpack 'parallel-jobs
222
+ ;; build with multiple cores
223
+ (lambda _
224
+ (substitute* "setup.py" (("self.parallel if self.parallel else 1") (number->string (parallel-job-count)))))))))
225
(native-inputs
226
`(("cmake" ,cmake)))
227
(home-page "https://github.com/lief-project/LIEF")
0 commit comments