Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Neurodamus new series (3.0) #932

Merged
merged 5 commits into from
Oct 12, 2020
Merged

Adding Neurodamus new series (3.0) #932

merged 5 commits into from
Oct 12, 2020

Conversation

ferdonline
Copy link

@ferdonline ferdonline commented Oct 9, 2020

Neurodamus-Core, -py and all models were bumped to latest version, a major one due to different behavior (eg RNG...) and incompat with old models (Delayed connections)

Brings:

  • neurodamus-core 3.0
  • neocortex, hippocampus, thalamus, mousify 1.0
  • neurodamus-py 2.0
  • coreneuron 0.22

Neurodamus-Core, -py and all models were bumped to latest version
a major one due to different behavior (eg RNG...) and incompat with
old models (Delayed connections)
@ferdonline ferdonline changed the title Adding Neurodamus new series Adding Neurodamus new series (3) Oct 9, 2020
@ferdonline ferdonline changed the title Adding Neurodamus new series (3) Adding Neurodamus new series (3.0) Oct 9, 2020
ferdonline and others added 3 commits October 11, 2020 19:45
* switched on submodules for version 0.21a
* added explicit dependency on python
* modified cmake arguments to pick up correct python version

Co-authored-by: Pramod Kumbhar <[email protected]>
@ferdonline ferdonline closed this Oct 11, 2020
@ferdonline ferdonline reopened this Oct 11, 2020
@ferdonline ferdonline closed this Oct 12, 2020
@ferdonline ferdonline reopened this Oct 12, 2020
Copy link
Member

@matz-e matz-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good from my side!

@@ -19,7 +19,8 @@ class Coreneuron(CMakePackage):
git = "https://github.com/BlueBrain/CoreNeuron"

version('develop', branch='master', submodules=True)
version('0.21a', commit="bf3c823", preferred=True)
version('0.22', tag='0.22', submodules=True, preferred=True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, if these are ordered, the preferred can be dropped for the latest version. Spack by default will prefer the largest "numerical" version.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, some recipes have it, not sure why, and in this case came from the coreneuron merge
@ALL let's keep this in mind for next changes

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to point that out for reference :)

It's a somewhat historic artefact…

@ferdonline ferdonline merged commit 63e3c67 into develop Oct 12, 2020
@ferdonline ferdonline deleted the neurodamus_3 branch October 12, 2020 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants