From cac90bb289ef0dec3fcd2da7eade51340ee5d727 Mon Sep 17 00:00:00 2001 From: basney Date: Thu, 2 Aug 2007 14:26:18 +0000 Subject: [PATCH] build from latest GT stable source installer --- nmi/testscript | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/nmi/testscript b/nmi/testscript index 37b8a19..0a1c726 100755 --- a/nmi/testscript +++ b/nmi/testscript @@ -1,13 +1,5 @@ #!/bin/sh set -e # exit on any error -if test "$NMI_PLATFORM" = "ia64_sles_9" -o \ - "$NMI_PLATFORM" = "sun4u_sol_5.9"; then - GT_INSTALLER=gt4.0.4-all-source-installer.tar.gz - GT_INSTALLER_URL=http://www.globus.org/ftppub/gt4/4.0/4.0.4/installers/src/$GT_INSTALLER -else - GT_INSTALLER=gt4.0.4-$NMI_PLATFORM-installer.tar.gz - GT_INSTALLER_URL=http://www.globus.org/ftppub/gt4/4.0/4.0.4/installers/bin/$GT_INSTALLER -fi GLOBUS_LOCATION=$_CONDOR_SCRATCH_DIR/globus ZLIB_LOCATION=$_CONDOR_SCRATCH_DIR/zlib LOGNAME=$USER @@ -21,12 +13,6 @@ echo ================================================== echo Directory contents: ls -Rl echo ================================================== -echo PATHs: -echo `which wget` -echo `which curl` -echo `which ncftpget` -echo `which ftp` -echo ================================================== if test -d /prereq/zlib-1.2.3; then ZLIB_LOCATION=/prereq/zlib-1.2.3 echo zlib found in $ZLIB_LOCATION @@ -40,12 +26,7 @@ else fi echo ================================================== echo Installing Globus Toolkit... -if test -x `which wget`; then - wget $GT_INSTALLER_URL -else - curl $GT_INSTALLER_URL > $GT_INSTALLER -fi -tar xfz $GT_INSTALLER +tar xfj gt*-all-source-installer.tar.bz2 cd gt*-installer ./configure --prefix=$GLOBUS_LOCATION --with-buildopts="-verbose" \ --with-gsiopensshargs="--with-zlib=$ZLIB_LOCATION" -- 2.45.2