py-einops: add new package (#25812)
This commit is contained in:
parent
ca58cb701c
commit
5abbd094c7
20
var/spack/repos/builtin/packages/py-einops/package.py
Normal file
20
var/spack/repos/builtin/packages/py-einops/package.py
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# 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 PyEinops(PythonPackage):
|
||||||
|
"""Flexible and powerful tensor operations for readable and reliable code.
|
||||||
|
|
||||||
|
Supports numpy, pytorch, tensorflow, and others."""
|
||||||
|
|
||||||
|
homepage = "https://github.com/arogozhnikov/einops"
|
||||||
|
pypi = "einops/einops-0.3.2.tar.gz"
|
||||||
|
|
||||||
|
version('0.3.2', sha256='5200e413539f0377f4177ef00dc019968f4177c49b1db3e836c7883df2a5fe2e')
|
||||||
|
|
||||||
|
depends_on('python@3.6:', type=('build', 'run'))
|
||||||
|
depends_on('py-setuptools', type='build')
|
Loading…
Reference in New Issue
Block a user