mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove BUILD_TESTING configuration flag.
* gnu/packages/assembly.scm (cpu-features), * gnu/packages/astronomy.scm (casacore), * gnu/packages/bioinformatics.scm (morpheus), * gnu/packages/code.scm (rtags), * gnu/packages/education.scm (gcompris-qt), * gnu/packages/game-development.scm (libccd), * gnu/packages/geo.scm (cloudcompare), * gnu/packages/glib.scm (dbus-cxx), * gnu/packages/graph.scm (faiss), * gnu/packages/graphics.scm (f3d, mmg), * gnu/packages/i2p.scm (i2pd), * gnu/packages/image-processing.scm (vtk), * gnu/packages/image.scm (openjpeg), * gnu/packages/irc.scm (quassel), * gnu/packages/jami.scm (jami), * gnu/packages/kde.scm (kapptemplate, kdeconnect, kdenlive, krita), * gnu/packages/kde-frameworks.scm (purpose, purpose-5), * gnu/packages/kde-office.scm (calligra, ghostwriter), * gnu/packages/linux.scm (bpftrace), * gnu/packages/maths.scm (blitz, double-conversion, hpcombi, lapack, vc), * gnu/packages/messaging.scm (libsignal-protocol-c), * gnu/packages/mold.scm (mold), * gnu/packages/music.scm (sonivox), * gnu/packages/networking.scm (dhtnet), * gnu/packages/opencl.scm (opencl-clhpp), * gnu/packages/openpgp.scm (rnp), * gnu/packages/photo.scm (darktable), * gnu/packages/popt.scm (gflags), * gnu/packages/rdesktop.scm (freerdp), * gnu/packages/security-token.scm (cppcodec), * gnu/packages/terminals.scm (libtsm), * gnu/packages/text-editors.scm (jucipp), * gnu/packages/xdisorg.scm (xsettingsd) [arguments]<#:configure-flags>: Remove BUILD_TESTING. * gnu/packages/jupyter.scm (xeus) [arguments]: Disable tests. <#:configure-flags>: Remove BUILD_TESTING. Change-Id: I6870720cdd2b10c7afacf0c6e7400cd1d73a1209
This commit is contained in:
parent
4b11d0526c
commit
50c3fd729a
34 changed files with 31 additions and 81 deletions
|
@ -747,10 +747,9 @@ files.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #f
|
#:tests? #f ;; XXX: insists on using bundled googletest
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DBUILD_TESTING=off" ;; XXX: insists on using bundled googletest
|
#~(list "-DBUILD_SHARED_LIBS=ON"
|
||||||
"-DBUILD_SHARED_LIBS=ON"
|
|
||||||
#$@(let ((target (%current-target-system)))
|
#$@(let ((target (%current-target-system)))
|
||||||
(if target
|
(if target
|
||||||
(cond ((string-prefix? "arm" target)
|
(cond ((string-prefix? "arm" target)
|
||||||
|
|
|
@ -436,7 +436,6 @@ rendering of the atmosphere model and examine its properties.
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DBUILD_PYTHON3=ON"
|
#~(list "-DBUILD_PYTHON3=ON"
|
||||||
"-DBUILD_PYTHON=OFF"
|
"-DBUILD_PYTHON=OFF"
|
||||||
"-DBUILD_TESTING=TRUE"
|
|
||||||
"-DUSE_HDF5=ON"
|
"-DUSE_HDF5=ON"
|
||||||
"-DUSE_OPENMP=OFF"
|
"-DUSE_OPENMP=OFF"
|
||||||
"-DUSE_THREADS=ON"
|
"-DUSE_THREADS=ON"
|
||||||
|
|
|
@ -11367,7 +11367,6 @@ seamless support for BCF and VCF files.")
|
||||||
(list
|
(list
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
'(list "-DMORPHEUS_GUI=OFF"
|
'(list "-DMORPHEUS_GUI=OFF"
|
||||||
"-DBUILD_TESTING=ON"
|
|
||||||
"-DDOWNLOAD_XTENSOR=OFF")
|
"-DDOWNLOAD_XTENSOR=OFF")
|
||||||
#:phases
|
#:phases
|
||||||
'(modify-phases %standard-phases
|
'(modify-phases %standard-phases
|
||||||
|
|
|
@ -711,8 +711,7 @@ possible to collect coverage information without special compiler switches.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:build-type "RelWithDebInfo"
|
'(#:build-type "RelWithDebInfo"
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
'("-DRTAGS_NO_ELISP_FILES=1"
|
'("-DRTAGS_NO_ELISP_FILES=1")
|
||||||
"-DBUILD_TESTING=FALSE")
|
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
|
@ -240,8 +240,7 @@ of categories with some of the activities available in that category.
|
||||||
(setenv "DISPLAY" ":1")
|
(setenv "DISPLAY" ":1")
|
||||||
;; The test suite wants to write to /homeless-shelter
|
;; The test suite wants to write to /homeless-shelter
|
||||||
(setenv "HOME" (getcwd)))))
|
(setenv "HOME" (getcwd)))))
|
||||||
#:configure-flags #~(list "-DQML_BOX2D_MODULE=disabled"
|
#:configure-flags #~(list "-DQML_BOX2D_MODULE=disabled")))
|
||||||
"-DBUILD_TESTING=TRUE")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules
|
(list extra-cmake-modules
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
|
|
|
@ -3244,7 +3244,6 @@ is designed to be used in interactive 3D graphics applications.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DBUILD_DOCUMENTATION=ON"
|
`(#:configure-flags '("-DBUILD_DOCUMENTATION=ON"
|
||||||
"-DBUILD_TESTING=ON"
|
|
||||||
"-DENABLE_DOUBLE_PRECISION=ON")))
|
"-DENABLE_DOUBLE_PRECISION=ON")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-sphinx))
|
(list python-sphinx))
|
||||||
|
|
|
@ -4144,7 +4144,6 @@ and 2D images (photos taken using a 3D imaging system).")
|
||||||
#:configure-flags #~(list
|
#:configure-flags #~(list
|
||||||
;; Options
|
;; Options
|
||||||
"-DOPTION_BUILD_CCVIEWER=NO"
|
"-DOPTION_BUILD_CCVIEWER=NO"
|
||||||
"-DBUILD_TESTING=ON"
|
|
||||||
"-DOPTION_USE_SHAPE_LIB=YES"
|
"-DOPTION_USE_SHAPE_LIB=YES"
|
||||||
"-DOPTION_USE_DXF_LIB=YES"
|
"-DOPTION_USE_DXF_LIB=YES"
|
||||||
"-DOPTION_USE_GDAL=YES"
|
"-DOPTION_USE_GDAL=YES"
|
||||||
|
|
|
@ -1269,8 +1269,7 @@ programming language. It also provides the @command{dbusxx-xml2cpp} and
|
||||||
(snippet '(delete-file-recursively "tools/libcppgenerate"))))
|
(snippet '(delete-file-recursively "tools/libcppgenerate"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags #~(list "-DBUILD_TESTING=ON"
|
(list #:configure-flags #~(list "-DENABLE_TOOLS=ON"
|
||||||
"-DENABLE_TOOLS=ON"
|
|
||||||
"-DENABLE_GLIB_SUPPORT=ON"
|
"-DENABLE_GLIB_SUPPORT=ON"
|
||||||
"-DTOOLS_BUNDLED_CPPGENERATE=OFF")
|
"-DTOOLS_BUNDLED_CPPGENERATE=OFF")
|
||||||
;; There is no /etc/machine-id file in the build environment.
|
;; There is no /etc/machine-id file in the build environment.
|
||||||
|
|
|
@ -539,8 +539,7 @@ intuitive way.")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
#~'("-DFAISS_ENABLE_GPU=OFF" ; thanks, but no thanks, CUDA.
|
#~'("-DFAISS_ENABLE_GPU=OFF" ; thanks, but no thanks, CUDA.
|
||||||
"-DFAISS_ENABLE_PYTHON=OFF"
|
"-DFAISS_ENABLE_PYTHON=OFF")))
|
||||||
"-DBUILD_TESTING=ON")))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list openblas))
|
(list openblas))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
|
@ -3069,7 +3069,6 @@ generated discrete signed distance field using the cubic spline kernel.
|
||||||
(string-append "-DCMAKE_INSTALL_MANDIR=" #$output "/share/man")
|
(string-append "-DCMAKE_INSTALL_MANDIR=" #$output "/share/man")
|
||||||
"-DBUILD_SHARED_LIBS=ON"
|
"-DBUILD_SHARED_LIBS=ON"
|
||||||
"-DBUILD_DOC=ON"
|
"-DBUILD_DOC=ON"
|
||||||
"-DBUILD_TESTING=ON"
|
|
||||||
;; The longer tests are for continuous integration and
|
;; The longer tests are for continuous integration and
|
||||||
;; depend on input data which must be downloaded.
|
;; depend on input data which must be downloaded.
|
||||||
"-DONLY_VERY_SHORT_TESTS=ON"
|
"-DONLY_VERY_SHORT_TESTS=ON"
|
||||||
|
@ -3295,7 +3294,6 @@ desired local properties.")
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list (string-append "-DCMAKE_INSTALL_DOCDIR=" #$output
|
#~(list (string-append "-DCMAKE_INSTALL_DOCDIR=" #$output
|
||||||
"/share/doc/" #$name "-" #$version)
|
"/share/doc/" #$name "-" #$version)
|
||||||
"-DBUILD_TESTING=OFF"
|
|
||||||
"-DF3D_LINUX_GENERATE_MAN=ON"
|
"-DF3D_LINUX_GENERATE_MAN=ON"
|
||||||
"-DF3D_USE_EXTERNAL_CXXOPTS=ON"
|
"-DF3D_USE_EXTERNAL_CXXOPTS=ON"
|
||||||
"-DF3D_USE_EXTERNAL_NLOHMANN_JSON=ON"
|
"-DF3D_USE_EXTERNAL_NLOHMANN_JSON=ON"
|
||||||
|
|
|
@ -54,8 +54,7 @@
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list (string-append "-S" #$source "/build")
|
#~(list (string-append "-S" #$source "/build")
|
||||||
"-DWITH_UPNP=ON"
|
"-DWITH_UPNP=ON"
|
||||||
"-DBUILD_SHARED_LIBS=ON"
|
"-DBUILD_SHARED_LIBS=ON")))
|
||||||
"-DBUILD_TESTING=ON")))
|
|
||||||
(home-page "https://i2pd.website/")
|
(home-page "https://i2pd.website/")
|
||||||
(synopsis "Router for an end-to-end encrypted and anonymous internet")
|
(synopsis "Router for an end-to-end encrypted and anonymous internet")
|
||||||
(description "i2pd is a client for the anonymous I2P network, upon which
|
(description "i2pd is a client for the anonymous I2P network, upon which
|
||||||
|
|
|
@ -366,8 +366,7 @@ many popular formats.")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:build-type "Release" ;Build without '-g' to save space.
|
(list #:build-type "Release" ;Build without '-g' to save space.
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~'( ;;"-DBUILD_TESTING:BOOL=TRUE" ;not honored
|
#~'("-DVTK_USE_EXTERNAL=OFF" ;default
|
||||||
"-DVTK_USE_EXTERNAL=OFF" ;default
|
|
||||||
"-DVTK_MODULE_USE_EXTERNAL_VTK_doubleconversion=ON"
|
"-DVTK_MODULE_USE_EXTERNAL_VTK_doubleconversion=ON"
|
||||||
"-DVTK_MODULE_USE_EXTERNAL_VTK_eigen=ON"
|
"-DVTK_MODULE_USE_EXTERNAL_VTK_eigen=ON"
|
||||||
"-DVTK_MODULE_USE_EXTERNAL_VTK_expat=ON"
|
"-DVTK_MODULE_USE_EXTERNAL_VTK_expat=ON"
|
||||||
|
|
|
@ -1036,7 +1036,6 @@ test suite, including conformance tests (following Rec. ITU-T T.803 | ISO/IEC
|
||||||
(list
|
(list
|
||||||
"-DBUILD_STATIC_LIBS=OFF"
|
"-DBUILD_STATIC_LIBS=OFF"
|
||||||
"-DBUILD_UNIT_TESTS=ON"
|
"-DBUILD_UNIT_TESTS=ON"
|
||||||
"-DBUILD_TESTING=ON"
|
|
||||||
(string-append "-DOPJ_DATA_ROOT="
|
(string-append "-DOPJ_DATA_ROOT="
|
||||||
(assoc-ref %build-inputs "openjpeg-data")))
|
(assoc-ref %build-inputs "openjpeg-data")))
|
||||||
#:phases
|
#:phases
|
||||||
|
|
|
@ -292,8 +292,7 @@ setting @env{LUA_PATH} and @env{LUA_CPATH} in glirc's run-time environment.")
|
||||||
(arguments
|
(arguments
|
||||||
;; The three binaries are not mutually exlusive, and are all built
|
;; The three binaries are not mutually exlusive, and are all built
|
||||||
;; by default.
|
;; by default.
|
||||||
'(#:configure-flags '("-DBUILD_TESTING=ON"
|
'(#:configure-flags '(;;"-DWANT_QTCLIENT=OFF"
|
||||||
;;"-DWANT_QTCLIENT=OFF"
|
|
||||||
;;"-DWANT_CORE=OFF"
|
;;"-DWANT_CORE=OFF"
|
||||||
;;"-DWANT_MONO=OFF"
|
;;"-DWANT_MONO=OFF"
|
||||||
"-DWITH_KDE=OFF"
|
"-DWITH_KDE=OFF"
|
||||||
|
|
|
@ -251,7 +251,6 @@ QSortFilterProxyModel conveniently exposed for QML.")
|
||||||
#:qtbase qtbase
|
#:qtbase qtbase
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DWITH_DAEMON_SUBMODULE=OFF"
|
#~(list "-DWITH_DAEMON_SUBMODULE=OFF"
|
||||||
"-DBUILD_TESTING=ON"
|
|
||||||
(string-append "-DBUILD_VERSION=" #$version)
|
(string-append "-DBUILD_VERSION=" #$version)
|
||||||
;; Disable the webengine since it grows the closure size by
|
;; Disable the webengine since it grows the closure size by
|
||||||
;; about 450 MiB and requires more resources.
|
;; about 450 MiB and requires more resources.
|
||||||
|
|
|
@ -515,9 +515,9 @@ extensions.")
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-DBUILD_STATIC_LIBS=OFF"
|
'(#:tests? #f
|
||||||
"-DDISABLE_ARCH_NATIVE=ON" ;no '-march=native'
|
#:configure-flags '("-DBUILD_STATIC_LIBS=OFF"
|
||||||
"-DBUILD_TESTING=ON")))
|
"-DDISABLE_ARCH_NATIVE=ON"))) ;no '-march=native'
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
;; The following inputs are used by the test suite.
|
;; The following inputs are used by the test suite.
|
||||||
|
|
|
@ -5252,8 +5252,7 @@ script engines.")
|
||||||
qtdeclarative
|
qtdeclarative
|
||||||
prison))
|
prison))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;; seem to require network; don't find QTQuick components
|
(list #:tests? #f)) ;; seem to require network; don't find QTQuick components
|
||||||
#:configure-flags #~'("-DBUILD_TESTING=OFF"))) ; not run anyway
|
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Offers available actions for a specific purpose")
|
(synopsis "Offers available actions for a specific purpose")
|
||||||
(description "This framework offers the possibility to create integrate
|
(description "This framework offers the possibility to create integrate
|
||||||
|
@ -5291,9 +5290,7 @@ need.")
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtdeclarative-5))
|
qtdeclarative-5))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;; seem to require network; don't find QTQuick components
|
(list #:tests? #f)))) ;; seem to require network; don't find QTQuick components
|
||||||
;; not run anyway
|
|
||||||
#:configure-flags #~'("-DBUILD_TESTING=OFF")))))
|
|
||||||
|
|
||||||
(define-public ktextaddons
|
(define-public ktextaddons
|
||||||
(package
|
(package
|
||||||
|
|
|
@ -67,8 +67,6 @@
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
;; XXX: 26/164 tests fail.
|
;; XXX: 26/164 tests fail.
|
||||||
#:configure-flags
|
|
||||||
#~(list "-DBUILD_TESTING=OFF")
|
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools perl pkg-config))
|
(list extra-cmake-modules kdoctools perl pkg-config))
|
||||||
|
@ -166,8 +164,7 @@ Advanced plugins:
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DQT_MAJOR_VERSION=6"
|
#~(list "-DQT_MAJOR_VERSION=6")))
|
||||||
"-DBUILD_TESTING=ON")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools pkg-config qttools))
|
(list extra-cmake-modules kdoctools pkg-config qttools))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
|
@ -379,8 +379,7 @@ annotating features.")
|
||||||
;; fails with an unexpected exception.
|
;; fails with an unexpected exception.
|
||||||
(list
|
(list
|
||||||
#:qtbase qtbase
|
#:qtbase qtbase
|
||||||
#:configure-flags #~(list "-DBUILD_TESTING=off"
|
#:configure-flags #~(list "-DFETCH_OTIO=off")
|
||||||
"-DFETCH_OTIO=off")
|
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
@ -536,9 +535,7 @@ such as addition, trigonometric functions or derivatives.")
|
||||||
(base32 "1wiv509y80m6gf891yw55d9429a35axngi922k119zvxfk5641as"))))
|
(base32 "1wiv509y80m6gf891yw55d9429a35axngi922k119zvxfk5641as"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase))
|
||||||
#:configure-flags
|
|
||||||
#~(list "-DBUILD_TESTING=ON")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -980,7 +977,7 @@ painting, image manipulating and icon editing.")
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:configure-flags (list "-DBUILD_TESTING=OFF -DCMAKE_CXX_FLAGS=-fPIC")
|
#:configure-flags (list "-DCMAKE_CXX_FLAGS=-fPIC")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-raqm
|
(add-after 'unpack 'patch-raqm
|
||||||
(lambda _
|
(lambda _
|
||||||
|
@ -1639,8 +1636,7 @@ different notification systems.")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DBUILD_TESTING=ON"
|
#~(list (string-append "-DQtWaylandScanner_EXECUTABLE="
|
||||||
(string-append "-DQtWaylandScanner_EXECUTABLE="
|
|
||||||
#$(this-package-native-input "qtwayland")
|
#$(this-package-native-input "qtwayland")
|
||||||
"/lib/qt6/libexec/qtwaylandscanner")
|
"/lib/qt6/libexec/qtwaylandscanner")
|
||||||
"-DKDE_INSTALL_LIBEXECDIR=libexec"
|
"-DKDE_INSTALL_LIBEXECDIR=libexec"
|
||||||
|
|
|
@ -11303,7 +11303,6 @@ modification of BPF objects on the system.")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:test-exclude "(runtime_tests|tools-parsing-test)"
|
#:test-exclude "(runtime_tests|tools-parsing-test)"
|
||||||
#:configure-flags #~(list "-DBUILD_TESTING=ON")
|
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
;; This patch also fixes broken compilation due to improper detection
|
;; This patch also fixes broken compilation due to improper detection
|
||||||
|
|
|
@ -481,8 +481,7 @@ enough to be used effectively as a scientific calculator.")
|
||||||
"0csy4pjw1p8rp6g5qxi2h0ychhhp1fldv7gb761627fs2mclw9gv"))))
|
"0csy4pjw1p8rp6g5qxi2h0ychhhp1fldv7gb761627fs2mclw9gv"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON"
|
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||||
"-DBUILD_TESTING=ON")))
|
|
||||||
(synopsis "Conversion routines for IEEE doubles")
|
(synopsis "Conversion routines for IEEE doubles")
|
||||||
(description
|
(description
|
||||||
"The double-conversion library provides binary-decimal and decimal-binary
|
"The double-conversion library provides binary-decimal and decimal-binary
|
||||||
|
@ -1199,8 +1198,7 @@ large scale eigenvalue problems.")
|
||||||
"-DCBLAS=ON"
|
"-DCBLAS=ON"
|
||||||
"-DLAPACKE=ON"
|
"-DLAPACKE=ON"
|
||||||
;; Build the 'LAPACKE_clatms' functions.
|
;; Build the 'LAPACKE_clatms' functions.
|
||||||
"-DLAPACKE_WITH_TMG=ON"
|
"-DLAPACKE_WITH_TMG=ON")))
|
||||||
"-DBUILD_TESTING=ON")))
|
|
||||||
(synopsis "Library for numerical linear algebra")
|
(synopsis "Library for numerical linear algebra")
|
||||||
(description
|
(description
|
||||||
"LAPACK is a Fortran 90 library for solving the most commonly occurring
|
"LAPACK is a Fortran 90 library for solving the most commonly occurring
|
||||||
|
@ -3252,8 +3250,6 @@ includes a complete LAPACK implementation.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xxqjz4lba57vn65m2k5jxrz0v7y6jwnhxwg6njd4vrafv5w17yv"))))
|
"0xxqjz4lba57vn65m2k5jxrz0v7y6jwnhxwg6njd4vrafv5w17yv"))))
|
||||||
(arguments
|
|
||||||
(list #:configure-flags #~(list "-DBUILD_TESTING=ON")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list catch2-3.8))
|
(list catch2-3.8))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
@ -8116,8 +8112,7 @@ supports compressed MAT files, as well as newer (version 7.3) MAT files.")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DBUILD_TESTING=ON"
|
#~(list ;; By default, Vc will optimize for the CPU of the build machine.
|
||||||
;; By default, Vc will optimize for the CPU of the build machine.
|
|
||||||
;; Setting this to "none" makes it create portable binaries. See
|
;; Setting this to "none" makes it create portable binaries. See
|
||||||
;; "cmake/OptimizeForArchitecture.cmake".
|
;; "cmake/OptimizeForArchitecture.cmake".
|
||||||
"-DTARGET_ARCHITECTURE=none")
|
"-DTARGET_ARCHITECTURE=none")
|
||||||
|
@ -10647,8 +10642,7 @@ projects up to the certification of critical software.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:configure-flags #~(list "-DBUILD_DOC=ON"
|
#:configure-flags #~(list "-DBUILD_DOC=ON")
|
||||||
"-DBUILD_TESTING=ON")
|
|
||||||
#:modules '((guix build cmake-build-system)
|
#:modules '((guix build cmake-build-system)
|
||||||
((guix build gnu-build-system) #:prefix gnu:)
|
((guix build gnu-build-system) #:prefix gnu:)
|
||||||
(guix build utils))
|
(guix build utils))
|
||||||
|
|
|
@ -569,8 +569,8 @@ your private keys, no previous conversation is compromised.")
|
||||||
(base32
|
(base32
|
||||||
"0z5p03vk15i6h870azfjgyfgxhv31q2vq6rfhnybrnkxq2wqzwhk"))))
|
"0z5p03vk15i6h870azfjgyfgxhv31q2vq6rfhnybrnkxq2wqzwhk"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Required for proper linking and for tests to run.
|
`(;; Required for proper linking.
|
||||||
#:configure-flags '("-DBUILD_SHARED_LIBS=on" "-DBUILD_TESTING=1")))
|
#:configure-flags '("-DBUILD_SHARED_LIBS=on")))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs (list ;; Required for tests:
|
(inputs (list ;; Required for tests:
|
||||||
check openssl))
|
check openssl))
|
||||||
|
|
|
@ -61,8 +61,7 @@
|
||||||
#:configure-flags #~(list #$@(if (target-64bit?)
|
#:configure-flags #~(list #$@(if (target-64bit?)
|
||||||
'("-DMOLD_USE_SYSTEM_MIMALLOC=ON")
|
'("-DMOLD_USE_SYSTEM_MIMALLOC=ON")
|
||||||
'("-DMOLD_USE_MIMALLOC=OFF"))
|
'("-DMOLD_USE_MIMALLOC=OFF"))
|
||||||
"-DMOLD_USE_SYSTEM_TBB=ON"
|
"-DMOLD_USE_SYSTEM_TBB=ON")
|
||||||
"-DBUILD_TESTING=ON")
|
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'configure 'force-system-xxhash
|
(add-before 'configure 'force-system-xxhash
|
||||||
|
|
|
@ -6005,10 +6005,7 @@ the electronic or dubstep genre.")
|
||||||
"0zn9v4lxjpnpdlpnv2px8ch3z0xagmqlvff5pd39pss3mxfp32g0"))))
|
"0zn9v4lxjpnpdlpnv2px8ch3z0xagmqlvff5pd39pss3mxfp32g0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:tests? (not (%current-target-system)))) ; run unless cross-compiling
|
||||||
(if (%current-target-system)
|
|
||||||
#~(list "-DBUILD_TESTING=OFF")
|
|
||||||
#~(list "-DBUILD_TESTING=ON"))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list googletest))
|
(list googletest))
|
||||||
(home-page "https://github.com/pedrolcl/sonivox")
|
(home-page "https://github.com/pedrolcl/sonivox")
|
||||||
|
|
|
@ -4142,7 +4142,6 @@ A very simple IM client working over the DHT.
|
||||||
(list
|
(list
|
||||||
#:configure-flags #~(list "-DBUILD_DEPENDENCIES=OFF"
|
#:configure-flags #~(list "-DBUILD_DEPENDENCIES=OFF"
|
||||||
"-DBUILD_SHARED_LIBS=ON"
|
"-DBUILD_SHARED_LIBS=ON"
|
||||||
"-DBUILD_TESTING=ON"
|
|
||||||
"-DDNC_SYSTEMD=OFF")
|
"-DDNC_SYSTEMD=OFF")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
|
@ -115,9 +115,7 @@
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;The regression tests require a lot more dependencies.
|
(list #:tests? #f ;The regression tests require a lot more dependencies.
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DBUILD_EXAMPLES=OFF" "-DBUILD_TESTS=OFF"
|
#~(list "-DBUILD_EXAMPLES=OFF" "-DBUILD_TESTS=OFF")))
|
||||||
;; CTest needs this to be turned off.
|
|
||||||
"-DBUILD_TESTING=OFF")))
|
|
||||||
(native-inputs (list python-wrapper))
|
(native-inputs (list python-wrapper))
|
||||||
(propagated-inputs (list opencl-headers))
|
(propagated-inputs (list opencl-headers))
|
||||||
(home-page "https://github.khronos.org/OpenCL-CLHPP/")
|
(home-page "https://github.khronos.org/OpenCL-CLHPP/")
|
||||||
|
|
|
@ -121,7 +121,6 @@ environments.")
|
||||||
;; Lower the minimum tuning ratio from 6 to 4, as suggested
|
;; Lower the minimum tuning ratio from 6 to 4, as suggested
|
||||||
;; upstream to avoid the s2k_iteration_tuning failing.
|
;; upstream to avoid the s2k_iteration_tuning failing.
|
||||||
"-DS2K_MINIMUM_TUNING_RATIO=4"
|
"-DS2K_MINIMUM_TUNING_RATIO=4"
|
||||||
"-DBUILD_TESTING=on"
|
|
||||||
"-DDOWNLOAD_GTEST=off"
|
"-DDOWNLOAD_GTEST=off"
|
||||||
"-DDOWNLOAD_RUBYRNP=off")
|
"-DDOWNLOAD_RUBYRNP=off")
|
||||||
#:phases
|
#:phases
|
||||||
|
|
|
@ -559,7 +559,6 @@ photographic equipment.")
|
||||||
(list
|
(list
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DBINARY_PACKAGE_BUILD=On"
|
#~(list "-DBINARY_PACKAGE_BUILD=On"
|
||||||
"-DBUILD_TESTING=On"
|
|
||||||
"-DDONT_USE_INTERNAL_LIBRAW=On")
|
"-DDONT_USE_INTERNAL_LIBRAW=On")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
|
@ -135,8 +135,7 @@ similar to getopt(3), it contains a number of enhancements, including:
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON"
|
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||||
"-DBUILD_TESTING=ON")))
|
|
||||||
(home-page "https://gflags.github.io/gflags/")
|
(home-page "https://gflags.github.io/gflags/")
|
||||||
(synopsis "C++ library for command-line argument parsing")
|
(synopsis "C++ library for command-line argument parsing")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -163,7 +163,6 @@ to remotely control a user's Windows desktop.")
|
||||||
#~())
|
#~())
|
||||||
"-DWITH_PULSE=ON"
|
"-DWITH_PULSE=ON"
|
||||||
"-DWITH_CUPS=ON"
|
"-DWITH_CUPS=ON"
|
||||||
"-DBUILD_TESTING=ON"
|
|
||||||
"-DWITH_SERVER=ON" ;build servers
|
"-DWITH_SERVER=ON" ;build servers
|
||||||
"-DWITH_SHADOW=ON" ;build shadow server
|
"-DWITH_SHADOW=ON" ;build shadow server
|
||||||
"-DWITH_PROXY=ON")))
|
"-DWITH_PROXY=ON")))
|
||||||
|
|
|
@ -974,8 +974,6 @@ to the @code{python-yubikey-manager} package.")
|
||||||
(base32
|
(base32
|
||||||
"0z39f8w0zvra874az0f67ck1al9kbpaidpilggbl8jnfs05010ck"))))
|
"0z39f8w0zvra874az0f67ck1al9kbpaidpilggbl8jnfs05010ck"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
|
||||||
'(#:configure-flags (list "-DBUILD_TESTING=on")))
|
|
||||||
(native-inputs (list pkg-config qttools-5))
|
(native-inputs (list pkg-config qttools-5))
|
||||||
(inputs (list catch2))
|
(inputs (list catch2))
|
||||||
(home-page "https://github.com/tplgy/cppcodec")
|
(home-page "https://github.com/tplgy/cppcodec")
|
||||||
|
|
|
@ -290,8 +290,6 @@ text-based approach to terminal recording.")
|
||||||
(delete-file-recursively "external/xkbcommon")
|
(delete-file-recursively "external/xkbcommon")
|
||||||
#t))))
|
#t))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
|
||||||
`(#:configure-flags '("-DBUILD_TESTING=ON")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list check libxkbcommon ; for xkbcommon-keysyms.h
|
(list check libxkbcommon ; for xkbcommon-keysyms.h
|
||||||
pkg-config))
|
pkg-config))
|
||||||
|
|
|
@ -781,8 +781,7 @@ jmacs, joe, jpico, jstar, and rjoe.")
|
||||||
(delete-file-recursively "lib/json")))))
|
(delete-file-recursively "lib/json")))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags #~(list "-DBUILD_TESTING=ON")
|
(list #:phases
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-tiny-process-library
|
(add-after 'unpack 'patch-tiny-process-library
|
||||||
(lambda* (#:key native-inputs inputs #:allow-other-keys)
|
(lambda* (#:key native-inputs inputs #:allow-other-keys)
|
||||||
|
|
|
@ -3410,8 +3410,7 @@ virtual-pointer (pointer command) protocols.")
|
||||||
(base32 "14gnkz18dipsa2v24f4nm9syxaa7g21iqjm7y65jn849ka2jr1h8"))))
|
(base32 "14gnkz18dipsa2v24f4nm9syxaa7g21iqjm7y65jn849ka2jr1h8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags #~(list "-DBUILD_TESTING=ON")
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
#:phases #~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'disable-problematic-tests
|
(add-after 'unpack 'disable-problematic-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "config_parser_test.cc"
|
(substitute* "config_parser_test.cc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue