summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/amdblis/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/amdblis/package.py')
-rw-r--r--var/spack/repos/builtin/packages/amdblis/package.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/amdblis/package.py b/var/spack/repos/builtin/packages/amdblis/package.py
index aa2d92afe6..901634a4a9 100644
--- a/var/spack/repos/builtin/packages/amdblis/package.py
+++ b/var/spack/repos/builtin/packages/amdblis/package.py
@@ -2,6 +2,7 @@
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
import os
from spack.package import *
@@ -16,6 +17,12 @@ class Amdblis(BlisBase):
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations.
+
+ LICENSING INFORMATION: By downloading, installing and using this software,
+ you agree to the terms and conditions of the AMD AOCL-BLIS license
+ agreement. You may obtain a copy of this license agreement from
+ https://www.amd.com/en/developer/aocl/blis/blis-4-0-eula.html
+ https://www.amd.com/en/developer/aocl/blis/blis-eula.html
"""
_name = "amdblis"
@@ -25,6 +32,7 @@ class Amdblis(BlisBase):
maintainers = ["amd-toolchain-support"]
+ version("4.0", sha256="cddd31176834a932753ac0fc4c76332868feab3e9ac607fa197d8b44c1e74a41")
version("3.2", sha256="5a400ee4fc324e224e12f73cc37b915a00f92b400443b15ce3350278ad46fff6")
version("3.1", sha256="2891948925b9db99eec02a1917d9887a7bee9ad2afc5421c9ba58602a620f2bf")
version("3.0.1", sha256="dff643e6ef946846e91e8f81b75ff8fe21f1f2d227599aecd654d184d9beff3e")