Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
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
dedal
Merge requests
!12
Pypi release of Dedal
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Pypi release of Dedal
VT-106-pypi-release
into
dev
Overview
12
Commits
2
Pipelines
37
Changes
45
Merged
Adrian Ciu
requested to merge
VT-106-pypi-release
into
dev
1 month ago
Overview
12
Commits
2
Pipelines
37
Changes
45
Expand
2
0
Merge request reports
Compare
dev
version 20
5dc50c2d
1 month ago
version 19
9baff249
1 month ago
version 18
5c745543
1 month ago
version 17
8b6a3048
1 month ago
version 16
2b474d2b
1 month ago
version 15
f719e145
1 month ago
version 14
6b8981f0
1 month ago
version 13
1bf83398
1 month ago
version 12
2fb572c8
1 month ago
version 11
ffe1899f
1 month ago
version 10
325ab9d8
1 month ago
version 9
8cdfc11c
1 month ago
version 8
9db51dd6
1 month ago
version 7
ccfacdb0
1 month ago
version 6
a50628cf
1 month ago
version 5
74976376
1 month ago
version 4
548f864f
1 month ago
version 3
0dbe7b5a
1 month ago
version 2
37c1ee69
1 month ago
version 1
2c2e4258
1 month ago
dev (base)
and
latest version
latest version
90b32bc6
2 commits,
1 month ago
version 20
5dc50c2d
2 commits,
1 month ago
version 19
9baff249
2 commits,
1 month ago
version 18
5c745543
2 commits,
1 month ago
version 17
8b6a3048
2 commits,
1 month ago
version 16
2b474d2b
2 commits,
1 month ago
version 15
f719e145
2 commits,
1 month ago
version 14
6b8981f0
2 commits,
1 month ago
version 13
1bf83398
2 commits,
1 month ago
version 12
2fb572c8
5 commits,
1 month ago
version 11
ffe1899f
4 commits,
1 month ago
version 10
325ab9d8
3 commits,
1 month ago
version 9
8cdfc11c
2 commits,
1 month ago
version 8
9db51dd6
2 commits,
1 month ago
version 7
ccfacdb0
2 commits,
1 month ago
version 6
a50628cf
2 commits,
1 month ago
version 5
74976376
2 commits,
1 month ago
version 4
548f864f
2 commits,
1 month ago
version 3
0dbe7b5a
2 commits,
1 month ago
version 2
37c1ee69
2 commits,
1 month ago
version 1
2c2e4258
3 commits,
1 month ago
45 files
+
997
−
41
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
45
Search (e.g. *.vue) (Ctrl+P)
dedal/bll/SpackManager.py
+
17
−
0
Options
# Dedal library - Wrapper over Spack for building multiple target
# environments: ESD, Virtual Boxes, HPC compatible kernels, etc.
# (c) Copyright 2025 Dedal developers
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import
os
from
dedal.model.SpackDescriptor
import
SpackDescriptor
from
dedal.spack_factory.SpackOperationCreator
import
SpackOperationCreator