-
Notifications
You must be signed in to change notification settings - Fork 50
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
Compilation failure due to missing file (spglib) #24
Comments
hi @jcavin13 , I see, the problem appears for me also try entering directory bandup/src/external/spglib-1.5.2 and type 'make' . This will compile needed libraries then do "build" in the bandup root directory again. I will look how to fix this to make automatic. |
Thanks for the response! Unfortunately, trying |
Ok, if you enter |
Try to enter |
For future reference: as an alternative solution, modify |
ifort is returning an error stating that
File not found: '/bandup-master/src/external/spglib-1.5.2/src/.libs/libsymspg.a'
Sure enough, the file isn't there, and neither is the parent directory .libs
The text was updated successfully, but these errors were encountered: