Changeset 12856 for trunk/psconfig/psconfig.bash
- Timestamp:
- Apr 17, 2007, 10:56:29 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psconfig.bash (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psconfig.bash
r12839 r12856 1 1 # this script sets the PS IPP build environment for BASH shell users 2 2 3 if [ -z $ INSTALL]; then4 INSTALL=/home/kiawe/eugene/src.alala/panstarrs/ipp/psconfig3 if [ -z $PSCONFIG_DIR ]; then 4 PSCONFIG_DIR=/home/kiawe/eugene/src.alala/panstarrs/ipp/psconfig 5 5 fi 6 6 7 7 if (( $# == 0 )); then 8 /bin/csh $ INSTALL/psconfig.csh8 /bin/csh $PSCONFIG_DIR/psconfig.csh 9 9 return 0 10 10 fi … … 16 16 17 17 version=$1 18 psconfigure=`/bin/csh $ INSTALL/psconfig.csh --psconfigure $version`19 psautogen=`/bin/csh $ INSTALL/psconfig.csh --psautogen $version`20 psperlbuild=`/bin/csh $ INSTALL/psconfig.csh --psperlbuild $version`18 psconfigure=`/bin/csh $PSCONFIG_DIR/psconfig.csh --psconfigure $version` 19 psautogen=`/bin/csh $PSCONFIG_DIR/psconfig.csh --psautogen $version` 20 psperlbuild=`/bin/csh $PSCONFIG_DIR/psconfig.csh --psperlbuild $version` 21 21 alias psconfigure=$psconfigure 22 22 alias psautogen=$psautogen … … 24 24 25 25 # psconfig env variables 26 export PSCONFDIR=`/bin/csh $ INSTALL/psconfig.csh --psconfdir $version`27 export PSVERSION=`/bin/csh $ INSTALL/psconfig.csh --psversion $version`26 export PSCONFDIR=`/bin/csh $PSCONFIG_DIR/psconfig.csh --psconfdir $version` 27 export PSVERSION=`/bin/csh $PSCONFIG_DIR/psconfig.csh --psversion $version` 28 28 29 29 # environment variables 30 export PATH=`/bin/csh $ INSTALL/psconfig.csh --path $version`31 export ARCH=`/bin/csh $ INSTALL/psconfig.csh --arch $version`32 export LD_LIBRARY_PATH=`/bin/csh $ INSTALL/psconfig.csh --ld_library_path $version`33 export PKG_CONFIG_PATH=`/bin/csh $ INSTALL/psconfig.csh --pkg_config_path $version`34 export ACLOCAL_FLAGS=`/bin/csh $ INSTALL/psconfig.csh --aclocal_flags $version`35 export PERL5LIB=`/bin/csh $ INSTALL/psconfig.csh --perl5lib $version`30 export PATH=`/bin/csh $PSCONFIG_DIR/psconfig.csh --path $version` 31 export ARCH=`/bin/csh $PSCONFIG_DIR/psconfig.csh --arch $version` 32 export LD_LIBRARY_PATH=`/bin/csh $PSCONFIG_DIR/psconfig.csh --ld_library_path $version` 33 export PKG_CONFIG_PATH=`/bin/csh $PSCONFIG_DIR/psconfig.csh --pkg_config_path $version` 34 export ACLOCAL_FLAGS=`/bin/csh $PSCONFIG_DIR/psconfig.csh --aclocal_flags $version` 35 export PERL5LIB=`/bin/csh $PSCONFIG_DIR/psconfig.csh --perl5lib $version`
Note:
See TracChangeset
for help on using the changeset viewer.
