mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 19:55:54 -04:00
Correct missing dependencies
This commit is contained in:
parent
7f30124ca8
commit
04fd0cbe80
1 changed files with 7 additions and 1 deletions
|
@ -68,7 +68,7 @@ Name: sagemath
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
Summary: A free open-source mathematics software system
|
Summary: A free open-source mathematics software system
|
||||||
Version: 7.6
|
Version: 7.6
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
|
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
|
||||||
# Additionally, every $files section has a comment with the license name
|
# Additionally, every $files section has a comment with the license name
|
||||||
# before files with that license
|
# before files with that license
|
||||||
|
@ -346,6 +346,7 @@ Requires: python-pexpect
|
||||||
%endif
|
%endif
|
||||||
Requires: python-pickleshare
|
Requires: python-pickleshare
|
||||||
Requires: python-prompt_toolkit
|
Requires: python-prompt_toolkit
|
||||||
|
Requires: python-psutil
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-speaklater
|
Requires: python-speaklater
|
||||||
Requires: python-sphinx
|
Requires: python-sphinx
|
||||||
|
@ -1174,6 +1175,7 @@ module load surf-geometry-%{_arch}
|
||||||
export PATH=$SAGE_LOCAL/bin:\$PATH
|
export PATH=$SAGE_LOCAL/bin:\$PATH
|
||||||
export SINGULAR_DATA_DIR=%{_datadir}
|
export SINGULAR_DATA_DIR=%{_datadir}
|
||||||
export SINGULAR_BIN_DIR=%{_libdir}/Singular
|
export SINGULAR_BIN_DIR=%{_libdir}/Singular
|
||||||
|
export SINGULAR_SO=%{_libdir}/libSingular-4.1.0.so
|
||||||
##export PYTHONPATH="$SAGE_PYTHONPATH:\$SAGE_LOCAL/bin"
|
##export PYTHONPATH="$SAGE_PYTHONPATH:\$SAGE_LOCAL/bin"
|
||||||
export SAGE_CBLAS=blas
|
export SAGE_CBLAS=blas
|
||||||
export SAGE_FORTRAN=%{_bindir}/gfortran
|
export SAGE_FORTRAN=%{_bindir}/gfortran
|
||||||
|
@ -1720,6 +1722,10 @@ exit 0
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
%changelog
|
%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
|
* Tue May 23 2017 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 7.6-3
|
||||||
- Correct singular data dir path
|
- Correct singular data dir path
|
||||||
- Correct sage -testall initialization
|
- Correct sage -testall initialization
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue