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
Commits
41120ead
Commit
41120ead
authored
1 year ago
by
Andrew Rowley
Browse files
Options
Downloads
Patches
Plain Diff
Almost - need to be strings!
parent
96443362
No related branches found
Branches containing commit
No related tags found
2 merge requests
!391
create new experimental release
,
!390
Add java spinnaker
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/py-spinnfrontendcommon/package.py
+1
-1
1 addition, 1 deletion
packages/py-spinnfrontendcommon/package.py
with
1 addition
and
1 deletion
packages/py-spinnfrontendcommon/package.py
+
1
−
1
View file @
41120ead
...
...
@@ -37,7 +37,7 @@ class PySpinnfrontendcommon(PythonPackage):
# Work out the python version installed, so we know where to put
# the java code!
python_spec
=
find
(
"
python@3.7:
"
)[
0
]
python_version
=
"
.
"
.
join
(
python_spec
.
version
.
version
[
0
:
2
])
python_version
=
"
.
"
.
join
(
str
(
v
)
for
v
in
python_spec
.
version
.
version
[
0
:
2
])
python_lib
=
f
"
python
{
python_version
}
"
site_packages
=
prefix
.
lib
.
join
(
python_lib
).
site_packages
install_tree
(
"
JavaSpiNNaker
"
,
site_packages
)
...
...
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