From b4d9dd437163ecf9c7bf7f16aa4db23321882944 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 6 May 2019 21:25:05 +0200 Subject: data/Makefile.am: add detection of md5sum utility, and install md5sha1sum on MacOSX Travis --- travis/osx/before_install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'travis') 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 -- cgit v1.2.3