gnu: catch-framework2: Rename variable to catch2.

Automated with:

    git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
This commit is contained in:
Maxim Cournoyer 2022-09-15 20:08:21 -04:00
parent f7a12f9224
commit b736af1824
No known key found for this signature in database
GPG key ID: 1260E46482E63562
15 changed files with 19 additions and 19 deletions

View file

@ -3615,7 +3615,7 @@ stretching and pitch scaling of audio. This package contains the library.")
(base32 "0nvhdzy0m3bchk3dpnspv2f518p2v9fjcrv36z1sva1pv9a2g35w")))) (base32 "0nvhdzy0m3bchk3dpnspv2f518p2v9fjcrv36z1sva1pv9a2g35w"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list catch-framework2)) (list catch2))
(inputs (inputs
(list fftw)) (list fftw))
(home-page "https://mixxxdj.github.io/libkeyfinder/") (home-page "https://mixxxdj.github.io/libkeyfinder/")

View file

@ -3792,7 +3792,7 @@ comment or quality sections.")
(inputs (inputs
(list gsl openblas zlib)) (list gsl openblas zlib))
(native-inputs (native-inputs
`(("catch" ,catch-framework2-1) `(("catch" ,catch2-1)
("perl" ,perl) ("perl" ,perl)
("shunit2" ,shunit2) ("shunit2" ,shunit2)
("which" ,which))) ("which" ,which)))

View file

@ -440,7 +440,7 @@ PyUnit and others.")
multi-paradigm automated test framework for C++ and Objective-C.") multi-paradigm automated test framework for C++ and Objective-C.")
(license license:boost1.0))) (license license:boost1.0)))
(define-public catch-framework2-1 (define-public catch2-1
(package (package
(name "catch2") (name "catch2")
(version "1.12.2") (version "1.12.2")
@ -469,7 +469,7 @@ multi-paradigm automated test framework for C++ and Objective-C.")
a multi-paradigm automated test framework for C++ and Objective-C.") a multi-paradigm automated test framework for C++ and Objective-C.")
(license license:boost1.0))) (license license:boost1.0)))
(define-public catch-framework2 (define-public catch2
(package (package
(name "catch2") (name "catch2")
(version "2.13.8") (version "2.13.8")

View file

@ -559,7 +559,7 @@ symmetries written in C. Spglib can be used to:
glm glm
netcdf)) netcdf))
(native-inputs (native-inputs
(list catch-framework2 python-setuptools)) (list catch2 python-setuptools))
(home-page "https://pymol.org") (home-page "https://pymol.org")
(synopsis "Molecular visualization system") (synopsis "Molecular visualization system")
(description "PyMOL is a capable molecular viewer and renderer. It can be (description "PyMOL is a capable molecular viewer and renderer. It can be

View file

@ -531,7 +531,7 @@ functions, class methods, and stl containers.
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(delete-file-recursively "./test/thirdparty")))) (snippet '(delete-file-recursively "./test/thirdparty"))))
(inputs (inputs
(list catch-framework2-1)) (list catch2-1))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -1264,7 +1264,7 @@ services including database, analytic, and machine learning technologies.")
(lambda _ (lambda _
(invoke "./tests")))))) (invoke "./tests"))))))
(native-inputs (native-inputs
(list catch-framework2)) (list catch2))
(synopsis "C++11/14/17 std::expected with functional-style extensions") (synopsis "C++11/14/17 std::expected with functional-style extensions")
(description "@code{std::expected} is proposed as the preferred way to (description "@code{std::expected} is proposed as the preferred way to
represent objects which will either have an expected value, or an unexpected represent objects which will either have an expected value, or an unexpected

View file

@ -58,7 +58,7 @@
(base32 "0wbb6dwmzlsyy224y0liis0azgzwbjdvcyzc31pw1aw6vbp36na6")))) (base32 "0wbb6dwmzlsyy224y0liis0azgzwbjdvcyzc31pw1aw6vbp36na6"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list catch-framework2 (list catch2
git-minimal git-minimal
perl perl
;;FIX-ME: Building with ronn fails. ;;FIX-ME: Building with ronn fails.

View file

@ -3218,7 +3218,7 @@ perform various useful functions such as:
;; with all of these. ;; with all of these.
(inputs (inputs
`(("boost" ,boost) `(("boost" ,boost)
("catch2" ,catch-framework2) ("catch2" ,catch2)
("cgal" ,cgal) ("cgal" ,cgal)
("eigen" ,eigen) ("eigen" ,eigen)
("embree" ,embree) ("embree" ,embree)

View file

@ -820,7 +820,7 @@ street bearings/orientations, and speed/travel time.")
(("TEST_CASE\\(\"ogr\"" all) (("TEST_CASE\\(\"ogr\"" all)
(string-append all ", \"[!shouldfail]\"")))))))) (string-append all ", \"[!shouldfail]\""))))))))
(native-inputs (native-inputs
(list catch-framework2 (list catch2
pkg-config pkg-config
postgresql)) postgresql))
(inputs (inputs

View file

@ -154,7 +154,7 @@
("unixodbc" ,unixodbc) ("unixodbc" ,unixodbc)
("zeromq" ,zeromq))) ("zeromq" ,zeromq)))
(native-inputs (native-inputs
`(("catch2" ,catch-framework2) `(("catch2" ,catch2)
("clang" ,clang-toolchain-6) ("clang" ,clang-toolchain-6)
("clang-runtime" ,clang-runtime-6) ("clang-runtime" ,clang-runtime-6)
("libcxx+libcxxabi" ,libcxx+libcxxabi-6))) ("libcxx+libcxxabi" ,libcxx+libcxxabi-6)))

View file

@ -1378,7 +1378,7 @@ between different versions of ØMQ.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list catch-framework2 zeromq)) (list catch2 zeromq))
(home-page "https://zeromq.org") (home-page "https://zeromq.org")
(synopsis "C++ bindings for the ØMQ messaging library") (synopsis "C++ bindings for the ØMQ messaging library")
(description (description
@ -3603,7 +3603,7 @@ communication over HTTP.")
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs ; TODO: Need to force-keep references on some inputs, e.g. boost. (inputs ; TODO: Need to force-keep references on some inputs, e.g. boost.
(list zlib (list zlib
catch-framework2 catch2
openssl openssl
boost boost
pcre pcre

View file

@ -22305,7 +22305,7 @@ user-space file systems in Python.")
;; The following dependencies are used for tests. ;; The following dependencies are used for tests.
("python-pytest" ,python-pytest) ("python-pytest" ,python-pytest)
("catch" ,catch-framework2-1) ("catch" ,catch2-1)
("eigen" ,eigen))) ("eigen" ,eigen)))
(arguments (arguments
`(#:configure-flags `(#:configure-flags

View file

@ -739,7 +739,7 @@ an unprivileged user.")
(arguments (arguments
;; These tests do not require any device to be connected ;; These tests do not require any device to be connected
'(#:configure-flags (list "-DCOMPILE_OFFLINE_TESTS=ON"))) '(#:configure-flags (list "-DCOMPILE_OFFLINE_TESTS=ON")))
(native-inputs (list catch-framework2 doxygen graphviz pkg-config)) (native-inputs (list catch2 doxygen graphviz pkg-config))
(inputs (list hidapi libusb)) (inputs (list hidapi libusb))
(home-page "https://github.com/Nitrokey/libnitrokey") (home-page "https://github.com/Nitrokey/libnitrokey")
(synopsis "Communication library for Nitrokey") (synopsis "Communication library for Nitrokey")
@ -763,7 +763,7 @@ an unprivileged user.")
(arguments (arguments
'(#:configure-flags (list "-DBUILD_TESTING=on"))) '(#:configure-flags (list "-DBUILD_TESTING=on")))
(native-inputs (list pkg-config qttools-5)) (native-inputs (list pkg-config qttools-5))
(inputs (list catch-framework2)) (inputs (list catch2))
(home-page "https://github.com/tplgy/cppcodec") (home-page "https://github.com/tplgy/cppcodec")
(synopsis "Header library to encode/decode base64, base64url, etc.") (synopsis "Header library to encode/decode base64, base64url, etc.")
(description "This package provides library to encode/decode base64, (description "This package provides library to encode/decode base64,

View file

@ -465,7 +465,7 @@ FFC is part of the FEniCS Project.")
("sundials" ,sundials-openmpi) ("sundials" ,sundials-openmpi)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs
`(("catch" ,catch-framework2-1) `(("catch" ,catch2-1)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(propagated-inputs (propagated-inputs
`(("ffc" ,python-fenics-ffc) `(("ffc" ,python-fenics-ffc)

View file

@ -387,7 +387,7 @@ Telegram project, for its use in telegram desktop client.")
(inputs (inputs
`(("alsa" ,alsa-lib) `(("alsa" ,alsa-lib)
("c++-gsl" ,c++-gsl) ("c++-gsl" ,c++-gsl)
("catch" ,catch-framework2) ("catch" ,catch2)
("codegen-source" ("codegen-source"
,(origin ,(origin
(method git-fetch) (method git-fetch)

View file

@ -2893,7 +2893,7 @@ create layout indicator widgets.")
"1gxpgifzy0hnpd0ymw3r32amzr32z3bgb90ldjzl438p6h1q0i26")))) "1gxpgifzy0hnpd0ymw3r32amzr32z3bgb90ldjzl438p6h1q0i26"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list catch-framework2)) (list catch2))
(arguments (arguments
`(#:configure-flags '("-DWITH_GIT_CATCH=off") `(#:configure-flags '("-DWITH_GIT_CATCH=off")
#:phases #:phases