Files
spack/var/spack/repos/builtin.mock/packages/netlib-blas/package.py

16 lines
444 B
Python
Raw Normal View History

# 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 *
2016-08-10 01:50:00 -07:00
class NetlibBlas(Package):
homepage = "http://www.netlib.org/lapack/"
url = "http://www.netlib.org/lapack/lapack-3.5.0.tgz"
version("3.5.0", md5="b1d3e3e425b2e44a06760ff173104bdf")
provides("blas")