Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
30
Issue boards
Milestones
Wiki
Code
Merge requests
31
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
!386
update v0.20.0 branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update v0.20.0 branch
master
into
spack-v0.20.0
Overview
0
Commits
49
Pipelines
1
Changes
38
Merged
Eleni Mathioulaki
requested to merge
master
into
spack-v0.20.0
1 year ago
Overview
0
Commits
49
Pipelines
1
Changes
38
Expand
0
0
Merge request reports
Compare
spack-v0.20.0
spack-v0.20.0 (base)
and
latest version
latest version
9c9bed04
49 commits,
1 year ago
38 files
+
458
−
105
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
38
Search (e.g. *.vue) (Ctrl+P)
packages/bazel/package.py
+
6
−
0
Options
@@ -413,6 +413,9 @@ class Bazel(Package):
@@ -413,6 +413,9 @@ class Bazel(Package):
"
required for most builds using bazel with spack
"
,
"
required for most builds using bazel with spack
"
,
)
)
# to provide ld via GCC_HOST_COMPILER_PREFIX
depends_on
(
"
binutils
"
,
type
=
(
"
build
"
))
# https://bazel.build/install/compile-source#bootstrap-unix-prereq
# https://bazel.build/install/compile-source#bootstrap-unix-prereq
depends_on
(
"
java
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
java
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
java@11
"
,
when
=
"
@5.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
java@11
"
,
when
=
"
@5.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
@@ -508,6 +511,9 @@ class Bazel(Package):
@@ -508,6 +511,9 @@ class Bazel(Package):
return
url
.
format
(
version
)
return
url
.
format
(
version
)
def
setup_dependent_build_environment
(
self
,
env
,
dependent_spec
):
env
.
prepend_path
(
"
GCC_HOST_COMPILER_PREFIX
"
,
self
.
spec
[
'
binutils
'
].
prefix
.
bin
)
def
setup_build_environment
(
self
,
env
):
def
setup_build_environment
(
self
,
env
):
# fix the broken linking (on power9)
# fix the broken linking (on power9)
# https://github.com/bazelbuild/bazel/issues/10327
# https://github.com/bazelbuild/bazel/issues/10327