Skip to content
New issue

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 URL no longer exist #62

Open
YingGwan opened this issue Oct 21, 2020 · 1 comment
Open

eigen URL no longer exist #62

YingGwan opened this issue Oct 21, 2020 · 1 comment

Comments

@YingGwan
Copy link

  1. In .\GAUSS\CMakeLists.txt Line 129:
    download_project(
    PROJ eigen
    SOURCE_DIR ${PROJECT_SOURCE_DIR}/build/ThirdParty/eigen
    DOWNLOAD_DIR ${PROJECT_SOURCE_DIR}/build/ThirdParty/.cache/eigen
    QUIET
    URL http://bitbucket.org/eigen/eigen/get/3.2.10.tar.gz
    URL_MD5 8ad10ac703a78143a4062c9bda9d8fd3
    )
    Here, URL is no longer exist, maybe you should change it to https://github.com/eigenteam/eigen-git-mirror.git

  2. In GAUSS\ThirdParty\libigl\cmake\LibiglDownloadExternal.cmake line 51:
    function(igl_download_eigen)
    igl_download_project(eigen
    URL http://bitbucket.org/eigen/eigen/get/3.2.10.tar.gz
    URL_MD5 8ad10ac703a78143a4062c9bda9d8fd3
    )
    endfunction()
    Here, URL is also invalid, plz help fix the problem, many thanks

@yanxuanm
Copy link

yanxuanm commented Oct 26, 2020

You can replace URL with https://gitlab.com/libeigen/eigen/-/archive/3.2.10/eigen-3.2.10.tar.gz and comment out URL_MD5 as a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants