nixpkgs/pkgs/development/libraries/science
Daniël de Kok 8dad19aebe cudnn_cudatookit_11: add $ORIGIN/ to library RPATHs
Starting with version 8, CuDNN consists of multiple libraries.
Libraries (except libcudnn.so) are dlopen()ed on demand.

Since the CuDNN library path itself was not added to the rpath of the
libraries, use of CuDNN often fails with the following error:

Could not load library libcudnn_cnn_train.so.8.
Error: libcudnn_ops_train.so.8: cannot open shared object file: No such file or directory
Please make sure libcudnn_cnn_train.so.8 is in your library path!

This change fixes this by adding $ORIGIN/ to the rpath of all CuDNN
libraries.
2021-02-14 11:35:58 +01:00
..
benchmark/papi pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
biology pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
electronics/qcsxcad treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
math cudnn_cudatookit_11: add $ORIGIN/ to library RPATHs 2021-02-14 11:35:58 +01:00
networking/ns-3 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
robotics/ispike pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00