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
!458
Backports for ebrains 23 06
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Backports for ebrains 23 06
backports-ebrains-23-06
into
ebrains-23-06
Overview
0
Commits
4
Pipelines
1
Changes
10
Merged
Eleni Mathioulaki
requested to merge
backports-ebrains-23-06
into
ebrains-23-06
1 year ago
Overview
0
Commits
4
Pipelines
1
Changes
10
Expand
This:
fixes the versions of the biobb-* packages
creates a Spack environment in the gitlab runner Spack installation, to use in CI tests
0
0
Merge request reports
Compare
ebrains-23-06
ebrains-23-06 (base)
and
latest version
latest version
7ce8bc77
4 commits,
1 year ago
10 files
+
34
−
13
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
packages/biobb-analysis/package.py
+
3
−
1
Options
@@ -7,12 +7,14 @@ class BiobbAnalysis(PythonPackage):
@@ -7,12 +7,14 @@ class BiobbAnalysis(PythonPackage):
# Homepage and download url
# Homepage and download url
homepage
=
"
https://github.com/bioexcel/biobb_analysis
"
homepage
=
"
https://github.com/bioexcel/biobb_analysis
"
git
=
'
https://github.com/bioexcel/biobb_analysis.git
'
git
=
'
https://github.com/bioexcel/biobb_analysis.git
'
url
=
'
https://github.com/bioexcel/biobb_analysis/archive/refs/tags/v4.0.1.tar.gz
'
# Set the gitlab accounts of this package maintainers
# Set the gitlab accounts of this package maintainers
maintainers
=
[
'
dbeltran
'
]
maintainers
=
[
'
dbeltran
'
]
# Versions
# Versions
version
(
'
4.0.1
'
,
branch
=
'
master
'
)
version
(
'
master
'
,
branch
=
'
master
'
)
version
(
'
4.0.1
'
,
sha256
=
'
3d7190d0cae6af42b2e7c0ecf073930a609b699ef311e8b74afc1634958e09b0
'
)
# Dependencies
# Dependencies
depends_on
(
'
python@3.8:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
python@3.8:
'
,
type
=
(
'
build
'
,
'
run
'
))