Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
28
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
!144
Add conflict statement to sda as suggested
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add conflict statement to sda as suggested
thielblz/ebrains-spack-builds:sda
into
master
Overview
5
Commits
2
Pipelines
0
Changes
2
Merged
Lorenz Thielbeer
requested to merge
thielblz/ebrains-spack-builds:sda
into
master
2 years ago
Overview
5
Commits
2
Pipelines
0
Changes
2
Expand
As suggested by
@emuller
(sorry for the mention spam today...), I added a conflict statement.
Edited
2 years ago
by
Lorenz Thielbeer
0
0
Merge request reports
Compare
master
version 1
d0f2f784
2 years ago
master (base)
and
latest version
latest version
bd6b789b
2 commits,
2 years ago
version 1
d0f2f784
1 commit,
2 years ago
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
packages/sda/package.py
+
1
−
0
Options
@@ -29,6 +29,7 @@ class Sda(MakefilePackage):
# Dependencies.
depends_on
(
'
%gcc@9.4.0:
'
)
depends_on
(
'
python@3.8:
'
,
type
=
(
'
build
'
,
'
run
'
))
conflicts
(
'
%gcc@:9.3.999
'
,
when
=
'
@7.3.3d
'
)
conflicts
(
'
%intel
'
)
build_directory
=
'
src
'