summaryrefslogtreecommitdiffstats
path: root/cluster/mpich/BUILD
blob: 138f5cf790d13989532dfb751ba194bccde0a6b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
patch  -p1  <  ${SCRIPT_DIRECTORY}/sysconfdir.patch  &&

#
# Fails to test rsh without this flag
#
if  [  -x  /usr/bin/rsh  ]
then
  OPTS="$OPTS  -rsh=/usr/bin/rsh"
fi  &&

./configure  --prefix=/usr            \
             --sysconfdir=/etc/mpich  \
             ${OPTS}                  &&
make