Open DanGrayson opened 5 years ago
Still fails.
Was this using googletest 1.8.1? I reported the same failure in #12. It appears to be fixed using googletest 1.10.0.
Yes, it was 1.8.1, as that is what Arch offered. So the fix for us would be to have our configure script (configure.ac
) insist on 1.10.0 at least, and to build it if it's not present (libraries/gtest/Makefile.in
).
I just opened #15 which bumps the default version of googletest. I'm planning on writing a check to confirm that a previously installed googletest is at least this version. Once I get it working for mathicgb, then I'll try to adapt it for Macaulay2 as well.
Oh, right, this is mathicgb...
Still fails.
Try using it now with the CMake build.
The unittest fails under Arch Linux: