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

Commit

Permalink
Merge pull request #295 from vtsuperdarn/hotfix_basemap_dependency
Browse files Browse the repository at this point in the history
Use full release of basemap
  • Loading branch information
Shirling-VT authored Jan 17, 2017
2 parents da2d4e7 + 0d64b27 commit 04e0baf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install/debian_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pip install -U cryptography

#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
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

2 changes: 1 addition & 1 deletion install/python_install_mac_port.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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
cd basemap
python2.7 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 04e0baf

Please sign in to comment.