Open jcavin13 opened 3 years ago
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 make
in that directory returns make: *** No targets specified and no makefile found. Stop.
Ok, if you enter bandup/src/external
and type make spglib-1.5.2
? Will it compile?
Try to enter bandup/src/external/spglib-1.5.2
, and type./configure
and make
; then go back to do "./build
". It works.
For future reference: as an alternative solution, modify line 55
in bandup/src/python_interface/bandupy/build.py
from fcflag, cflag = '-openmp', '-openmp'
to fcflag, cflag = '-qopenmp', '-qopenmp'
.
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