mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Add disclaimer and minimal support to start the sagemath notebook
The sagemath notebook is discontinued and not ported to python3. This commit adds patches to make it start, have minimal functionality and show a disclaimer, explaining to user to use the jupyter notebook.
This commit is contained in:
parent
c94c404e1d
commit
abd2cf0873
2 changed files with 355 additions and 0 deletions
|
@ -209,6 +209,9 @@ Patch30: %{name}-sagetex.patch
|
|||
# Fix some path settings in the sage environment
|
||||
Patch31: %{name}-env.patch
|
||||
|
||||
# Make notebook minimally function until upstream finally removes it
|
||||
Patch32: %{name}-sagenb-python3.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: arb-devel
|
||||
BuildRequires: boost-devel
|
||||
|
@ -873,6 +876,7 @@ popd
|
|||
%patch29
|
||||
%patch30
|
||||
%patch31
|
||||
%patch32
|
||||
|
||||
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
|
||||
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue