[opengm] 358/386: add hdf5 for osx to travis

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:38:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository opengm.

commit 2c6eed70321aa872f581b2cdda087b5872b8d73d
Author: Joerg Kappes <kappes at math.uni-heidelberg.de>
Date:   Fri Apr 1 23:26:26 2016 +0200

    add hdf5 for osx to travis
---
 .travis.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f6c3f2f..b9c7bfe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,8 +30,11 @@ addons:
       - python-nose 
 
 
-
-
+before_install:
+      - if [ `uname` = "Darwin" ]; then
+           brew update >/dev/null;
+           brew install hdf5;
+        fi
 
 
 matrix:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list