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

Install error #83

Closed
NicolaLady opened this issue Mar 25, 2020 · 1 comment
Closed

Install error #83

NicolaLady opened this issue Mar 25, 2020 · 1 comment

Comments

@NicolaLady
Copy link

Hi,

I am having some install errors for cola. I have an inkling it might be due to the BLAS flag and file path but if you confirm that would be much appreciate :)

Kind regards,

Nicola

gcc -I"/ihome/crc/install/gcc-8.2.0/r/3.6.0/lib64/R/include" -DNDEBUG   -I/usr/local/include  -fpic  -g -O2  -c init.c -o init.o
g++ -std=gnu++11 -shared -L/ihome/crc/install/gcc-8.2.0/r/3.6.0/lib64/R/lib -L/usr/local/lib64 -o GenSA.so Caller.o Engine.o Tracer.o Utils.o init.o -lblas -lgfortran -lm -lquadmath -L/ihome/crc/install/gcc-8.2.0/r/3.6.0/lib64/R/lib -lR
/bin/ld: cannot find -lblas
collect2: error: ld returned 1 exit status
make: *** [GenSA.so] Error 1
ERROR: compilation failed for package ‘GenSA’
* removing ‘/ihome/R/x86_64-pc-linux-gnu-library/3.6/GenSA’
ERROR: dependency ‘GenSA’ is not available for package ‘eulerr’
* removing ‘/ihome/R/x86_64-pc-linux-gnu-library/3.6/eulerr’
ERROR: dependency ‘eulerr’ is not available for package ‘cola’
* removing ‘/ihome/R/x86_64-pc-linux-gnu-library/3.6/cola’

sessionInfo()
R version 3.6.0 (2019-04-26)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Red Hat Enterprise Linux Server 7.7 (Maipo)

Matrix products: default
BLAS:   /usr/lib64/libblas.so.3.4.2
LAPACK: /usr/lib64/liblapack.so.3.4.2

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8    LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C   
@NicolaLady
Copy link
Author

This seems to have resolved itself after a fresh install of R 3.6.0.

Cola is awesome :)

Closing the issue

Kind regards,

Nicola

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

1 participant