julia: enable parallel building
Erroneously disabled by 3ae5e6ce03 as it
mistook Julia for using CMake (it is used by some of the vendored
dependencies).
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user