unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: 57462@debbugs.gnu.org
Subject: [bug#57462] [PATCH 05/15] gnu: julia-interpolations: Don't ask to run tests when cross-compiling.
Date: Sun, 28 Aug 2022 16:47:38 +0200	[thread overview]
Message-ID: <20220828144748.15575-5-maximedevos@telenet.be> (raw)
In-Reply-To: <20220828144748.15575-1-maximedevos@telenet.be>

* gnu/packages/julia-xyz.scm
(julia-interpolations)[arguments]{#:tests?}: When cross-compiling,
set to #false.
---
 gnu/packages/julia-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index a4b3fe2a66..6aa185486b 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2939,7 +2939,8 @@ (define-public julia-interpolations
       ;; Got exception outside of a @test
       ;; OverflowError: 96908232 * 106943408 overflowed for type Int32
       ;; Disable as stopgap.
-      #:tests? (not (target-x86-32?))))
+      #:tests? (not (or (%current-target-system)
+                        (target-x86-32?)))))
     (propagated-inputs
      (list julia-axisalgorithms
            julia-offsetarrays
-- 
2.37.1





  parent reply	other threads:[~2022-08-28 14:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-28 14:44 [bug#57462] [PATCH 00/15] Don't ask to run tests when cross-compiling Maxime Devos
2022-08-28 14:47 ` [bug#57462] [PATCH 01/15] gnu: ghc-statistics: Properly enable tests Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 02/15] gnu: julia-arrayinterface: Don't ask to run tests when cross-compiling Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 03/15] gnu: julia-forwarddiff: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 04/15] gnu: julia-reversediff: " Maxime Devos
2022-08-28 14:47   ` Maxime Devos [this message]
2022-08-28 14:47   ` [bug#57462] [PATCH 06/15] gnu: proot: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 07/15] gnu: python-fonttools-full: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 08/15] gnu: python-path: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 09/15] gnu: python-jaraco-functools: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 10/15] gnu: python-pip-run: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 11/15] gnu: python-jupyter-client: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 12/15] gnu: python-jaraco-context: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 13/15] gnu: ruby-rubocop: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 14/15] gnu: rust: " Maxime Devos
2022-08-28 14:47   ` [bug#57462] [PATCH 15/15] gnu: yt-dlp: " Maxime Devos
2022-08-30  7:02     ` bug#57462: [PATCH 00/15] " Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220828144748.15575-5-maximedevos@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=57462@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).