lwtnn: add new package (#29763)

This commit is contained in:
haralmha 2022-03-31 07:22:48 +02:00 committed by GitHub
parent 40154d83ae
commit f20db5fc61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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')