diff options
author | Marius Bakke <[email protected]> | 2022-08-11 19:36:05 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-09-18 17:06:05 +0200 |
commit | a91cf65a7e070d32792c2efc0012569cfc48e060 (patch) | |
tree | fd40c0fa4fba42744eda76c5d31a7251c521575d /gnu/packages/cran.scm | |
parent | 3d3100d8b1df073e26cc42d20726711b0873d9b1 (diff) |
gnu: Python: Update to 3.10.7.
* gnu/packages/python.scm (python-3.9): Rename to ...
(python-3.10): ... this. Update to 3.10.7.
[source](patches): Remove 'python-3-no-static-libs.patch' in favor of ...
[arguments]: Add #:configure-flags.
(python-3): Refer to PYTHON-3.10.
* gnu/packages/patches/python-3-fix-tests.patch: Refresh.
* gnu/packages/patches/python-3-no-static-lib.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/version-control.scm (mercurial)[native-search-paths]: Adjust
Python version.
* gnu/packages/admin.scm (ansible)[native-search-paths]: Likewise.
* gnu/packages/bioinformatics.scm (scvelo)[arguments]: Replace hard-coded
python3.9 paths with python3.10.
* gnu/packages/cran.scm (r-torch)[arguments]: Likewise.
* gnu/packages/machine-learning.scm (liblantern)[arguments]: Likewise.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 123c677938..64e0e8b0b1 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -24542,7 +24542,7 @@ Visualizations are also available for most of these settings.") (mkdir-p deps) (symlink (search-input-file - inputs "/lib/python3.9/site-packages/torch/lib/libtorch.so") + inputs "/lib/python3.10/site-packages/torch/lib/libtorch.so") (string-append deps "/libtorch.so")) (symlink (search-input-file |