summaryrefslogtreecommitdiff
path: root/tools/pipol/rc.redhat
blob: e4ae1dc4c6af4d4d246c8ba729323a2f1e119015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# use fedora repositories
cp $PIPOL_HOMEDIR/.pipol/yum.repos.d/* /etc/yum.repos.d

#yum -y update yum

# update tools
yum --nogpgcheck -y  update automake

# get recent mpfr library
yum --noplugins -y install gmp-devel
#yum --disableplugin=rhnplugin -y install mpfr-devel
cd /
tar xjf $PIPOL_HOMEDIR/src/mpfr-2.3.2-ia64.tar.bz2