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:
Pontus Stenetorp 2021-03-13 05:55:49 +00:00
parent 0f3096d039
commit a4f2b97a24
No known key found for this signature in database
GPG Key ID: D430287500E6483C
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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