julia: enable parallel building
Erroneously disabled by 3ae5e6ce03f9dbf3f0a0a3e3161c83e28c1b45af as it mistook Julia for using CMake (it is used by some of the vendored dependencies).
This commit is contained in:
parent
0f3096d039
commit
a4f2b97a24
@ -184,6 +184,8 @@ stdenv.mkDerivation rec {
|
|||||||
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}
|
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# Symlink shared libraries from LD_LIBRARY_PATH into lib/julia,
|
# Symlink shared libraries from LD_LIBRARY_PATH into lib/julia,
|
||||||
# as using a wrapper with LD_LIBRARY_PATH causes segmentation
|
# as using a wrapper with LD_LIBRARY_PATH causes segmentation
|
||||||
|
@ -129,6 +129,8 @@ stdenv.mkDerivation rec {
|
|||||||
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}
|
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# Symlink shared libraries from LD_LIBRARY_PATH into lib/julia,
|
# Symlink shared libraries from LD_LIBRARY_PATH into lib/julia,
|
||||||
# as using a wrapper with LD_LIBRARY_PATH causes segmentation
|
# as using a wrapper with LD_LIBRARY_PATH causes segmentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user