Open mkoeppe opened 3 years ago
Branch pushed to git repo; I updated commit sha1. New commits:
d8ff1b2 | src/sage/cpython/__init__.py: Use pyjion.config(pgc=False) |
Commit: d8ff1b2
Even after using pyjion.config(pgc=False)
, running the test suite gives a number of errors like
pyjion.PyjionUnboxingError: Optimizations are invalid. Pyjion PGC expected float, but 1 is a int. Try disabling PGC pyjion.config(pgc=False) or lowering the optimization level to avoid hitting this error.
Also
sage.repl.rich_output.display_manager.RichReprWarning: Exception in _rich_repr_ while displaying object: new style getargs format but argument is not a tuple
Description changed:
---
+++
@@ -1,3 +1,10 @@
https://github.com/tonybaloney/Pyjion
Requires Python 3.10
+
+and .NET 6
+- https://repology.org/project/dotnet6-sdk/versions
+- https://repology.org/project/dotnet-sdk-6.0/versions
+- https://repology.org/project/dotnet-core/versions
+- https://repology.org/project/dotnet/versions
+
Author: Matthias Koeppe
Description changed:
---
+++
@@ -1,4 +1,6 @@
https://github.com/tonybaloney/Pyjion
+
+https://pyjion.readthedocs.io/en/latest/index.html
Requires Python 3.10
Description changed:
---
+++
@@ -5,8 +5,7 @@
Requires Python 3.10
and .NET 6
-- https://repology.org/project/dotnet6-sdk/versions
-- https://repology.org/project/dotnet-sdk-6.0/versions
+- https://docs.microsoft.com/en-us/dotnet/core/install/linux
- https://repology.org/project/dotnet-core/versions
- https://repology.org/project/dotnet/versions
Branch pushed to git repo; I updated commit sha1. New commits:
fd95788 | src/sage/cpython/__init__.py: Use pyjion.config(pgc=False, level=0) |
Branch pushed to git repo; I updated commit sha1. New commits:
b811ca7 | src/sage/cpython/__init__.py: Use warnings.warn instead of polluting stdout |
Probably should only enable it if some environment variable is set (going through sage.env
), and should note it in the banner instead of a warning.
https://github.com/tonybaloney/Pyjion
https://pyjion.readthedocs.io/en/latest/index.html
Requires Python 3.10
and .NET 6
Depends on #30766
Component: packages: optional
Author: Matthias Koeppe
Branch/Commit: u/mkoeppe/add_pyjion_jit_compiler @
b811ca7
Issue created by migration from https://trac.sagemath.org/ticket/32845