Skip to content
Snippets Groups Projects
Commit f69ef28d authored by Andrew Rowley's avatar Andrew Rowley
Browse files

Add csa

parent d5b806b7
No related branches found
No related tags found
3 merge requests!389create new experimental release,!386update v0.20.0 branch,!383Add spinnaker
# Copyright 2013-2022 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 PyCsa(PythonPackage):
"""This provides basic utility functions and classes to other parts of
SpiNNaker"s tooling. Nothing in here knows anything about SpiNNaker
functionality."""
homepage = "https://github.com/SpiNNakerManchester/SpiNNUtils"
pypi = "csa/csa-0.1.12.tar.gz"
version("0.1.12", sha256="15e7103f3df32871951785880b2fe6a18056768ba31a7cc053ba553717c4b2de")
depends_on("python@3.7:", type=("build", "run"))
depends_on("py-numpy", type=("build", "run"))
depends_on("py-matplotlib", type=("build", "run"))
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