Open aklwong opened 2 years ago
It seems eigen was moved to gitlab.com, so I guess the Makefile should be edited with this address https://gitlab.com/libeigen/eigen/-/archive/3.3.3/eigen-3.3.3.tar.gz
Hi, After updating the make file with the above url, still I am getting error. It seems there is some naming issue with the files.
`cp:cannot stat 'eigen-eigen-67e894c6cd8f/Eigen': No such file or directory make: *** [Makefile:20: utils/Eigen] Error 1
this is the error.
Any help in this regards is much appreciated.
thanks, Siby.
While building the software, I've got an error:
gzip: stdin: not in gzip format tar: Child returned status 1
Looking into the Makefile and I've found that the issue is with:
utils/Eigen: @curl https://bitbucket.org/eigen/eigen/get/3.3.3.tar.gz -o eigen.tar.gz @tar -xzf eigen.tar.gz
Running the curl command above has shown:
The requested repository either does not exist or you do not have access. If you believe this repository exists and you have access, make sure you're authenticated.
So, is eigen.tar.gz still available for download?
Thanks! Adam Wong