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
25
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
Commits
99b7e1d4
Commit
99b7e1d4
authored
2 years ago
by
Andrew Davison
Browse files
Options
Downloads
Patches
Plain Diff
Update py-pynn. This depends on the merge requests for lazyarray, quantities and Neo.
parent
19486a59
No related branches found
Branches containing commit
No related tags found
3 merge requests
!109
create new experimental release
,
!108
create new experimental release
,
!87
Update PyNN
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/py-pynn/package.py
+26
-14
26 additions, 14 deletions
packages/py-pynn/package.py
with
26 additions
and
14 deletions
packages/py-pynn/package.py
+
26
−
14
View file @
99b7e1d4
...
...
@@ -12,27 +12,39 @@ class PyPynn(PythonPackage):
"""
homepage
=
"
http://neuralensemble.org/PyNN/
"
pypi
=
"
PyNN/PyNN-0.
8.3
.tar.gz
"
git
=
"
https://github.com/NeuralEnsemble/PyNN.git
"
pypi
=
"
PyNN/PyNN-0.
10.0
.tar.gz
"
git
=
"
https://github.com/NeuralEnsemble/PyNN.git
"
version
(
'
0.10.0
'
,
sha256
=
'
04120fe0e03260d664b337e0ac29d985c3fb3684ef35b1add93a66739891c98f
'
)
version
(
'
0.9.6
'
,
sha256
=
'
d85226800e30bc1692d3f84485c3fa20b921c2ab55f1201d0a3bf23432e16cd2
'
)
version
(
'
0.9.5
'
,
sha256
=
'
91af2126b639a6a795bfc2709ac49423278c4794b6d0da143908b9afcb415f80
'
)
version
(
'
0.9.1
'
,
sha256
=
'
bbc60fea3235427191feb2daa0e2fa07eb1c3946104c068ac8a2a0501263b0b1
'
)
version
(
'
0.8.3
'
,
sha256
=
'
9d59e6cffa4714f0c892ec6b32d1f5f8f75ba3a20d8635bac50c047aa6f2537e
'
)
version
(
'
0.8beta
'
,
commit
=
'
ffb0cb1661f2b0f2778db8f71865978fe7a7a6a4
'
)
version
(
'
0.8.1
'
,
sha256
=
'
ce94246284588414d1570c1d5d697805f781384e771816727c830b01ee30fe39
'
)
version
(
'
0.7.5
'
,
sha256
=
'
15f75f422f3b71c6129ecef23f29d8baeb3ed6502e7a321b8a2596c78ef7e03c
'
)
depends_on
(
'
python@2.6:2.8,3.3:
'
)
depends_on
(
'
python@2.7:2.8,3.3:
'
,
when
=
"
@0.9.5
"
)
depends_on
(
'
python@2.7:2.8,3.6:
'
,
when
=
"
@0.9.6
"
)
depends_on
(
'
python@3.7:
'
,
when
=
"
@0.10.0:
"
)
depends_on
(
'
py-jinja2@2.7:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-docutils@0.10:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-numpy@1.5:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-quantities@0.10:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-lazyarray@0.2.9:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-neo@0.3:0.4.1
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@:0.8.3
"
)
depends_on
(
'
py-neo@0.5.0:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.9.0:
"
)
depends_on
(
'
py-lazyarray
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.9.0:
"
)
depends_on
(
'
py-numpy@1.8.2:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.9.5
"
)
depends_on
(
'
py-numpy@1.13.0:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.9.6
"
)
depends_on
(
'
py-numpy@1.16.1:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.10.0:
"
)
depends_on
(
'
py-quantities@0.12.1:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.9.5:
"
)
depends_on
(
'
py-lazyarray@0.3.2:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.9.5
"
)
depends_on
(
'
py-lazyarray@0.3.4:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.9.6
"
)
depends_on
(
'
py-lazyarray@0.5.0:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.10.0:
"
)
depends_on
(
'
py-neo@0.5.2:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.9.5
"
)
depends_on
(
'
py-neo@0.8.0
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.9.6
"
)
depends_on
(
'
py-neo@0.10.0:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.10.0:
"
)
depends_on
(
'
py-lazyarray@0.3.2:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.9.5
"
)
depends_on
(
'
py-lazyarray@0.3.4:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.9.6
"
)
depends_on
(
'
py-lazyarray@0.5.0:
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
"
@0.10.0:
"
)
depends_on
(
'
py-mpi4py
'
,
type
=
(
'
build
'
,
'
run
'
),
when
=
'
+mpi
'
)
depends_on
(
'
py-mock@1.0:
'
,
type
=
'
test
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment