lammps: use pkgs.autoAddDriverRunpath

This commit is contained in:
Jonathan Ringer 2024-03-30 10:26:13 -07:00
parent d93bf8a5ca
commit e31bb0051f
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

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