Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into 0.7-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ksterne authored Jun 1, 2017
2 parents 894a3db + 04e0baf commit c15dc9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install/python_install_mac_brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ pip install --upgrade pandas

dir=$(pwd)
cd /tmp
git clone https://github.com/matplotlib/basemap.git
git clone --branch v1.0.7rel https://github.com/matplotlib/basemap.git
python2.7 setup.py install

3 changes: 2 additions & 1 deletion install/python_install_mac_port.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ pip install netCDF4
dir=$(pwd)
cd /tmp
git clone --branch v1.0.7rel https://github.com/matplotlib/basemap.git

cd basemap/geos-3.3.3
export GEOS_DIR=/usr/local/geos
./configure --prefix=$GEOS_DIR
make
make install
cd ..
python setup.py install
python setup.py install
2 changes: 1 addition & 1 deletion install/suse_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dir=$(pwd)

#Now install basemap!
cd /tmp
git clone https://github.com/matplotlib/basemap.git
git clone --branch v1.0.7rel https://github.com/matplotlib/basemap.git
cd basemap/geos-3.3.3
export GEOS_DIR=/usr/local
./configure --prefix=$GEOS_DIR
Expand Down

0 comments on commit c15dc9e

Please sign in to comment.