We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eigen moved their repository from Bitbucket to Gitlab recently (the announcement). So 69-74 lines of the Dockerfile need to be updated like this:
RUN curl -LO https://gitlab.com/libeigen/eigen/-/archive/3.3.4/eigen-3.3.4.tar.gz && \ tar -zxf eigen-3.3.4.tar.gz && \ cd eigen-3.3.4 && \ mkdir build && cd build && \ cmake .. && make install -j$(nproc) && \ cd ../../ && rm -fr eigen-3.3.4
The text was updated successfully, but these errors were encountered:
Thanks for the catch @313usually! You can create a pull request so we can give you proper credit :)
Sorry, something went wrong.
No branches or pull requests
Eigen moved their repository from Bitbucket to Gitlab recently (the announcement).
So 69-74 lines of the Dockerfile need to be updated like this:
The text was updated successfully, but these errors were encountered: