spack/var/spack/repos/builtin/packages/libyogrt/package.py
Todd Gamblin eea786f4e8 relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers
- remove the old LGPL license headers from all files in Spack
- add SPDX headers to all files
  - core and most packages are (Apache-2.0 OR MIT)
  - a very small number of remaining packages are LGPL-2.1-only
2018-10-17 14:42:06 -07:00

20 lines
715 B
Python

# Copyright 2013-2018 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 Libyogrt(AutotoolsPackage):
"""Your One Get Remaining Time Library."""
homepage = "https://github.com/LLNL/libyogrt"
url = "https://github.com/LLNL/libyogrt/archive/1.20-6.tar.gz"
version('1.20-6', '478f27512842cc5f2b74a0c22b851f60')
version('1.20-5', 'd0fa6526fcd1f56ddb3d93f602ec72f7')
version('1.20-4', '092bea10de22c505ce92aa07001decbb')
version('1.20-3', 'd0507717009a5f8e2009e3b63594738f')
version('1.20-2', '780bda03268324f6b5f72631fff6e6cb')