New package: SICM (#30066)
This commit is contained in:
parent
79be21c8e4
commit
02a1f6f0f1
23
var/spack/repos/builtin/packages/sicm/package.py
Normal file
23
var/spack/repos/builtin/packages/sicm/package.py
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 2013-2022 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 Sicm(CMakePackage):
|
||||
"""SICM: Simplified Interface to Complex Memory."""
|
||||
|
||||
homepage = "https://github.com/lanl/SICM/"
|
||||
git = "https://github.com/lanl/SICM.git"
|
||||
|
||||
maintainers = []
|
||||
|
||||
version('master')
|
||||
|
||||
depends_on('jemalloc jemalloc_prefix=je_')
|
||||
depends_on('numactl')
|
||||
|
||||
def cmake_args(self):
|
||||
return []
|
Loading…
Reference in New Issue
Block a user