bug-guix
[Top][All Lists]
Advanced

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

bug#26897: ‘cmake-build-system’ does not support cross-compilation


From: Ludovic Courtès
Subject: bug#26897: ‘cmake-build-system’ does not support cross-compilation
Date: Fri, 12 May 2017 18:00:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Currently ‘cmake-build-system’ does not support cross-compilation, which
is becoming more and more of a problem.  For instance, it prevents
cross-compilation of Guix:

--8<---------------cut here---------------start------------->8---
$ guix build guix --target=aarch64-linux-gnu -n
guix build: error: gnu/packages/ssh.scm:59:2: libssh-0.7.4: build system 
`cmake' does not support cross builds
--8<---------------cut here---------------end--------------->8---

I think CMake supports cross-compilation in theory, so we should try to
implement it.

Ludo’.





reply via email to

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