summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/eprosima-fastcdr/package.py
blob: d523ad86952cf448a2e2310f82e7971c0edbfaa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2023 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.package import *


class EprosimaFastcdr(CMakePackage):
    """eProsima Fast CDR is a C++ library that provides two serialization mechanisms.
    One is the standard CDR serialization mechanism, while the other is a
    faster implementation that modifies the standard."""

    homepage = "https://www.eprosima.com/"
    url = "https://github.com/eProsima/Fast-CDR/archive/v1.0.27.tar.gz"

    version("1.0.27", sha256="a9bc8fd31a2c2b95e6d2fb46e6ce1ad733e86dc4442f733479e33ed9cdc54bf6")