Skip to content
Snippets Groups Projects
Commit dbb149cd authored by Olaf Mersmann's avatar Olaf Mersmann Committed by Adam J. Stewart
Browse files

capnproto: New package. (#14557)

* capnproto: New package.

* capnproto: Fix flake8 errors.

* Remove characters invalid in Python 2.
parent 818b00e3
No related branches found
Tags v0.13.3
No related merge requests found
# 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 Capnproto(AutotoolsPackage):
"""Cap'n Proto is an insanely fast data interchange
format and capability-based RPC system.
"""
homepage = "https://capnproto.org/"
url = "https://capnproto.org/capnproto-c++-0.7.0.tar.gz"
git = "https://github.com/capnproto/capnproto"
version('0.7.0', sha256='c9a4c0bd88123064d483ab46ecee777f14d933359e23bff6fb4f4dbd28b4cd41')
def configure_args(self):
return ['--without-openssl']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment