diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/parallel.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 028c06cf80e..6858ad41552 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm | |||
| @@ -729,17 +729,15 @@ single-instruction multiple-data (SIMD) intrinsics.") | |||
| 729 | (sha256 | 729 | (sha256 |
| 730 | (base32 | 730 | (base32 |
| 731 | "062k2agr311j06pavmrim1savmcv4f3c5jir4w1jxs0cdnb6ksdz")) | 731 | "062k2agr311j06pavmrim1savmcv4f3c5jir4w1jxs0cdnb6ksdz")) |
| 732 | (modules '((guix build utils))) | ||
| 732 | (snippet | 733 | (snippet |
| 733 | '(begin (use-modules (guix build utils)) | 734 | ;; Remove ~5 MiB of pre-built HTML doc. |
| 734 | ;; Remove ~5 MiB of pre-built HTML doc. | 735 | #~(delete-file-recursively "docs/_build/html")))) |
| 735 | (delete-file-recursively "docs/_build/html"))))) | ||
| 736 | (build-system gnu-build-system) | 736 | (build-system gnu-build-system) |
| 737 | (arguments | 737 | (arguments |
| 738 | (list | 738 | (list |
| 739 | #:configure-flags | 739 | #:configure-flags |
| 740 | #~(list (string-append "--with-hwloc=" | 740 | #~(list "--enable-python-bindings") ;disabled by default |
| 741 | (ungexp (this-package-input "hwloc") "lib")) | ||
| 742 | "--enable-python-bindings") ;disabled by default | ||
| 743 | 741 | ||
| 744 | ;; Don't keep a reference to GCC. | 742 | ;; Don't keep a reference to GCC. |
| 745 | #:disallowed-references (and (not (%current-target-system)) | 743 | #:disallowed-references (and (not (%current-target-system)) |
