<![CDATA[Multiwfn forum / Build fails: Cannot open module file 'mod_2f2.mod' for reading]]> - //www.umsyar.com/wfnbbs/viewtopic.php?id=998 Sat, 04 May 2024 09:26:38 +0000 FluxBB <![CDATA[Re: Build fails: Cannot open module file 'mod_2f2.mod' for reading]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=3805#p3805 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.

]]>
Sat, 04 May 2024 09:26:38 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=3805#p3805
<![CDATA[Build fails: Cannot open module file 'mod_2f2.mod' for reading]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=3793#p3793 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)

]]>
Wed, 01 May 2024 08:13:56 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=3793#p3793