Skip to content
Snippets Groups Projects
Commit fa30e1aa authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Fix version of nesci and contra

#2
parent fb4b24db
No related branches found
No related tags found
2 merge requests!3Feature/#7 remove conan,!2Feature/#2 add brunel simulation demo
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment