treelite: new package at v0.93 (#18861)

This commit is contained in:
Jen Herting 2020-09-22 16:30:04 -04:00 committed by GitHub
parent 92b8177b77
commit bbb6b14540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
# Copyright 2013-2020 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 Treelite(CMakePackage):
"""Treelite is a model compiler for efficient deployment of
decision tree ensembles."""
homepage = "https://github.com/dmlc/treelite"
url = "https://github.com/dmlc/treelite/archive/0.93.tar.gz"
version('0.93', sha256='7d347372f7fdc069904afe93e69ed0bf696ba42d271fe2f8bf6835d2ab2f45d5')