guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: imp: Build with default cmake.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: imp: Build with default cmake.
Date: Thu, 09 Dec 2021 07:40:19 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new f0cc0e8  gnu: imp: Build with default cmake.
f0cc0e8 is described below

commit f0cc0e8f30c827bcff222cb50d6352b9cae230b7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 9 14:39:22 2021 +0200

    gnu: imp: Build with default cmake.
    
    * gnu/packages/bioinformatics.scm (imp)[arguments]: Remove cmake flag.
---
 gnu/packages/bioinformatics.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ff7f081..2b2f921 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9442,9 +9442,6 @@ programs for inferring phylogenies (evolutionary trees).")
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #false ; The test suite is notoriously fickle
-       ;; CMake 3.17 or newer is required for the CMAKE_TEST_ARGUMENTS used
-       ;; below to have an effect.
-       #:cmake ,cmake
        #:configure-flags
        (let ((disabled-tests
               '("expensive"                 ;exclude expensive tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]