Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Wiki
Code
Merge requests
34
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
b7519aec
Commit
b7519aec
authored
1 year ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
setup dependent run env (for wf packages to work)
parent
3e6bd238
No related branches found
No related tags found
1 merge request
!452
create new experimental release
Pipeline
#25824
canceled with stage
in 18 hours, 29 minutes, and 55 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/hxtorch/package.py
+3
-0
3 additions, 0 deletions
packages/hxtorch/package.py
packages/pynn-brainscales/package.py
+3
-0
3 additions, 0 deletions
packages/pynn-brainscales/package.py
with
6 additions
and
0 deletions
packages/hxtorch/package.py
+
3
−
0
View file @
b7519aec
...
@@ -153,6 +153,9 @@ class Hxtorch(WafPackage):
...
@@ -153,6 +153,9 @@ class Hxtorch(WafPackage):
def
setup_run_environment
(
self
,
env
):
def
setup_run_environment
(
self
,
env
):
self
.
_setup_common_env
(
env
)
self
.
_setup_common_env
(
env
)
def
setup_dependent_run_environment
(
self
,
env
,
dependent_spec
):
self
.
_setup_common_env
(
env
)
# override configure step as we perform a project setup first
# override configure step as we perform a project setup first
def
configure
(
self
,
spec
,
prefix
):
def
configure
(
self
,
spec
,
prefix
):
"""
Setup and configure the project.
"""
"""
Setup and configure the project.
"""
...
...
This diff is collapsed.
Click to expand it.
packages/pynn-brainscales/package.py
+
3
−
0
View file @
b7519aec
...
@@ -130,6 +130,9 @@ class PynnBrainscales(WafPackage):
...
@@ -130,6 +130,9 @@ class PynnBrainscales(WafPackage):
def
setup_run_environment
(
self
,
env
):
def
setup_run_environment
(
self
,
env
):
self
.
_setup_common_env
(
env
)
self
.
_setup_common_env
(
env
)
def
setup_dependent_run_environment
(
self
,
env
,
dependent_spec
):
self
.
_setup_common_env
(
env
)
# override configure step as we perform a project setup first
# override configure step as we perform a project setup first
def
configure
(
self
,
spec
,
prefix
):
def
configure
(
self
,
spec
,
prefix
):
"""
Setup and configure the project.
"""
"""
Setup and configure the project.
"""
...
...
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