26 |
|
slc4_ia32) compilerv=gcc345;; |
27 |
|
slc4_amd64) compilerv=gcc345; osarch=slc4_ia32;; |
28 |
|
osx104_ia32) compilerv=gcc401;; |
29 |
< |
osx104_pcc32) compilerv=gcc400;; |
29 |
> |
osx104_ppc32) compilerv=gcc400;; |
30 |
|
esac |
31 |
|
echo ${osarch}_${compilerv} |
32 |
|
else |
61 |
|
|
62 |
|
if [ ! -d $here/${SCRAM_ARCH}/etc/profile.d ] |
63 |
|
then |
64 |
< |
echo "Your shell is not able to find where cmsset_default.sh is. Either cd into the directory where it is or move to zsh" |
64 |
> |
echo "Your shell is not able to find where cmsset_default.sh is located." |
65 |
> |
echo "Either you have not set VO_CMS_SW_DIR or OSG_APP correctly" |
66 |
> |
echo "or SCRAM_ARCH is not set to a valid architecture." |
67 |
|
fi |
68 |
|
|
69 |
|
for pkg in `/bin/ls $here/${SCRAM_ARCH}/etc/profile.d/ | grep 'S.*[.]sh'` |