ADD: first commit
This commit is contained in:
13
packages/h5hut/package.py
Normal file
13
packages/h5hut/package.py
Normal file
@ -0,0 +1,13 @@
|
||||
# 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 *
|
||||
from spack.pkg.builtin.h5hut import H5hut as SpackH5hut
|
||||
|
||||
|
||||
class H5hut(SpackH5hut):
|
||||
|
||||
version("2.0.0rc6", sha256="980a5c634877265bd3a862fbd439d973d44be9c1d2f840c3635e8c6375d62d7e")
|
Reference in New Issue
Block a user