all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: 60075@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>, zimon.toutoune@gmail.com
Subject: [bug#60075] [PATCH 03/58] gnu: julia-coordinatetransformations: Update to 0.6.2-1.78f5a5c.
Date: Wed, 14 Dec 2022 22:35:01 +0200	[thread overview]
Message-ID: <c2f5f181f86f4948ec3ef582adf1bcf3ce9e0eeb.1671049573.git.efraim@flashner.co.il> (raw)
In-Reply-To: <cover.1671049573.git.efraim@flashner.co.il>

* gnu/packages/julia-xyz.scm (julia-coordinatetransformations): Update
to 0.6.2-1.78f5a5c.
---
 gnu/packages/julia-xyz.scm | 49 ++++++++++++++++++++------------------
 1 file changed, 26 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 441821e80a..b31ef2faac 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1099,28 +1099,31 @@ (define-public julia-constructionbase
     (license license:expat)))
 
 (define-public julia-coordinatetransformations
-  (package
-    (name "julia-coordinatetransformations")
-    (version "0.6.1")
-    (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://github.com/JuliaGeometry/CoordinateTransformations.jl")
-               (commit (string-append "v" version))))
-        (file-name (git-file-name name version))
-        (sha256
-         (base32 "15zbkn32v7xlz7559s0r5a0vkwmjwsswxaqpzijly4lky4jnp33d"))))
-    (build-system julia-build-system)
-    (propagated-inputs
-     (list julia-staticarrays))
-    (native-inputs
-    (list julia-documenter
-          julia-forwarddiff
-          julia-unitful))
-    (home-page "https://github.com/JuliaGeometry/CoordinateTransformations.jl")
-    (synopsis "Coordinate transformations in Julia")
-    (description "@code{CoordinateTransformations} is a Julia package to manage
+  ;; Test suite fixed after the last release.
+  (let ((commit "78f5a5cc8cf77f21407b4f175673fa4f6bf86633")
+        (revision "1"))
+    (package
+      (name "julia-coordinatetransformations")
+      (version (git-version "0.6.2" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/JuliaGeometry/CoordinateTransformations.jl")
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32 "026g3b2m2z509jdlqvd46yhnhg8y6m00plr3k7cjlbzrfi2yjjn8"))))
+      (build-system julia-build-system)
+      (propagated-inputs
+       (list julia-staticarrays))
+      (native-inputs
+      (list julia-documenter
+            julia-forwarddiff
+            julia-unitful))
+      (home-page "https://github.com/JuliaGeometry/CoordinateTransformations.jl")
+      (synopsis "Coordinate transformations in Julia")
+      (description "@code{CoordinateTransformations} is a Julia package to manage
 simple or complex networks of coordinate system transformations.
 Transformations can be easily applied, inverted, composed, and differentiated
 (both with respect to the input coordinates and with respect to transformation
@@ -1129,7 +1132,7 @@ (define-public julia-coordinatetransformations
 while support for both explicit and automatic differentiation makes it easy to
 perform optimization and therefore ideal for computer vision applications such
 as SLAM (simultaneous localization and mapping).")
-    (license license:expat)))
+      (license license:expat))))
 
 (define-public julia-crayons
   (package
-- 
2.38.1





  parent reply	other threads:[~2022-12-14 20:37 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-14 20:32 [bug#60075] [PATCH 00/58] New julia patches Efraim Flashner
2022-12-14 20:34 ` [bug#60075] [PATCH 01/58] gnu: julia-fillarrays: Update to 0.13.6 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 02/58] gnu: julia-arraylayouts: Update to 0.8.16 Efraim Flashner
2022-12-14 20:35 ` Efraim Flashner [this message]
2022-12-14 20:35 ` [bug#60075] [PATCH 04/58] gnu: julia-mappedarrays: Update to 0.4.1 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 05/58] gnu: julia-imagecore: Update to 0.9.4 Efraim Flashner
2022-12-19 18:30   ` zimoun
2022-12-21 17:09     ` Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 06/58] gnu: julia-imagebase: Update to 0.1.5 Efraim Flashner
2022-12-19 18:32   ` zimoun
2022-12-21 17:09     ` Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 07/58] gnu: julia-imagetransformations: Update to 0.9.5 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 08/58] gnu: Remove julia-identityranges Efraim Flashner
2022-12-19 18:32   ` zimoun
2022-12-21 17:09     ` Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 09/58] gnu: Add julia-irrationalconstants Efraim Flashner
2022-12-19 18:11   ` zimoun
2022-12-21 17:09     ` Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 10/58] gnu: Add julia-inversefunctions Efraim Flashner
2022-12-19 18:13   ` zimoun
2022-12-21 17:09     ` Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 11/58] gnu: Add julia-changesofvariables Efraim Flashner
2022-12-19 18:34   ` zimoun
2022-12-21 17:09     ` Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 12/58] gnu: julia-logexpfunctions: Update to 0.3.17 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 13/58] gnu: julia-nanmath: Update to 0.3.7 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 14/58] gnu: julia-diffrules: Update to 1.12.2 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 15/58] gnu: julia-forwarddiff: Update to 0.10.34 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 16/58] gnu: julia-safetestsets: Fix build Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 17/58] gnu: Add julia-shiftedarrays Efraim Flashner
2022-12-19 18:35   ` zimoun
2022-12-21 17:10     ` Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 18/58] gnu: julia-invertedindices: Update to 1.1.0 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 19/58] gnu: julia-categoricalarrays: Update to 0.10.7 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 20/58] gnu: julia-pooledarrays: Update to 1.4.2 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 21/58] gnu: julia-dataapi: Update to 1.13.0 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 22/58] gnu: julia-offsetarrays: Update to 1.12.8 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 23/58] gnu: julia-dataframes: Update to 1.3.6 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 24/58] gnu: julia-reversediff: Update to 1.14.4 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 25/58] gnu: julia-functors: Update to 0.4.1 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 26/58] gnu: julia-zygoterules: Update to 0.2.2 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 27/58] gnu: julia-zygote: Update to 0.6.41 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 28/58] gnu: julia-nnlib: Update to 0.7.34 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 29/58] gnu: julia-chainrulescore: Update to 1.12.2 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 30/58] gnu: julia-chainrulestestutils: Update to 1.5.1 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 31/58] gnu: Add julia-realdot Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 32/58] gnu: julia-chainrules: Update to 1.35.0 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 33/58] gnu: Add julia-optimisers Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 34/58] gnu: julia-tracker: Update to 0.2.22 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 35/58] gnu: julia-specialfunctions: Update to 1.8.7 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 36/58] gnu: julia-lazyarrays: Update to 0.22.16 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 37/58] gnu: julia-bson: Update to 0.3.6 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 38/58] gnu: julia-interpolations: Update to 0.13.6 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 39/58] gnu: julia-requires: Update to 1.3.0 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 40/58] gnu: julia-colors: Update to 0.12.9 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 41/58] gnu: julia-colorvectorspace: Update to 0.9.9 Efraim Flashner
2022-12-19 18:39   ` zimoun
2022-12-14 20:35 ` [bug#60075] [PATCH 42/58] gnu: julia-plotutils: Update to 1.2.0 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 43/58] gnu: Remove julia-infinity Efraim Flashner
2022-12-19 18:40   ` zimoun
2022-12-21 17:10     ` Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 44/58] gnu: julia-indexablebitvectors: Limit to 64-bit systems Efraim Flashner
2022-12-19 18:43   ` zimoun
2022-12-21 17:10     ` Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 45/58] gnu: julia-blockarrays: Update to 0.16.23 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 46/58] gnu: julia-scanbyte: Update to 0.3.2 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 47/58] gnu: julia-scanbyte: Limit to x86_64-linux Efraim Flashner
2022-12-19 18:47   ` zimoun
2022-12-21 17:10     ` Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 48/58] gnu: julia-matrixfactorizations: Update to 0.9.3 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 49/58] gnu: Add julia-static-0.6 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 50/58] gnu: julia-arrayinterface: Update to 5.0.8 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 51/58] gnu: julia-bandedmatrices: Update to 0.17.9 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 52/58] gnu: julia-blockbandedmatrices: Update to 0.11.9 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 53/58] gnu: julia-ellipsisnotation: Update to 1.6.0 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 54/58] gnu: julia-axisarrays: Update to 0.4.6 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 55/58] gnu: julia-graphics: Update to 1.1.2 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 56/58] gnu: julia-imageaxes: Update to 0.6.10 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 57/58] gnu: julia-paddedviews: Update to 0.5.11 Efraim Flashner
2022-12-14 20:35 ` [bug#60075] [PATCH 58/58] gnu: julia-imagemetadata: Update to 0.9.8 Efraim Flashner
2022-12-19 18:50 ` [bug#60075] [PATCH 00/58] New julia patches zimoun
2022-12-21 17:10   ` Efraim Flashner
2022-12-21 17:41   ` bug#60075: " Efraim Flashner

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=c2f5f181f86f4948ec3ef582adf1bcf3ce9e0eeb.1671049573.git.efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=60075@debbugs.gnu.org \
    --cc=zimon.toutoune@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.