Skip to content

Commit

Permalink
tk/tcl deps for python ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
mjames-upc committed Oct 26, 2017
1 parent 50ecb45 commit c6153f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/build_rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OS_VERSION=$2
yum -y clean all
yum -y clean expire-cache
yum groupinstall "Development tools" -y >& /dev/null
yum install wget cmake ruby boost-devel libuuid-devel -y
yum install wget cmake ruby boost-devel libuuid-devel tk-devel tcl-devel -y
wget -O /etc/yum.repos.d/awips2.repo http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo
yum -y clean all
yum groupinstall awips2-ade -y >& /dev/null
Expand All @@ -29,8 +29,8 @@ git clone https://github.com/Unidata/awips2-nws.git --branch unidata_${AWIPSII_V

cd /awips2/repo/awips2-builds/rpms/unidata/

/bin/bash cibuild.sh -b awips2-localization
/bin/bash cibuild.sh -qpid
#/bin/bash cibuild.sh -b awips2-localization
#/bin/bash cibuild.sh -qpid
/bin/bash cibuild.sh -python
/bin/bash cibuild.sh -database
/bin/bash cibuild.sh -b awips2
Expand Down

0 comments on commit c6153f6

Please sign in to comment.