27 Nov, 2009
1 commit
-
git-svn-id: https://lxsd.femto-st.fr/svn/fvn@58 b657c933-2333-4658-acf2-d3c7c2708721
06 Oct, 2009
1 commit
-
SunStudio project now defined as "Makefile" type
Make command being : export BTREE="$$(pwd)/.." && make -f Makefile && make -f Makefile installgit-svn-id: https://lxsd.femto-st.fr/svn/fvn@54 b657c933-2333-4658-acf2-d3c7c2708721
25 Sep, 2009
1 commit
-
- this is presently used for builds in Sophia under SunStudio :
- insert the following line into SunStudio Makefile as pre-build code
( export F95FLAGS=-m64 && export BTREE="$$(pwd)" && cd Sources && make modules && mv -f *.mod $$BTREE )
- insert .WAIT in the build prerequisites between .build-pre and .build-impl
- create a file Make.inc in the root of the project containing at least F95=f95
- the project must contain the directory "Sources" which is at the same time the working directory of svngit-svn-id: https://lxsd.femto-st.fr/svn/fvn@51 b657c933-2333-4658-acf2-d3c7c2708721
24 Sep, 2009
1 commit
-
_ moved *.f to *.f90 in fvn_integ as these files are f90 syntax to be compiled free-format
_ corrected ci and si in fvn_fnlib
Note : this is not yet ansi compliant codegit-svn-id: https://lxsd.femto-st.fr/svn/fvn@50 b657c933-2333-4658-acf2-d3c7c2708721
01 Oct, 2008
1 commit