From 04fd0cbe80a26b3b6b0fb150620573d194787568 Mon Sep 17 00:00:00 2001 From: pcpa Date: Wed, 26 Jul 2017 11:43:54 -0400 Subject: [PATCH] Correct missing dependencies --- sagemath.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sagemath.spec b/sagemath.spec index 0204af4..8a5006c 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -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 - 7.6-4 +- Add missing python-psutil dependency +- Add extra environment variable to avoid Singular-devel dependency + * Tue May 23 2017 pcpa - 7.6-3 - Correct singular data dir path - Correct sage -testall initialization