OpenFOAM Fedora 13 Fork

I have forked "OpenFOAM":http://www.openfoam.org for Fedora 13. This is because Fedora 13 no longer allows implicit linkage (see "DSO Link Changes":http://fedoraproject.org/wiki/UnderstandingDSOLinkChange).
A fix is to change the relevant Make/options files from
EXE_INC = \ -I$(LIB_SRC)/finiteVolume/lnInclude EXE_LIBS = -lfiniteVolume
to
EXE_INC = \ -I$(LIB_SRC)/finiteVolume/lnInclude EXE_LIBS = -L$(FOAM_MPI_LIBBIN) \ -lPstream \ -lfiniteVolume
blog comments powered by Disqus