Skip to content
Snippets Groups Projects
Commit 89ad4d23 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'master' into 'experimental_rel'

create new experimental release

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!347
parents 53055c28 235bac59
No related branches found
No related tags found
1 merge request!347create new experimental release
Pipeline #23106 passed with stage
in 16 hours, 37 minutes, and 1 second
......@@ -30,7 +30,7 @@ class Apbs(CMakePackage):
version('3.4.0', sha256='572ff606974119430020ec948c78e171d8525fb0e67a56dad937a897cac67461')
# Dependencies.
depends_on('cmake@3.19', type=('build'))
depends_on('cmake@3.19:', type=('build'))
depends_on('bison', type=('build'))
depends_on('flex', type=('build'))
depends_on('swig', type=('build'))
......
......@@ -15,14 +15,17 @@ class PyFairgraph(PythonPackage):
maintainers = ["apdavison"]
version("0.10.0", sha256="4ad387549a12886323f149867c0940d2e3855f2fd9b3fb44af2ba312cc4975b7")
version("0.9.0", sha256="8ed3dd3bc274d9c25408a2e971f317d4e3aa4400636e9f4b89716ad92b721d78")
version("0.8.2", sha256="2788acacfcab4bb2c256ddd46ca961c94bd2ca15163f1e03dcd16adbbc3784f7")
version("0.8.1", sha256="2d2b3c01cd461b0dcddd5cbe3903d59f67d4a1d2f5fee92b6e25281b087a3e81")
depends_on("py-setuptools", type="build")
depends_on("py-ebrains-kg-core", type=("build", "run"))
depends_on("py-pyld@0.8.2", type=("build", "run"))
depends_on("py-pathlib2", type=("build", "run"))
depends_on("py-pyld@0.8.2", type=("build", "run"), when='@:0.9.0')
depends_on("py-pathlib2", type=("build", "run"), when='@:0.8.2')
depends_on("py-python-dateutil", type=("build", "run"))
depends_on("py-six", type=("build", "run"))
depends_on("py-six", type=("build", "run"), when='@:0.8.2')
depends_on("py-tabulate", type=("build", "run"))
depends_on("py-tqdm", type=("build", "run"))
depends_on("py-tqdm", type=("build", "run"), when='@:0.9.0')
......@@ -14,6 +14,7 @@ class PyHbpValidationClient(PythonPackage):
pypi = "hbp_validation_framework/hbp_validation_framework-0.8.1.tar.gz"
git = "https://github.com/HumanBrainProject/hbp-validation-client"
version("0.8.2", sha256="ba1cf2ecfc10de35e106884d2734faea069b939830990989f9ae08e43d6fde64")
version("0.8.1", sha256="2afa96c07a5646e3e37528bacf103da4b352353ac45c10bf5948e4efbbbfb2a0")
version("0.8.0", sha256="948fed2c83230cfab07416763b3d0e8adb0de1ee4c3a1a911697045025ff540f")
version("0.7.1", sha256="bf431c952e4d4c3f63ec7165236baba3d412fb5ea7240ff6d26e3254d3234ff5")
......
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
......
......@@ -34,8 +34,7 @@ spack:
- py-quantities-scidash@0.12.4.3
- py-ebrains-kg-core@0.9.14
- py-ebrains-drive@0.5.1
- py-pyld@0.8.2
- py-fairgraph@0.8.1
- py-fairgraph@0.10.0
- py-nameparser@1.1.1
- py-lazyarray@0.5.2
- py-hbp-archive@1.1.1
......@@ -43,7 +42,7 @@ spack:
- py-hippounit@1.3.6
- py-efel@4.0.4
- py-hbp-neuromorphic-platform@0.10.1
- py-hbp-validation-client@0.8.1
- py-hbp-validation-client@0.8.2
- py-lfpy@2.3
- py-elephant@0.12.0
- py-frites@0.4.2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment