mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 01:25:57 +02:00
gnu: libjpeg-turbo: Build with cmake-minimal.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Remove #:cmake.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user