Multiwfn official website: http://sobereva.com/multiwfn. Multiwfn forum in Chinese: http://bbs.keinsci.com/wfn
You are not logged in.
It looks like mod_2f2.mod isn't built before its use, see the log: https://pkg-status.freebsd.org/beefy18/ … -3.8_2.log
Is there any chance that this would be fixed and a new version released?
Thank you,
Yuri (maintainer of the FreeBSD port)
Offline
Hello,
I am not familiar with the platform you used. The mod_2f2.mod should be automatically built, because of this line in Makefile:
2F2.f90.o : ext/2F2.f90 util.o Bspline.o
$(FC) $(OPT) -c ext/2F2.f90 -o 2F2.f90.o
where 2F2.f90 defines module mod_2F2. And as can be seen in Makefile, 2F2.f90.o is prerequisite when compiling many other source code files. I didn't encounter problem in compiling Multiwfn under CentOS 6.
Offline