Skip to content

Commit

Permalink
BLD: update wheel build script to add in psycopg2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Mar 17, 2014
1 parent 19ab5ed commit dd5c112
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ci/speedpack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ apt-get update

# install some deps and virtualenv
apt-get install python-pip libfreetype6-dev libpng12-dev libhdf5-serial-dev \
g++ libatlas-base-dev gfortran -y
g++ libatlas-base-dev gfortran libreadline-dev zlib1g-dev flex bison \
libxml2-dev libxslt-dev libssl-dev -y
pip install virtualenv
apt-get build-dep python-lxml -y

# install sql servers
apt-get install postgresql-client libpq-dev -y

export PYTHONIOENCODING='utf-8'
export VIRTUALENV_DISTRIBUTE=0


function create_fake_pandas() {
local site_pkg_dir="$1"
rm -rf $site_pkg_dir/pandas
Expand Down Expand Up @@ -104,7 +107,7 @@ function generate_wheels() {


# generate a single wheel version
# generate_wheels "/reqf/requirements-3.3.txt"
# generate_wheels "/reqf/requirements-2.7.txt"
#
# if vagrant is already up
# run as vagrant provision
Expand Down

0 comments on commit dd5c112

Please sign in to comment.