Translations:SAIGE/14/en

From Alliance Doc
Jump to navigation Jump to search

4. Download SAIGE version 1.0.0.

[name@server ~]$ git clone --recursive https://github.com/saigegit/SAIGE.git -b 1.0.0
[name@server ~]$ cd SAIGE/

5. Patch the installation.

[name@server ~]$ rm configure
[name@server ~]$ sed -i 's/llapack/lflexiblas/' src/Makevars

First, remove the configure file to avoid installing already available dependencies. Then, change the library name to correctly link to the Makevars file to make sure that the linking options will use FlexiBLAS. Doing so will prevent the i>unable to find -llapack error message displayed at installation. Read more information on FlexiBLAS, BLAS and LAPACK.