Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Marmaduke Woodman
ebrains-spack-builds
Commits
119e7808
Commit
119e7808
authored
2 weeks ago
by
Marmaduke Woodman
Committed by
Marmaduke Woodman
2 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(py-vbjax): add package
parent
3a218965
No related branches found
No related tags found
No related merge requests found
Pipeline
#60461
passed with stage
Stage:
in 10 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/py-vbjax/package.py
+26
-0
26 additions, 0 deletions
packages/py-vbjax/package.py
with
26 additions
and
0 deletions
packages/py-vbjax/package.py
0 → 100644
+
26
−
0
View file @
119e7808
# Copyright 2013-2024 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.package
import
*
class
PyVbjax
(
PythonPackage
):
"""
Virtual brain models in JAX.
"""
homepage
=
"
https://github.com/ins-amu/vbjax
"
pypi
=
"
vbjax/vbjax-0.0.16.tar.gz
"
git
=
"
https://github.com/ins-amu/vbjax
"
# 'joblib.test' requires 'pytest'. Leave out of 'import_modules' to avoid
# unnecessary dependencies.
skip_modules
=
[
"
joblib.test
"
]
license
(
"
Apache-2.0
"
)
version
(
"
0.0.16
"
)
depends_on
(
'
py-jax
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
"
python
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-setuptools
"
,
type
=
(
"
build
"
,
"
run
"
))
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