mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Remove incorrect revert of previous bz fixes
This commit is contained in:
parent
11b0fd500d
commit
fb141f7cc1
1 changed files with 0 additions and 10 deletions
|
@ -1043,7 +1043,6 @@ export SAGE_FORTRAN_LIB=\`gfortran --print-file-name=libgfortran.so\`
|
|||
export SYMPOW_DIR="\$DOT_SAGE/sympow"
|
||||
export LC_MESSAGES=C
|
||||
export LC_NUMERIC=C
|
||||
export SAGE_BROWSER=firefox
|
||||
MALLOC_CHECK_=1 $SAGE_LOCAL/bin/sage "\$@"
|
||||
EOF
|
||||
#------------------------------------------------------------------------
|
||||
|
@ -1205,15 +1204,6 @@ rm -r %{buildroot}%{python_sitearch}/sagenb/data/sage3d
|
|||
rm -fr $DOT_SAGE
|
||||
|
||||
########################################################################
|
||||
%pretrans
|
||||
# Temporary due to moving directory to symlink
|
||||
if [ ! -L %{SAGE_ROOT}/devel -a -d %{SAGE_ROOT}/devel ]; then
|
||||
mkdir %{SAGE_SRC}
|
||||
mv %{SAGE_ROOT}/devel/* %{SAGE_SRC}
|
||||
rmdir %{SAGE_ROOT}/devel
|
||||
ln -s src %{SAGE_ROOT}/devel
|
||||
fi
|
||||
|
||||
%post core
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue