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
35
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
2aacb41f
Commit
2aacb41f
authored
1 year ago
by
Eric Müller
Committed by
Eleni Mathioulaki
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(build-brainscales): drop hack
parent
05c72f5f
No related branches found
No related tags found
2 merge requests
!529
create new experimental release
,
!524
chore(hxtorch): provide list of hxtorch.core's dependencies for jaxsnn
Pipeline
#28690
failed with stage
in 1 hour, 40 minutes, and 38 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/build-brainscales/package.py
+0
-3
0 additions, 3 deletions
packages/build-brainscales/package.py
with
0 additions
and
3 deletions
packages/build-brainscales/package.py
+
0
−
3
View file @
2aacb41f
...
@@ -18,9 +18,6 @@ class BuildBrainscales(WafPackage):
...
@@ -18,9 +18,6 @@ class BuildBrainscales(WafPackage):
depends_on
(
'
git
'
,
type
=
(
'
build
'
,
'
link
'
))
depends_on
(
'
git
'
,
type
=
(
'
build
'
,
'
link
'
))
depends_on
(
'
py-git-review
'
,
type
=
(
'
build
'
,
'
link
'
))
depends_on
(
'
py-git-review
'
,
type
=
(
'
build
'
,
'
link
'
))
# hack to provide genpybind PATH in all brainscales-style builds
depends_on
(
'
genpybind@ebrains
'
,
type
=
(
'
build
'
,
'
link
'
))
def
do_fetch
(
self
,
mirror_only
=
False
):
def
do_fetch
(
self
,
mirror_only
=
False
):
"""
Setup the project.
"""
"""
Setup 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