guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: libjpeg-turbo: Build with cmake-minimal.


From: guix-commits
Subject: 12/15: gnu: libjpeg-turbo: Build with cmake-minimal.
Date: Mon, 27 Jun 2022 17:50:02 -0400 (EDT)

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

commit 02f7c56ec43b6de5be6195857ab6cbc4f1662190
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 27 21:26:59 2022 +0200

    gnu: libjpeg-turbo: Build with cmake-minimal.
    
    * gnu/packages/image.scm (libjpeg-turbo)[arguments]: Remove #:cmake.
---
 gnu/packages/image.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 307b91864c..4d77e2d392 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1693,12 +1693,7 @@ is hereby granted."))))
                                     ((string-prefix? "riscv64" target)
                                      `("-DCMAKE_SYSTEM_PROCESSOR=riscv64"))
                                     (else '()))
-                                   '())))
-       ,@(if (%current-target-system)
-             '()
-             ;; Use a special "bootstrap" CMake for the native build to work
-             ;; around a circular dependency between CMake and this package.
-             `(#:cmake ,cmake-bootstrap))))
+                                   '())))))
     (home-page "https://libjpeg-turbo.org/";)
     (synopsis "SIMD-accelerated JPEG image handling library")
     (description "libjpeg-turbo is a JPEG image codec that accelerates baseline



reply via email to

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