all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: 52186@debbugs.gnu.org
Cc: efraim@flashner.co.il, maxim.cournoyer@gmail.com,
	zimoun <zimon.toutoune@gmail.com>
Subject: [bug#52186] [core-updates-frozen PATCH v2 00/17] Fix Julia on i686-linux.
Date: Wed,  1 Dec 2021 16:52:56 +0100	[thread overview]
Message-ID: <20211201155256.60788-1-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20211129182108.54695-1-zimon.toutoune@gmail.com>

Hi,

This series allow the julia package itself to build on i686-linux.  Then, it
fixes julia-* packages for i686-linux.  Note that julia and julia-* are
currently broken on master for i686-linux.

Both julia and julia-* are not impacted on x86_64 by  these changes.

These packages are still broken…

   /gnu/store/h97dzpkn7h4fxhl8xag8s7cfypg1l96d-julia-sundials-jll-5.2.1+0.drv
   /gnu/store/q489ygk7y0y3xxcyi1c72c9lwrvgkfvd-sundials-julia-5.2.0.drv
   /gnu/store/7g5443kq028lv44f0kdj5p14w5xcx9c4-julia-pyplot-2.10.0.drv
   /gnu/store/iy5liqrkdlvvx6bmiczxxi5zmyj4999v-julia-pycall-1.92.5.drv
   /gnu/store/x2na68r5qbyhnilmqpi50sr3iwf9y2fd-julia-gr-0.58.1.drv

…but, IMHO, they can wait another round.  Only pycall (so pyplot) and gr are
failing on core-updates-frozen only.  The 2 other (sundials) are currently
broken on master.


Cheers,
simon



zimoun (17):
  gnu: libunwind-julia: Fix build on i686-linux.
  gnu: julia-datastructures: Fix tests on i686-linux.
  gnu: julia-benchmarktools: Fix tests on i686-linux.
  gnu: julia-finitedifferences: Fix tests on i686-linux.
  gnu: julia-configurations: Fix tests on i686-linux.
  gnu: julia-lazyarrays: Fix tests on i686-linux.
  gnu: julia-blockarrays: Fix tests on i686-linux.
  gnu: julia-mappedarrays: Fix tests on i686-linux.
  gnu: julia-arrayinterface: Disable tests for i686.
  gnu: julia-interpolations: Disable tests in i686-linux.
  gnu: julia-reversediff: Disable tests on i686-linux.
  gnu: julia-intervalsets: Fix tests on i686-linux.
  gnu: julia-woodburymatrices: Fix tests on i686-linux.
  gnu: julia-mutablearithmetics: Fix tests on i686-linux.
  gnu: julia-structarrays: Fix tests on i686-linux.
  gnu: julia-geometrybasics: Fix tests on i686-linux.
  gnu: julia-forwarddiff: Disable tests on i686-linux.

 gnu/local.mk                                  |   1 +
 gnu/packages/julia-xyz.scm                    | 189 +++++++++++++++++-
 gnu/packages/julia.scm                        |  18 +-
 ...libunwind-julia-fix-GCC10-fno-common.patch |  40 ++++
 4 files changed, 232 insertions(+), 16 deletions(-)
 create mode 100644 gnu/packages/patches/libunwind-julia-fix-GCC10-fno-common.patch


base-commit: 68d090002a1a5623494006fca3e2c2c97d3ff676
-- 
2.32.0





  parent reply	other threads:[~2021-12-01 16:04 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 18:21 [bug#52186] [core-updates-frozen] [PATCH] gnu: libunwind-julia: Fix build on i686-linux zimoun
2021-11-29 18:51 ` [bug#52186] [core-updates-frozen] Fix julia " zimoun
2021-12-01 15:52 ` zimoun [this message]
2021-12-04 17:54   ` bug#52186: [core-updates-frozen PATCH v2 00/17] Fix Julia " Efraim Flashner
2021-12-04 18:27     ` [bug#52186] " zimoun
2021-12-05  9:49       ` Efraim Flashner
2021-12-05 10:36         ` zimoun
2021-12-01 15:53 ` [bug#52186] [core-updates-frozen PATCH v2 01/17] gnu: libunwind-julia: Fix build " zimoun
2021-12-01 15:53   ` [bug#52186] [core-updates-frozen PATCH v2 02/17] gnu: julia-datastructures: Fix tests " zimoun
2021-12-01 15:53   ` [bug#52186] [core-updates-frozen PATCH v2 03/17] gnu: julia-benchmarktools: " zimoun
2021-12-01 15:53   ` [bug#52186] [core-updates-frozen PATCH v2 04/17] gnu: julia-finitedifferences: " zimoun
2021-12-01 15:53   ` [bug#52186] [core-updates-frozen PATCH v2 05/17] gnu: julia-configurations: " zimoun
2021-12-01 15:53   ` [bug#52186] [core-updates-frozen PATCH v2 06/17] gnu: julia-lazyarrays: " zimoun
2021-12-01 15:53   ` [bug#52186] [core-updates-frozen PATCH v2 07/17] gnu: julia-blockarrays: " zimoun
2021-12-01 15:53   ` [bug#52186] [core-updates-frozen PATCH v2 08/17] gnu: julia-mappedarrays: " zimoun
2021-12-01 15:53   ` [bug#52186] [core-updates-frozen PATCH v2 09/17] gnu: julia-arrayinterface: Disable tests for i686 zimoun
2021-12-01 15:54 ` [bug#52186] [core-updates-frozen PATCH v2 10/17] gnu: julia-interpolations: Disable tests in i686-linux zimoun
2021-12-01 15:54   ` [bug#52186] [core-updates-frozen PATCH v2 11/17] gnu: julia-reversediff: Disable tests on i686-linux zimoun
2021-12-01 15:54   ` [bug#52186] [core-updates-frozen PATCH v2 12/17] gnu: julia-intervalsets: Fix " zimoun
2021-12-01 15:54   ` [bug#52186] [core-updates-frozen PATCH v2 13/17] gnu: julia-woodburymatrices: " zimoun
2021-12-01 15:54   ` [bug#52186] [core-updates-frozen PATCH v2 14/17] gnu: julia-mutablearithmetics: " zimoun
2021-12-01 15:54   ` [bug#52186] [core-updates-frozen PATCH v2 15/17] gnu: julia-structarrays: " zimoun
2021-12-01 15:54   ` [bug#52186] [core-updates-frozen PATCH v2 16/17] gnu: julia-geometrybasics: " zimoun
2021-12-01 15:54   ` [bug#52186] [core-updates-frozen PATCH v2 17/17] gnu: julia-forwarddiff: Disable " zimoun

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=20211201155256.60788-1-zimon.toutoune@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=52186@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --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.