freebsd-ports/science/openfoam/files/patch-.bashrc
Thierry Thomas 2018594562 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
2006-01-22 10:13:06 +00:00

15 lines
366 B
Text

--- .bashrc.orig Mon Aug 1 18:41:21 2005
+++ .bashrc Fri Dec 30 18:36:45 2005
@@ -135,6 +135,12 @@
export JAVA_HOME=/usr/java/j2sdk1.4.2
fi
+# FreeBSD workstation
+# ~~~~~~~~~~~~~~~~~~~
+elif [ "$machineTest" = "FreeBSD" ]; then
+
+ export JAVA_HOME=%%JAVA_HOME%%
+
# SUN workstation
# ~~~~~~~~~~~~~~~
elif [ "$machineTest" = "SunOS" ]; then