From bed7391f8402990942eb6be24d62f07ebeec6b92 Mon Sep 17 00:00:00 2001
From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at>
Date: Wed, 6 Aug 2014 14:21:42 +0200
Subject: [PATCH] deactivating centos7 by now (until hdf5 is available)

---
 etc/vagrant/bootstrap.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/etc/vagrant/bootstrap.sh b/etc/vagrant/bootstrap.sh
index dc7ab5bb..01ca6a2b 100644
--- a/etc/vagrant/bootstrap.sh
+++ b/etc/vagrant/bootstrap.sh
@@ -10,7 +10,7 @@
 #   - pgRouting
 #   - osmosis
 #   - osm2pgrouting
-# into a centos6 or centos7 environment (fedora 20 might also work, but is untested).
+# into a centos6 environment (fedora 20 might also work, but is untested).
 #
 # It can be used in the context of a Vagrantfile to configure a vagrant box and all
 # the installations can be configured using global variables (some packages are only
@@ -251,7 +251,8 @@ if [ "$DISTRI" == "CentOS" ]; then
 		REPO_EPEL="http://fedora.aau.at/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm"
 		REPO_POSTGRESQL_64="http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/pgdg-centos94-9.4-1.noarch.rpm"
 		REPO_RPMFORGE_64="http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm"
-		DISTRI_SUPPORTED=$IS_64_BIT
+		# Activate centos 7 as soon as hdf5 is available as dependency for postgis (using epel); remember to update documentation of this file at the very top
+#		DISTRI_SUPPORTED=$IS_64_BIT
 	fi
 elif [ "$DISTRI" == "Fedora"]; then
 	if echo $DISTRI_NAME | egrep -q " 20 (Heisenbug)" ; then
-- 
GitLab