mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: imppg: Disable tests on non x86_64 architectures.
Tests regretion after update to the latest version as seen in CI log <https://ci.guix.gnu.org/build/6720267/log/raw>. * gnu/packages/astronomy.scm (imppg) [arguments]<test-flags>: Silent tests on non x86_64 architectures, report upstream as well. Change-Id: I875350ac60dc2f6a72eb1216a614d8943d41f9ed
This commit is contained in:
parent
f4831760a9
commit
5725688923
1 changed files with 4 additions and 0 deletions
|
@ -916,6 +916,10 @@ (define-public imppg
|
|||
(sha256
|
||||
(base32 "13kqvl9ay4x0ia7iikxbhg96pp46f1awr382p05gxdvsxksq900v"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; See <https://github.com/GreatAttractor/imppg/issues/28>.
|
||||
#:tests? (target-x86-64?)))
|
||||
(native-inputs
|
||||
(list boost pkg-config))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue