mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 19:55:54 -04:00
Make jmol available (#1026751)
This commit is contained in:
parent
c459590874
commit
37624f9e56
1 changed files with 2 additions and 0 deletions
|
@ -989,6 +989,7 @@ pushd src/bin
|
||||||
mkdir -p $SAGE_LOCAL/bin
|
mkdir -p $SAGE_LOCAL/bin
|
||||||
cp -fa sage-* $SAGE_LOCAL/bin
|
cp -fa sage-* $SAGE_LOCAL/bin
|
||||||
pushd $SAGE_LOCAL/bin
|
pushd $SAGE_LOCAL/bin
|
||||||
|
ln -sf %{_bindir}/jmol jmol
|
||||||
ln -sf %{_bindir}/python sage.bin
|
ln -sf %{_bindir}/python sage.bin
|
||||||
ln -sf %{_bindir}/python python
|
ln -sf %{_bindir}/python python
|
||||||
%if %{without bundled_pari}
|
%if %{without bundled_pari}
|
||||||
|
@ -1427,6 +1428,7 @@ exit 0
|
||||||
%if %{with bundled_pari}
|
%if %{with bundled_pari}
|
||||||
%{SAGE_LOCAL}/bin/gp*
|
%{SAGE_LOCAL}/bin/gp*
|
||||||
%endif
|
%endif
|
||||||
|
%{SAGE_LOCAL}/bin/jmol
|
||||||
%if %{with bundled_ipython}
|
%if %{with bundled_ipython}
|
||||||
%{SAGE_LOCAL}/bin/ip*
|
%{SAGE_LOCAL}/bin/ip*
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue