sudo zypper dup has problem finding libscotch. See below:
(base) tom@mydesktop: ~ $ szd <------ alias for sudo zypper dup
Refreshing service 'NVIDIA'.
Refreshing service 'openSUSE'.
Loading repository data...
Reading installed packages...
Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command.
Computing distribution upgrade...
Problem: 1: nothing provides 'libscotch.so.0' needed by the to be installed mmg3d-4.0-1.258.i586
Solution 1: deinstallation of mmg3d-4.0-150600.1.3.x86_64
Solution 2: keep obsolete mmg3d-4.0-150600.1.3.x86_64
Solution 3: break mmg3d-4.0-1.258.i586 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/3/c/d/?] (c): c
(base) tom@mydesktop: ~ $
But in /usr/lib64 there is a link llibscotch.so and a link I added for libscotch.so.0. See below:
lrwxrwxrwx 1 root root 25 Sep 13 2025 libscotchmetisv5.so.7.0 -> libscotchmetisv5.so.7.0.8*
-rwxr-xr-x 1 root root 38952 Sep 13 2025 libscotchmetisv5.so.7.0.8*
lrwxrwxrwx 1 root root 16 Sep 13 2025 libscotch.so -> libscotch.so.7.0*
lrwxrwxrwx 1 root root 16 May 14 00:40 libscotch.so.0 -> libscotch.so.7.0*
lrwxrwxrwx 1 root root 18 Sep 13 2025 libscotch.so.7.0 -> libscotch.so.7.0.8*
-rwxr-xr-x 1 root root 628920 Sep 13 2025 libscotch.so.7.0.8*
lrwxrwxrwx 1 root root 15 Jan 28 09:36 libscr.so.3 -> libscr.so.3.0.0*
-rwxr-xr-x 1 root root 63696 Jan 28 09:36 libscr.so.3.0.0*
-rwxr-xr-x 1 root root 26824 Mar 9 2023 libscrypt.so.0*
The link libscotch.so.0 is newly added. Perhaps I am missing something obvious. But maybe other eyes can spot it.
thanks, tom kosvic