Loading pkgs/applications/science/molecular-dynamics/lammps/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , blas , lapack , cmake , cudaPackages , pkg-config # Available list of packages can be found near here: # Loading Loading @@ -59,6 +60,9 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake pkg-config # Although not always needed, it is needed if cmakeFlags include # GPU_API=cuda, and it doesn't users that don't enable the GPU package. cudaPackages.autoAddOpenGLRunpathHook ]; passthru = { Loading Loading
pkgs/applications/science/molecular-dynamics/lammps/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , blas , lapack , cmake , cudaPackages , pkg-config # Available list of packages can be found near here: # Loading Loading @@ -59,6 +60,9 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake pkg-config # Although not always needed, it is needed if cmakeFlags include # GPU_API=cuda, and it doesn't users that don't enable the GPU package. cudaPackages.autoAddOpenGLRunpathHook ]; passthru = { Loading