weizhouUMICH / SAIGE

GNU Lesser General Public License v3.0
187 stars 72 forks source link

Download failed with error 503 for: //tukaani.org/xz/xz-5.2.3.tar.bz2 #390

Closed lanxianmei closed 2 years ago

lanxianmei commented 2 years ago

Hi, I install SAIGE as follow but fail: R CMD INSTALL --library= SAIGE

The problem seems that the xz version update, so can not find file xz-5.2.3.tar.bz2 How can I change to download the new file xz-5.2.5.tar.bz2

lanxianmei commented 2 years ago

Change "cget ignore xz" to "cget ignore --prefix thirdParty/cget xz" in the configure file. This can ignore downloading the xz package.