[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47350] [PATCH v2 01/30] build: julia-build-system: Turn on deprecia
From: |
zimoun |
Subject: |
[bug#47350] [PATCH v2 01/30] build: julia-build-system: Turn on depreciation warnings. |
Date: |
Thu, 25 Mar 2021 02:04:49 +0100 |
* guix/build/julia-build-system.scm (check): Set option '--depwarn=yes'.
---
guix/build/julia-build-system.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/build/julia-build-system.scm
b/guix/build/julia-build-system.scm
index 8f57045a8c..d74acf2a05 100644
--- a/guix/build/julia-build-system.scm
+++ b/guix/build/julia-build-system.scm
@@ -101,7 +101,7 @@ Project.toml)."
(or (getenv "JULIA_LOAD_PATH")
"")))
(setenv "HOME" "/tmp")
- (invoke "julia"
+ (invoke "julia" "--depwarn=yes"
(string-append builddir "packages/"
package "/test/runtests.jl"))))
#t)
base-commit: a2f3a456bec357394fe550d927c26bbbdaa7ba6e
--
2.28.0
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), (continued)
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/24
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/24
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/25
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/25
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/27
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/27
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/27
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/27
- bug#47350: [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Ludovic Courtès, 2021/03/29
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/29
[bug#47350] [PATCH v2 01/30] build: julia-build-system: Turn on depreciation warnings.,
zimoun <=
- [bug#47350] [PATCH v2 03/30] gnu: Add julia-macrotools., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 06/30] gnu: Add julia-irtools., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 05/30] gnu: Add julia-reexport., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 08/30] gnu: Add julia-unitful., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 04/30] gnu: Add julia-nanmath., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 07/30] gnu: Add julia-staticarrays., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 11/30] gnu: Add julia-colors., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 13/30] gnu: Add julia-requires., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 16/30] gnu: Add julia-finitedifferences., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 02/30] gnu: Add julia-constructionbase., zimoun, 2021/03/24