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

Problem with installing SFAC make file #568

Closed
suriyaprasanths opened this issue Aug 16, 2022 · 2 comments
Closed

Problem with installing SFAC make file #568

suriyaprasanths opened this issue Aug 16, 2022 · 2 comments

Comments

@suriyaprasanths
Copy link

I have gcc, gfortran and anaconda
(base) suriyaprasanth@SP-HP-ENVY-Notebook:~/Desktop/FAC MASTER/fac-master$ make
cd blas; make
make[1]: Entering directory '/home/suriyaprasanth/Desktop/FAC MASTER/fac-master/blas'
ar r /home/suriyaprasanth/Desktop/FAC MASTER/fac-master/libmblas.a lsame.o dasum.o daxpy.o dcopy.o dscal.o ddot.o dgemm.o dgemv.o dger.o dnrm2.o drot.o dspmv.o dspr2.o dswap.o dtbsv.o dtrmm.o dtrmv.o dtrsm.o idamax.o xerbla.o
ar: creating /home/suriyaprasanth/Desktop/FAC
ar: MASTER/fac-master/libmblas.a: No such file or directory
make[1]: *** [Makefile:19: blas] Error 1
make[1]: Leaving directory '/home/suriyaprasanth/Desktop/FAC MASTER/fac-master/blas'
make: *** [Makefile:25: lib] Error 2

@mfgu
Copy link
Collaborator

mfgu commented Aug 16, 2022

try rename "FAC MASTER" to something that does not contain space. spaces in directory names confuses command line tools.

@suriyaprasanths
Copy link
Author

Thank you very much now it is working fine. but why is the repo has a tag Build : Failing ?

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

2 participants