spack/var/spack/repos/builtin/packages/py-neurolab/package.py
iarspider ce94a786ae
New package: py-neurolab (#27996)
* New package: py-neurolab

* Update package.py

* Update package.py
2021-12-14 15:23:06 -07:00

19 lines
612 B
Python

# 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 PyNeurolab(PythonPackage):
"""Simple and powerfull neural network library for python"""
homepage = "http://neurolab.googlecode.com/"
pypi = "neurolab/neurolab-0.3.5.tar.gz"
version('0.3.5', sha256='96ec311988383c63664f3325668f27c30561cf4349e3bc5420665c042a3b9191')
depends_on('py-numpy', type=('build', 'run'))
# depends_on('py-setuptools', type='build')