summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/intel-parallel-studio/package.py
blob: 88836087b1439424f204e46cef3a35993c2dc517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2024 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.package import *


class IntelParallelStudio(Package):
    """Intel Parallel Studio."""

    homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"
    url = "http://tec/16225/parallel_studio_xe_2020_cluster_edition.tgz"

    version("cluster.2020.0", sha256="b1d3e3e425b2e44a06760ff173104bdf")

    provides("mpi@:3")
    provides("scalapack")
    provides("blas", "lapack")