diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-09 10:33:45 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-09 10:37:22 +0100 |
| commit | d42856670d043b80d9e776ab78c5f393ca103d54 (patch) | |
| tree | 3b8f00c138c8a40c3b9dac5df260d8cb122e578e /gnu/packages/image-processing.scm | |
| parent | e2a0f21a5b0b081dadf1d16af0180d00b937956b (diff) | |
gnu: bart: Do not build in parallel.
This is necessary for a reproducible build.
* gnu/packages/image-processing.scm (bart)[arguments]: Add PARALLEL and
PARALLEL_NJOBS to make flags; disable parallel build.
Diffstat (limited to 'gnu/packages/image-processing.scm')
| -rw-r--r-- | gnu/packages/image-processing.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index cae9c55a739..9bf743bf450 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm | |||
| @@ -117,10 +117,13 @@ | |||
| 117 | #:test-target "utest" | 117 | #:test-target "utest" |
| 118 | #:make-flags #~(list | 118 | #:make-flags #~(list |
| 119 | (string-append "PREFIX=" #$output) | 119 | (string-append "PREFIX=" #$output) |
| 120 | "PARALLEL=1" | ||
| 121 | "PARALLEL_NJOBS=1" | ||
| 120 | "OPENBLAS=1" | 122 | "OPENBLAS=1" |
| 121 | "SCALAPACK=1" | 123 | "SCALAPACK=1" |
| 122 | (string-append "BLAS_BASE=" #$(this-package-input "openblas")) | 124 | (string-append "BLAS_BASE=" #$(this-package-input "openblas")) |
| 123 | (string-append "FFTW_BASE=" #$(this-package-input "fftw"))) | 125 | (string-append "FFTW_BASE=" #$(this-package-input "fftw"))) |
| 126 | #:parallel-build? #false ;leads to non-deterministic output | ||
| 124 | #:phases | 127 | #:phases |
| 125 | #~(modify-phases %standard-phases | 128 | #~(modify-phases %standard-phases |
| 126 | (delete 'configure) | 129 | (delete 'configure) |
