-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently needs to be set manually after installation. Reported by @Luthaf..
$ ./bin/gmx -h
./bin/gmx: error while loading shared libraries: libtorch.so: cannot open shared object file: No such file or directory
[11:15 AM]$ patchelf --set-rpath \$ORIGIN/../lib:/lib/intel64:/lib/intel64_win:/lib/win-x64:/usr/local/cuda-13/lib64:/home/fraux/code/gromacs/build/virtualenv/lib/python3.11/site-packages/torch/lib/ ./bin/gmx
$ ./bin/gmx -h
./bin/gmx: error while loading shared libraries: libc10.so: cannot open shared object file: No such file or directory
Seems that we are not properly setting RPATH
And we are using RUNPATH instead of RPATH
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels