Merge pull request #300278 from jonringer/lammps-autoadd

lammps: use pkgs.autoAddDriverRunpath
This commit is contained in:
Someone
2024-03-30 22:37:51 +00:00
committed by GitHub
@@ -7,7 +7,7 @@
, blas
, lapack
, cmake
, cudaPackages
, autoAddDriverRunpath
, pkg-config
# Available list of packages can be found near here:
#
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
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.autoAddDriverRunpath
autoAddDriverRunpath
];
passthru = {