diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-05-07 11:39:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-07 11:39:48 +0200 |
| commit | 850050693a25843d6ae69492cfad72f7753e39f7 (patch) | |
| tree | 4d464df04190ae115e7f54259457286d22580eb9 /travis | |
| parent | 4636df33ed4d2a9bedf19973d58a42858fb816c0 (diff) | |
| parent | d4ffaca08a4f2ef3475165c2634561ee9bf01885 (diff) | |
| download | PROJ-850050693a25843d6ae69492cfad72f7753e39f7.tar.gz PROJ-850050693a25843d6ae69492cfad72f7753e39f7.zip | |
Merge pull request #1454 from rouault/fix_ETRS89_3D_to_proj_string_with_geoidgrids_nadgrids
createOperations(): fix case of ETRS89 3D to proj string with nadgrids and geoidgrids
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/osx/before_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh index a5d40af5..964fbc67 100755 --- a/travis/osx/before_install.sh +++ b/travis/osx/before_install.sh @@ -8,6 +8,7 @@ brew update brew install ccache brew install sqlite3 brew install doxygen +brew install md5sha1sum export PATH=$HOME/Library/Python/2.7/bin:$PATH # breathe=4.12.0 is the last version to work for us with sphinx 1.8.5 / Python 2 |
