From fa30e1aa52e9491e9dafb27cdc97a83cabbf9b40 Mon Sep 17 00:00:00 2001
From: Simon Oehrl <oehrl@vr.rwth-aachen.de>
Date: Fri, 17 Aug 2018 02:16:46 -0700
Subject: [PATCH] Fix version of nesci and contra

#2
---
 conanfile.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conanfile.py b/conanfile.py
index f1f4c48..8118356 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -26,8 +26,8 @@ class nest(ConanFile):
     description = """NEST is a simulator for spiking neural network models that focuses on the dynamics, size and structure of neural systems rather than on the exact morphology of individual neurons."""
     settings = "os", "compiler", "build_type", "arch"
 
-    requires = (("contra/18.05@RWTH-VR/develop"),
-                ("nesci/18.05@RWTH-VR/develop"),
+    requires = (("contra/18.07@RWTH-VR/develop"),
+                ("nesci/18.07@RWTH-VR/develop"),
 		# ("Qt/5.11.1@bincrafters/stable"),
                 ("conduit/0.3.1@RWTH-VR/thirdparty"))
     generators = "cmake"
-- 
GitLab