mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: libjpeg-turbo: Build with cmake-minimal.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Remove #:cmake.
This commit is contained in:
parent
9dfd2ad73b
commit
02f7c56ec4
1 changed files with 1 additions and 6 deletions
|
@ -1693,12 +1693,7 @@ is hereby granted."))))
|
||||||
((string-prefix? "riscv64" target)
|
((string-prefix? "riscv64" target)
|
||||||
`("-DCMAKE_SYSTEM_PROCESSOR=riscv64"))
|
`("-DCMAKE_SYSTEM_PROCESSOR=riscv64"))
|
||||||
(else '()))
|
(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/")
|
(home-page "https://libjpeg-turbo.org/")
|
||||||
(synopsis "SIMD-accelerated JPEG image handling library")
|
(synopsis "SIMD-accelerated JPEG image handling library")
|
||||||
(description "libjpeg-turbo is a JPEG image codec that accelerates baseline
|
(description "libjpeg-turbo is a JPEG image codec that accelerates baseline
|
||||||
|
|
Loading…
Add table
Reference in a new issue