libMesh / libmesh

libMesh github repository
http://libmesh.github.io
GNU Lesser General Public License v2.1
659 stars 286 forks source link

Add --with-xdr-libdir configure option #3985

Closed roystgnr closed 2 weeks ago

roystgnr commented 3 weeks ago

This is starting to pass my own tests, so we'll see what CI thinks of it. (by looking at CI results manually; AFAIK MOOSE has replaced all its XDR/CPR-based tests with XDA/CPA versions now, though it still uses --enable-xdr-required for downstream's sake)

roystgnr commented 3 weeks ago

I need to manually test the case in https://github.com/libMesh/libmesh/issues/3740 too.

moosebuild commented 3 weeks ago

Job Coverage, step Generate coverage on 5033313 wanted to post the following:

Coverage

8cdd9f #3985 503331
Total Total +/- New
Rate 62.37% 62.37% +0.00% -
Hits 72835 72836 +1 0
Misses 43947 43946 -1 0

Diff coverage report

Full coverage report

This comment will be updated on new commits.

roystgnr commented 3 weeks ago

This stuff is nasty to test, but I think it fixes #3740 for me now, as well as doing what it should in the obvious cases I've tried.

moosebuild commented 3 weeks ago

Job Test MOOSE ARM mac on 5033313 : invalidated by @jwpeterson

Retry to check whether "Fetch latest moose" error was temporary