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
25
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
d0ee9fca
Commit
d0ee9fca
authored
3 years ago
by
Shailesh Appukuttan
Browse files
Options
Downloads
Patches
Plain Diff
update recipe and ADD efel
parent
6bcaffc6
No related branches found
Branches containing commit
No related tags found
1 merge request
!66
Add hippounit
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
packages/py-efel/package.py
+21
-0
21 additions, 0 deletions
packages/py-efel/package.py
packages/py-hippounit/package.py
+3
-3
3 additions, 3 deletions
packages/py-hippounit/package.py
spack.yaml
+4
-0
4 additions, 0 deletions
spack.yaml
with
28 additions
and
3 deletions
packages/py-efel/package.py
0 → 100644
+
21
−
0
View file @
d0ee9fca
# Copyright 2013-2021 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
*
class
PyEfel
(
PythonPackage
):
"""
Electrophys Feature Extract Library (eFEL)
"""
homepage
=
"
https://github.com/BlueBrain/eFEL
"
pypi
=
"
efel/efel-4.0.4.tar.gz
"
git
=
"
https://github.com/BlueBrain/eFEL.git
"
version
(
'
4.0.4
'
,
sha256
=
'
258c506776df609edc799338fd773e78f0f0315fd6f3e2f969478bda401a8894
'
)
depends_on
(
'
python@3.6.9:
'
)
depends_on
(
'
py-numpy@1.6:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-six
'
,
type
=
(
'
build
'
,
'
run
'
))
\ No newline at end of file
This diff is collapsed.
Click to expand it.
packages/hippounit/package.py
→
packages/
py-
hippounit/package.py
+
3
−
3
View file @
d0ee9fca
...
...
@@ -6,7 +6,7 @@
from
spack
import
*
class
HippoUnit
(
PythonPackage
):
class
Py
HippoUnit
(
PythonPackage
):
"""
A SciUnit library for data-driven validation testing of models of hippocampus
"""
...
...
@@ -16,6 +16,6 @@ class HippoUnit(PythonPackage):
version
(
'
1.3.6
'
,
sha256
=
'
7342f77575b6d223db4194be37ab73f0eb6370844cbefd2f8374b2c7e27d7d15
'
)
depends_on
(
'
python@3.
3
:
'
)
depends_on
(
'
sciunit@0.2.1:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
python@3.
6.9
:
'
)
depends_on
(
'
sciunit@0.2.
5.
1:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
efel@4.0.4:
'
,
type
=
(
'
build
'
,
'
run
'
))
\ No newline at end of file
This diff is collapsed.
Click to expand it.
spack.yaml
+
4
−
0
View file @
d0ee9fca
...
...
@@ -37,4 +37,8 @@ spack:
-
funniest1022 %gcc@10.3.0
# NRP
-
py-torch~mkldnn~cuda~cudnn~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %gcc@10.3.0
# EBRAINS tools and services
-
py-hippounit@1.3.6 %gcc@10.3.0
# Other tools and services
-
py-efel@4.0.4 %gcc@10.3.0
concretization
:
together
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