diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-22 10:13:06 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-22 10:13:06 +0000 |
commit | 20185945628dcdf1923d201dd9b85afcfe8fc118 (patch) | |
tree | 1cacb11ed2c41c855e8f618c68ad6737df02310e /science/openfoam/files/patch-.cshrc | |
parent | SHA256ify (manually done and checked) (diff) |
The OpenFOAM (Open Field Operation and Manipulation) CFD Toolbox can simulate
anything from complex fluid flows involving chemical reactions, turbulence and
heat transfer, to solid dynamics, electromagnetics and the pricing of financial
options.
WWW: http://www.opencfd.co.uk/openfoam/index.html
PR: ports/91886
Submitted by: thierry
Diffstat (limited to 'science/openfoam/files/patch-.cshrc')
-rw-r--r-- | science/openfoam/files/patch-.cshrc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/science/openfoam/files/patch-.cshrc b/science/openfoam/files/patch-.cshrc new file mode 100644 index 000000000000..52ac84e65e8d --- /dev/null +++ b/science/openfoam/files/patch-.cshrc @@ -0,0 +1,24 @@ +--- .cshrc.orig Mon Aug 1 18:41:43 2005 ++++ .cshrc Fri Dec 30 18:35:49 2005 +@@ -130,6 +130,12 @@ + setenv JAVA_HOME /usr/java/j2sdk1.4.2 + endif + ++# FreeBSD workstation ++# ~~~~~~~~~~~~~~~~~~~ ++else if ($machineTest == FreeBSD) then ++ ++ setenv JAVA_HOME %%JAVA_HOME%% ++ + # SUN workstation + # ~~~~~~~~~~~~~~~ + else if ($machineTest == SunOS) then +@@ -202,7 +208,7 @@ + AddLib $MPICH_ARCH_PATH/lib + AddPath $MPICH_ARCH_PATH/bin + +- setenv FOAM_MPI_LIBBIN=$FOAM_LIBBIN/mpich-$MPICH_VERSION ++ setenv FOAM_MPI_LIBBIN $FOAM_LIBBIN/mpich-$MPICH_VERSION + AddLib $FOAM_MPI_LIBBIN + + else if ($WM_MPLIB == LAM) then |