Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs
Apache License 2.0
1.57k stars 217 forks source link

eigen repo is deleted #105

Closed hubutui closed 6 years ago

hubutui commented 6 years ago

Hey, it seems the eigen is deleted. So, could we use other repo? Say eigen from system? There is a eigen package in Ubuntu or some other Linux distribution's official repo.

QinbinLi commented 6 years ago

The eigen repo is a submodule. You can use the following instruction in the ThunderSVM repo to download: git submodule init eigen && git submodule update The source has not been deleted. You can refer to the doc. Thanks.

hubutui commented 6 years ago

Sorry, I git clone this repo days ago, at that time, eigen submodule referred to this broken url.