New package: py-neurolab (#27996)

* New package: py-neurolab

* Update package.py

* Update package.py
This commit is contained in:
iarspider 2021-12-14 23:23:06 +01:00 committed by GitHub
parent 25c29d277f
commit ce94a786ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# 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')