all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: 65096@debbugs.gnu.org
Subject: [bug#65096] [PATCH 00/10] And OpenTURNS and some math libraries.
Date: Sat, 23 Sep 2023 20:11:12 -0300	[thread overview]
Message-ID: <1801f743-6384-3ea3-2674-ed634cfdb5ea@posteo.net> (raw)
In-Reply-To: <87edjck88t.fsf@gmail.com>

Em 05/09/2023 11:25, Maxim Cournoyer escreveu:
> tags 65096 + moreinfo
> quit
>
> Hi,

Hi,

[...]

> There were some failures on non x86_64 systems, according to QA [0].
> Could you take a look and see if something can be fixed (sometimes
> patches can be taken from Debian or somewhere else, or an issue exists
> upstream, etc.)
>
> [0]  https://qa.guix.gnu.org/issue/65096
>
The failing packges are cminpack (on aarch64) and pagmo and 
python-numpoly (on 32-bit platforms).

cminpack builds on Debian arm64 (same as aarch64 on Guix) without 
special patches, so I don't know why the tests are failing in aarch64. 
They have a "skip failing tests" patch but it's skipping tests different 
from the ones failing here. The Debian package is based on a slightly 
older version (1.3.6 vs 1.3.8), though. It may have something to do with 
this issue: 
https://github.com/devernay/cminpack/issues/37#issuecomment-1407259802

pagmo only supports 64-bit x86, ARM and PowerPC: 
https://esa.github.io/pagmo2/install.html

python-numpoly is only available in Fedora and Alpine for 64-bit 
architectures. The test errors in the build logs are also dtype 
mismatches between int64 and int32.

My suggestion is to add supported-systems in pagmo and python-numpoly, 
and push cminpack as is (or maybe skip tests on aarch64 and powerpc64le?)

Vinicius





  reply	other threads:[~2023-09-23 23:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-05 13:28 [bug#65096] [PATCH 00/10] And OpenTURNS and some math libraries Vinicius Monego
2023-08-05 13:31 ` [bug#65096] [PATCH 01/10] gnu: Add hmat Vinicius Monego
2023-08-05 13:31   ` [bug#65096] [PATCH 02/10] gnu: Add primesieve Vinicius Monego
2023-08-05 13:31   ` [bug#65096] [PATCH 03/10] gnu: Add cminpack Vinicius Monego
2023-08-05 13:31   ` [bug#65096] [PATCH 04/10] gnu: Add bonmin Vinicius Monego
2023-08-05 13:31   ` [bug#65096] [PATCH 05/10] gnu: Add pagmo2 Vinicius Monego
2023-08-05 13:31   ` [bug#65096] [PATCH 06/10] gnu: Add spectra Vinicius Monego
2023-08-05 13:31   ` [bug#65096] [PATCH 07/10] gnu: ceres: Propagate eigen and gflags Vinicius Monego
2023-08-05 13:31   ` [bug#65096] [PATCH 08/10] gnu: Add python-numpoly Vinicius Monego
2023-08-05 13:31   ` [bug#65096] [PATCH 09/10] gnu: Add python-chaospy Vinicius Monego
2023-08-05 13:31   ` [bug#65096] [PATCH 10/10] gnu: Add python-openturns Vinicius Monego
2023-09-05 14:25 ` [bug#65096] [PATCH 00/10] And OpenTURNS and some math libraries Maxim Cournoyer
2023-09-23 23:11   ` Vinicius Monego [this message]
2023-10-03 11:01 ` bug#65096: " Vinicius Monego

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

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

  git send-email \
    --in-reply-to=1801f743-6384-3ea3-2674-ed634cfdb5ea@posteo.net \
    --to=monego@posteo.net \
    --cc=65096@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.