Loading pkgs/development/libraries/elpa/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ stdenv.mkDerivation rec { substituteInPlace Makefile.am --replace '#!/bin/bash' '#!${stdenv.shell}' ''; outputs = [ "out" "doc" "man" "dev" ]; nativeBuildInputs = [ autoreconfHook perl ]; buildInputs = [ mpi blas lapack scalapack ] Loading Loading @@ -74,6 +76,8 @@ stdenv.mkDerivation rec { ++ lib.optional stdenv.hostPlatform.isx86_64 "--enable-sse-assembly" ++ lib.optionals enableCuda [ "--enable-nvidia-gpu" "--with-NVIDIA-GPU-compute-capability=${nvidiaArch}" ]; enableParallelBuilding = true; doCheck = true; nativeCheckInputs = [ mpiCheckPhaseHook openssh ]; Loading Loading
pkgs/development/libraries/elpa/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ stdenv.mkDerivation rec { substituteInPlace Makefile.am --replace '#!/bin/bash' '#!${stdenv.shell}' ''; outputs = [ "out" "doc" "man" "dev" ]; nativeBuildInputs = [ autoreconfHook perl ]; buildInputs = [ mpi blas lapack scalapack ] Loading Loading @@ -74,6 +76,8 @@ stdenv.mkDerivation rec { ++ lib.optional stdenv.hostPlatform.isx86_64 "--enable-sse-assembly" ++ lib.optionals enableCuda [ "--enable-nvidia-gpu" "--with-NVIDIA-GPU-compute-capability=${nvidiaArch}" ]; enableParallelBuilding = true; doCheck = true; nativeCheckInputs = [ mpiCheckPhaseHook openssh ]; Loading