[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51207] [PATCH 1/9] gnu: julia-coordinatetransformations: Enable tes
From: |
zimoun |
Subject: |
[bug#51207] [PATCH 1/9] gnu: julia-coordinatetransformations: Enable tests. |
Date: |
Thu, 14 Oct 2021 17:58:57 +0200 |
* gnu/packages/julia-xyz.scm (julia-coordinatetransformations)[arguments]:
Remove.
[native-inputs]: Add julia-documenter, julia-forwarddiff, julia-unitful.
---
gnu/packages/julia-xyz.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index c1ebc0fba1..62b6e4edfb 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -806,14 +806,12 @@ (define-public julia-coordinatetransformations
(sha256
(base32 "15zbkn32v7xlz7559s0r5a0vkwmjwsswxaqpzijly4lky4jnp33d"))))
(build-system julia-build-system)
- (arguments
- `(#:tests? #f)) ; Documenter.jl not packaged yet.
(propagated-inputs
`(("julia-staticarrays" ,julia-staticarrays)))
- ;(native-inputs
- ; `(("julia-documenter" ,julia-documenter)
- ; ("julia-forwarddiff" ,julia-forwarddiff)
- ; ("julia-unitful" ,julia-unitful)))
+ (native-inputs
+ `(("julia-documenter" ,julia-documenter)
+ ("julia-forwarddiff" ,julia-forwarddiff)
+ ("julia-unitful" ,julia-unitful)))
(home-page "https://github.com/JuliaGeometry/CoordinateTransformations.jl")
(synopsis "Coordinate transformations in Julia")
(description "@code{CoordinateTransformations} is a Julia package to manage
--
2.32.0
- [bug#51207] [PATCH 0/9] More Julia packages toward Flux, zimoun, 2021/10/14
- [bug#51207] [PATCH 1/9] gnu: julia-coordinatetransformations: Enable tests.,
zimoun <=
- [bug#51207] [PATCH 8/9] gnu: Add julia-codeczlib., zimoun, 2021/10/14
- [bug#51207] [PATCH 4/9] gnu: julia-paddedviews: Enable tests., zimoun, 2021/10/14
- [bug#51207] [PATCH 7/9] gnu: Add julia-transcodingstreams., zimoun, 2021/10/14
- [bug#51207] [PATCH 6/9] gnu: Add julia-functors., zimoun, 2021/10/14
- [bug#51207] [PATCH 9/9] gnu: Add julia-media., zimoun, 2021/10/14
- [bug#51207] [PATCH 5/9] gnu: julia-stackviews: Enable tests., zimoun, 2021/10/14
- [bug#51207] [PATCH 2/9] gnu: julia-colortypes: Enable tests., zimoun, 2021/10/14
- [bug#51207] [PATCH 3/9] gnu: julia-irtools: Enable tests., zimoun, 2021/10/14
- bug#51207: [PATCH 0/9] More Julia packages toward Flux, Efraim Flashner, 2021/10/19