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
26
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
e51a20b5
Commit
e51a20b5
authored
2 years ago
by
Lorenz Thielbeer
Browse files
Options
Downloads
Patches
Plain Diff
Update package.py as suggested by
@baumbach
parent
dd5cb9e8
No related branches found
Branches containing commit
No related tags found
3 merge requests
!148
create new experimental release
,
!139
create new experimental release
,
!121
Update sda's dependencies according to @baumbach's suggestion
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/sda/package.py
+1
-1
1 addition, 1 deletion
packages/sda/package.py
with
1 addition
and
1 deletion
packages/sda/package.py
+
1
−
1
View file @
e51a20b5
...
...
@@ -27,7 +27,7 @@ class Sda(MakefilePackage):
version
(
'
7.3.3d
'
,
sha256
=
'
295ca0142532759a43375422a4ebc050e15b1c248e45493f5864765a9fe8076f
'
)
# Dependencies.
depends_on
(
'
gcc@9.4.0:
'
)
depends_on
(
'
%
gcc@9.4.0:
'
)
depends_on
(
'
python@3.8:
'
,
type
=
(
'
build
'
,
'
run
'
))
conflicts
(
'
%intel
'
)
...
...
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