From 065f349813c2f8fe345a6f0193c8357ed1b504c7 Mon Sep 17 00:00:00 2001 From: iarspider Date: Thu, 9 Dec 2021 20:27:14 +0100 Subject: New package: py-downhill (#27885) --- .../repos/builtin/packages/py-downhill/package.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-downhill/package.py diff --git a/var/spack/repos/builtin/packages/py-downhill/package.py b/var/spack/repos/builtin/packages/py-downhill/package.py new file mode 100644 index 0000000000..23c164a066 --- /dev/null +++ b/var/spack/repos/builtin/packages/py-downhill/package.py @@ -0,0 +1,19 @@ +# 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 PyDownhill(PythonPackage): + """Stochastic optimization routines for Theano""" + + homepage = "http://github.com/lmjohns3/downhill" + pypi = "downhill/downhill-0.4.0.tar.gz" + + version('0.4.0', sha256='074ad91deb06c05108c67d982ef71ffffb6ede2c77201abc69e332649f823b42') + + depends_on('py-setuptools', type='build') + depends_on('py-theano', type=('build', 'run')) + depends_on('py-click', type=('build', 'run')) -- cgit v1.2.3-70-g09d2