summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-ytopt-autotune/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-ytopt-autotune/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-ytopt-autotune/package.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-ytopt-autotune/package.py b/var/spack/repos/builtin/packages/py-ytopt-autotune/package.py
index 979c6562d1..19f90a2aa8 100644
--- a/var/spack/repos/builtin/packages/py-ytopt-autotune/package.py
+++ b/var/spack/repos/builtin/packages/py-ytopt-autotune/package.py
@@ -9,12 +9,16 @@ from spack import *
class PyYtoptAutotune(PythonPackage):
"""Common interface for autotuning search space and method definition."""
- maintainers = ['Kerilk']
+ maintainers = ['Kerilk', 'liuyangzhuan']
homepage = "https://github.com/ytopt-team/autotune"
url = "https://github.com/ytopt-team/autotune/archive/refs/tags/v1.1.0.tar.gz"
+ git = "https://github.com/ytopt-team/autotune.git"
+ version('master', branch='master')
version('1.1.0', sha256='5ee7fa6a1c83131c5ceba1537b25f00de84182e4d0e6ebd0fd6efa4e8aee1bc4')
+ patch('version.patch', when='@1.1.0')
+
depends_on('python@3:', type=('build', 'run'))
depends_on('py-setuptools', type='build')