mbox series

[bug#60075,00/58] New julia patches

Message ID cover.1671049573.git.efraim@flashner.co.il
Headers show
Series New julia patches | expand

Message

Efraim Flashner Dec. 14, 2022, 8:32 p.m. UTC
This should take care of nearly all the julia packages. I believe the
only one that is still failing to build is julia-deepdiffs and the
package which depends on it, julia-referencetests.

julia-colors@0.12.9 still hasn't been tagged in the git repo, but it has
been sent off to the registry. It looks like something is acting up with
the tagbot.

I haven't tried building all the packages on i686-linux or aarch64-linux
yet.

Efraim Flashner (58):
  gnu: julia-fillarrays: Update to 0.13.6.
  gnu: julia-arraylayouts: Update to 0.8.16.
  gnu: julia-coordinatetransformations: Update to 0.6.2-1.78f5a5c.
  gnu: julia-mappedarrays: Update to 0.4.1.
  gnu: julia-imagecore: Update to 0.9.4.
  gnu: julia-imagebase: Update to 0.1.5.
  gnu: julia-imagetransformations: Update to 0.9.5.
  gnu: Remove julia-identityranges.
  gnu: Add julia-irrationalconstants.
  gnu: Add julia-inversefunctions.
  gnu: Add julia-changesofvariables.
  gnu: julia-logexpfunctions: Update to 0.3.17.
  gnu: julia-nanmath: Update to 0.3.7.
  gnu: julia-diffrules: Update to 1.12.2.
  gnu: julia-forwarddiff: Update to 0.10.34.
  gnu: julia-safetestsets: Fix build.
  gnu: Add julia-shiftedarrays.
  gnu: julia-invertedindices: Update to 1.1.0.
  gnu: julia-categoricalarrays: Update to 0.10.7.
  gnu: julia-pooledarrays: Update to 1.4.2.
  gnu: julia-dataapi: Update to 1.13.0.
  gnu: julia-offsetarrays: Update to 1.12.8.
  gnu: julia-dataframes: Update to 1.3.6.
  gnu: julia-reversediff: Update to 1.14.4.
  gnu: julia-functors: Update to 0.4.1.
  gnu: julia-zygoterules: Update to 0.2.2.
  gnu: julia-zygote: Update to 0.6.41.
  gnu: julia-nnlib: Update to 0.7.34.
  gnu: julia-chainrulescore: Update to 1.12.2.
  gnu: julia-chainrulestestutils: Update to 1.5.1.
  gnu: Add julia-realdot.
  gnu: julia-chainrules: Update to 1.35.0.
  gnu: Add julia-optimisers.
  gnu: julia-tracker: Update to 0.2.22.
  gnu: julia-specialfunctions: Update to 1.8.7.
  gnu: julia-lazyarrays: Update to 0.22.16.
  gnu: julia-bson: Update to 0.3.6.
  gnu: julia-interpolations: Update to 0.13.6.
  gnu: julia-requires: Update to 1.3.0.
  gnu: julia-colors: Update to 0.12.9.
  gnu: julia-colorvectorspace: Update to 0.9.9.
  gnu: julia-plotutils: Update to 1.2.0.
  gnu: Remove julia-infinity.
  gnu: julia-indexablebitvectors: Limit to 64-bit systems.
  gnu: julia-blockarrays: Update to 0.16.23.
  gnu: julia-scanbyte: Update to 0.3.2.
  gnu: julia-scanbyte: Limit to x86_64-linux.
  gnu: julia-matrixfactorizations: Update to 0.9.3.
  gnu: Add julia-static-0.6.
  gnu: julia-arrayinterface: Update to 5.0.8.
  gnu: julia-bandedmatrices: Update to 0.17.9.
  gnu: julia-blockbandedmatrices: Update to 0.11.9.
  gnu: julia-ellipsisnotation: Update to 1.6.0.
  gnu: julia-axisarrays: Update to 0.4.6.
  gnu: julia-graphics: Update to 1.1.2.
  gnu: julia-imageaxes: Update to 0.6.10.
  gnu: julia-paddedviews: Update to 0.5.11.
  gnu: julia-imagemetadata: Update to 0.9.8.

 gnu/local.mk                                  |   1 -
 gnu/packages/julia-xyz.scm                    | 743 ++++++++++++------
 .../patches/julia-tracker-16-compat.patch     |  40 -
 3 files changed, 496 insertions(+), 288 deletions(-)
 delete mode 100644 gnu/packages/patches/julia-tracker-16-compat.patch


base-commit: 8125c22ea2b61b1bbe7acb8741f8895b4d1f6f9f

Comments

Simon Tournier Dec. 19, 2022, 6:50 p.m. UTC | #1
Hi Efraim,

On Wed, 14 Dec 2022 at 22:32, Efraim Flashner <efraim@flashner.co.il> wrote:

> Efraim Flashner (58):

>  gnu/packages/julia-xyz.scm                    | 743 ++++++++++++------

All LGTM, except the ones with minor comments here or there.

Thanks for this update.

Cheers,
simon
Efraim Flashner Dec. 21, 2022, 5:10 p.m. UTC | #2
On Mon, Dec 19, 2022 at 07:50:09PM +0100, zimoun wrote:
> Hi Efraim,
> 
> On Wed, 14 Dec 2022 at 22:32, Efraim Flashner <efraim@flashner.co.il> wrote:
> 
> > Efraim Flashner (58):
> 
> >  gnu/packages/julia-xyz.scm                    | 743 ++++++++++++------
> 
> All LGTM, except the ones with minor comments here or there.
> 
> Thanks for this update.

julia-colors 0.12.9 finally got tagged, and then it looks like 0.12.10
got tagged the same day. I'm going to see what that's about before
pushing the series.
Efraim Flashner Dec. 21, 2022, 5:41 p.m. UTC | #3
On Mon, Dec 19, 2022 at 07:50:09PM +0100, zimoun wrote:
> Hi Efraim,
> 
> On Wed, 14 Dec 2022 at 22:32, Efraim Flashner <efraim@flashner.co.il> wrote:
> 
> > Efraim Flashner (58):
> 
> >  gnu/packages/julia-xyz.scm                    | 743 ++++++++++++------
> 
> All LGTM, except the ones with minor comments here or there.
> 
> Thanks for this update.

Turns out the update came with a few more broken tests. Pushing these 57
patches.

Thanks for the review!