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:
parent
0f3096d039
commit
a4f2b97a24
@ -184,6 +184,8 @@ stdenv.mkDerivation rec {
|
||||
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
# Symlink shared libraries from LD_LIBRARY_PATH into lib/julia,
|
||||
# as using a wrapper with LD_LIBRARY_PATH causes segmentation
|
||||
|
@ -129,6 +129,8 @@ stdenv.mkDerivation rec {
|
||||
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
# Symlink shared libraries from LD_LIBRARY_PATH into lib/julia,
|
||||
# as using a wrapper with LD_LIBRARY_PATH causes segmentation
|
||||
|
Loading…
Reference in New Issue
Block a user