https://github.com/geodynamics/citcoms
Revision d667e5bcb798b574120b69a74684947eef6ca7ca authored by Leif Strand on 23 July 2005, 08:35:51 UTC, committed by Leif Strand on 23 July 2005, 08:35:51 UTC
$EXPORT_ROOT/bin, so that goofy relative paths are not needed
(e.g., "../tests/citcomsregional.sh"); and so that the 'visual' directory
doesn't have to be added to the PATH.  I also dusted-off 'array2d' --
it compiles and links now.

1 parent 8766494
Raw File
Tip revision: d667e5bcb798b574120b69a74684947eef6ca7ca authored by Leif Strand on 23 July 2005, 08:35:51 UTC
General build clean-up: 'export' all the various scripts to
Tip revision: d667e5b
citcoms_profile
#!/bin/sh
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# <LicenseText>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#


#export GEOFRAMEWORK=
export CITCOMSHOME=$GEOFRAMEWORK/packages/CitcomS
export PATH=$CITCOMSHOME/visual:$PATH

if [ x$DXMACROS = "x" ]; then
	export DXMACROS=""
fi

export DXMACROS=$CITCOMSHOME/visual/OpenDXMacro:$DXMACROS


# version
# $Id: citcoms_profile,v 1.1 2004/06/02 21:49:37 tan2 Exp $

# End of file
back to top