summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/julia-allow-parallel-build.patch
Commit message (Collapse)AuthorAge
* gnu: julia: Correctly test using '#:parallel-tests?'.zimoun2021-11-27
| | | | | | | | | | * gnu/packages/julia.scm (julia)[phases]{enable-parallel-tests}: Use PARALLEL-TESTS?, not PARALLEL-BUILD?. Remove comment. * gnu/packages/patches/julia-allow-parallel-build.patch: Move explanatory comment to the top of the patch. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: julia: Allow parallel tests.zimoun2021-11-25
* gnu/packages/julia.scm (julia)[origin]<patches>: New patch. * gnu/packages/patches/julia-allow-parallel-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>