Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Wiki
Code
Merge requests
30
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Merge requests
!544
feat(py-nestml): add version 7.0.2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat(py-nestml): add version 7.0.2
chlinssen/ebrains-spack-builds:nestml7
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Charl Linssen
requested to merge
chlinssen/ebrains-spack-builds:nestml7
into
master
11 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
We had to make a small fix to NESTML to ensure NEST Simulator compatibility. Sorry for the noise!
0
0
Merge request reports
Compare
master
version 4
e03fd4a7
11 months ago
version 3
f6119ba8
11 months ago
version 2
64208395
11 months ago
version 1
505debe0
11 months ago
master (base)
and
latest version
latest version
f31ab3c5
1 commit,
11 months ago
version 4
e03fd4a7
1 commit,
11 months ago
version 3
f6119ba8
5 commits,
11 months ago
version 2
64208395
4 commits,
11 months ago
version 1
505debe0
3 commits,
11 months ago
2 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
packages/py-nestml/package.py
+
2
−
1
Options
@@ -13,11 +13,12 @@ class PyNestml(PythonPackage):
"""
homepage
=
'
https://nestml.readthedocs.org/
'
url
=
'
https://pypi.org/packages/py3/N/NESTML/NESTML-7.0.
1
-py3-none-any.whl
'
url
=
'
https://pypi.org/packages/py3/N/NESTML/NESTML-7.0.
2
-py3-none-any.whl
'
git
=
'
https://github.com/nest/nestml/
'
maintainers
=
[
'
clinssen
'
,
'
pnbabu
'
]
version
(
'
7.0.2
'
,
sha256
=
'
3611239ff8436bf1c74b878562564007285c6da5df0317c6cd52f65e6bcd3f8b
'
,
expand
=
False
)
version
(
'
7.0.1
'
,
sha256
=
'
38392bdd06c5be5af65050153f34fb78dee6032158b268b83599bd70aab5c030
'
,
expand
=
False
)
version
(
'
7.0.0
'
,
sha256
=
'
4e271048b4a9ad2c161dda98d3ee25e143537649a264d521deb0ff5543020d73
'
,
expand
=
False
)
version
(
'
6.0.0
'
,
sha256
=
'
224993f175b9599a3662e65afdaf57e355246c0eab5f88b795fdb089ea28b39e
'
,
expand
=
False
)