Hello dear creators of DMFTwDFT.
I try to instal your program but when I use setup.py it gives me this message.
Compiler : gfortran
Compiling internal sources...
Compiled file dmft.x exists : False
Compiled file dmft_dos.x exists : False
Compiled file libdmft.a exists : False
Compiled file ./dmft_ksum/dmft_ksum_band exists : False
Compiled file ./dmft_ksum/dmft_ksum_partial_band exists : False
Internal compilation failed! Check internal.log for details. Make sure Makefile.in points to the correct lapack, blas and gsl libraries. You can try to install internal sources manually within the sources directory by modifying make.inc. Run with -ignore to bypass.
And iven when I use intel compiler it gives the same message but compiler is different.
In internal log it writes:
(cd ./src/obj && make -f ../Makefile.2 libs)
make[1]: Entering directory '/home/users/py/mfrolov/SOFT/DMFTwDFT/DMFTwDFT-master/sources/src/obj'
mpif90 -DMPI -O2 -ffree-line-length-none -c ../constants.F90
/home/users/py/mfrolov/anaconda3/envs/dmft/bin/mpif90: line 397: x86_64-conda-linux-gnu-gfortran: command not found
../Makefile.2:91: recipe for target 'constants.o' failed
make[1]: *** [constants.o] Error 127
make[1]: Leaving directory '/home/users/py/mfrolov/SOFT/DMFTwDFT/DMFTwDFT-master/sources/src/obj'
Makefile:21: recipe for target 'lib' failed
make: *** [lib] Error 2
Can you help me with this issue please?