lwtnn: add new package (#29763)
This commit is contained in:
parent
40154d83ae
commit
f20db5fc61
20
var/spack/repos/builtin/packages/lwtnn/package.py
Normal file
20
var/spack/repos/builtin/packages/lwtnn/package.py
Normal file
@ -0,0 +1,20 @@
|
||||
# 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 Lwtnn(CMakePackage):
|
||||
"""Lightweight Trained Neural Network."""
|
||||
|
||||
homepage = "https://github.com/lwtnn/lwtnn"
|
||||
url = "https://github.com/lwtnn/lwtnn/archive/refs/tags/v2.12.1.tar.gz"
|
||||
|
||||
maintainers = ['haralmha']
|
||||
|
||||
version('2.12.1', sha256='b820e698d4ed60737e646ca87a42354e8ac548403348b7f2940e8fda1c0f8203')
|
||||
|
||||
depends_on('boost@1.54:')
|
||||
depends_on('eigen@:3.3.99', when='@:2.12.1')
|
Loading…
Reference in New Issue
Block a user