Closed mikestillman closed 1 year ago
@mahrud I wonder if the standard c++ regex library is in better shape now, and we can use it instead?
note: the autotools build on the same machine linked ok with boost.
I think this might be #1498/#1982, due to the old givaro/fflas-ffpack packages in Ubuntu 20.04. Try either building them from scratch or using the updated packages from the PPA:
sudo add-apt-repository ppa:macaulay2/macaulay2
sudo apt install libgivaro-dev fflas-ffpack
I ran into the same issue, and indeed building fflas-ffpack and givaro from source resolved the issue.
on x86_64, on cmake build. Possibly related to version of boost (1.71), but I'm not sure.
Here is the error I am seeing during a cmake build (with ninja, ccache, no homebrew installed on this machine): This is at the point when it tried to link M2:
@mahrud I expect we have seen this before, but I didn't see it in the issues.