Correct missing dependencies

This commit is contained in:
pcpa 2017-07-26 11:42:01 -04:00
parent 4790ab1abc
commit 85f7567c74

View file

@ -68,7 +68,7 @@ Name: sagemath
Group: Applications/Engineering
Summary: A free open-source mathematics software system
Version: 7.6
Release: 3%{?dist}
Release: 4%{?dist}
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
# Additionally, every $files section has a comment with the license name
# before files with that license
@ -346,6 +346,7 @@ Requires: python-pexpect
%endif
Requires: python-pickleshare
Requires: python-prompt_toolkit
Requires: python-psutil
Requires: python-six
Requires: python-speaklater
Requires: python-sphinx
@ -1174,6 +1175,7 @@ module load surf-geometry-%{_arch}
export PATH=$SAGE_LOCAL/bin:\$PATH
export SINGULAR_DATA_DIR=%{_datadir}
export SINGULAR_BIN_DIR=%{_libdir}/Singular
export SINGULAR_SO=%{_libdir}/libSingular-4.1.0.so
##export PYTHONPATH="$SAGE_PYTHONPATH:\$SAGE_LOCAL/bin"
export SAGE_CBLAS=blas
export SAGE_FORTRAN=%{_bindir}/gfortran
@ -1720,6 +1722,10 @@ exit 0
########################################################################
%changelog
* Wed Jul 26 2017 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 7.6-4
- Add missing python-psutil dependency
- Add extra environment variable to avoid Singular-devel dependency
* Tue May 23 2017 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 7.6-3
- Correct singular data dir path
- Correct sage -testall initialization