From aca9cef6a8909d6be07fb7207f5049e40e7c6e6c Mon Sep 17 00:00:00 2001 From: jbasney Date: Thu, 12 Apr 2007 21:11:56 +0000 Subject: [PATCH] still need to build from source on ia64_sles_9 and sun4u_sol_5.9 --- nmi/testscript | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nmi/testscript b/nmi/testscript index 819644b..c1f2c64 100755 --- a/nmi/testscript +++ b/nmi/testscript @@ -1,7 +1,13 @@ #!/bin/sh set -e # exit on any error -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 +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 -- 2.45.1