johnmatt3
johnmatt3
Oh, it just can't find libcoinmetis.so.2: ``` ======================================== spral 2023.07.04: ./test-suite.log ======================================== # TOTAL: 9 # PASS: 8 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0...
following up on the error, it looked like LD_LIBRARY_PATH might help spral find the metis. I switched to your precompiled metis, Then with metisdir pointing to your precompiled metis ```...
Installing libmetis-dev and compiling hwloc from the v2.8 branch then calling ldconfig, then calling with the configure line above gets the make check tests to pass. I'm not sure if...
Thanks for the update! I enlisted a real software buddy of mine (henceforth referred to as the linux sherpa) to help guide me through this attempt, so I got a...