From 6698d1dddb45479e263742bf1924202e778de8f9 Mon Sep 17 00:00:00 2001 From: "Daryl W. Grunau" Date: Tue, 28 May 2019 14:21:24 -0600 Subject: Add support for new unittest-cpp package (#11575) * bump eospac version * Revert "bump eospac version" This reverts commit 835b1f822d8c083f6ab9eb17222c00409e8eb3da. * Add support for new package: unittest-cpp --- .../repos/builtin/packages/unittest-cpp/package.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 var/spack/repos/builtin/packages/unittest-cpp/package.py diff --git a/var/spack/repos/builtin/packages/unittest-cpp/package.py b/var/spack/repos/builtin/packages/unittest-cpp/package.py new file mode 100644 index 0000000000..a931ec389e --- /dev/null +++ b/var/spack/repos/builtin/packages/unittest-cpp/package.py @@ -0,0 +1,21 @@ +# Copyright 2013-2019 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 UnittestCpp(CMakePackage): + """UnitTest++ is a lightweight unit testing framework for C++. It was + designed to do test-driven development on a wide variety of platforms. + Simplicity, portability, speed, and small footprint are all very + important aspects of UnitTest++. UnitTest++ is mostly standard C++ and + makes minimal use of advanced library and language features, which + means it should be easily portable to just about any platform.""" + + homepage = "https://github.com/unittest-cpp/unittest-cpp/wiki" + url = "https://github.com/unittest-cpp/unittest-cpp/archive/v1.6.0.tar.gz" + + version('2.0.0', 'edaccca3e61d977881bdf1e0cf372243') + version('1.6.0', '50f2500f76efd5b9312f19186b66b329') -- cgit v1.2.3-70-g09d2