diff options
Diffstat (limited to 'academic/scidavis/scidavis.SlackBuild')
-rw-r--r-- | academic/scidavis/scidavis.SlackBuild | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/academic/scidavis/scidavis.SlackBuild b/academic/scidavis/scidavis.SlackBuild index 53589845d0..fba0962407 100644 --- a/academic/scidavis/scidavis.SlackBuild +++ b/academic/scidavis/scidavis.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for SciDAVis # Based on the Slackware 14.2 SlackBuild # -# Copyright 2017-2018, Fellype do Nascimento, Campinas - Brazil +# Copyright 2017-2019, Fellype do Nascimento, Campinas - Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=scidavis -VERSION=${VERSION:-1.23} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.25} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -68,18 +68,6 @@ find -L . \ # Correct the manpage path sed -i -e 's#share/man#man#' scidavis/scidavis.pro -# Correction needed in order to find qwtplot3d in its default path -grep -rl "qwtplot3d/" libscidavis/src/ | xargs sed -i "s:<qwtplot3d/:<:" - -# Patch to fix issues when SciPy is installed. Without this there may be a -# problem when running python scripts due to differences between SciPy versions -# higher or lower than 1.0.0 -patch -p1 < $CWD/fix_issue_with_scipy_vesions.patch scidavis/scidavisrc.py - -# Patch to fix crash on right-click inside the project explorer outside the icon for folders area -# For more information see: https://github.com/highperformancecoder/scidavis/issues/90 -patch -p1 < $CWD/fix-gh-issue-90.patch libscidavis/src/ApplicationWindow.cpp - # Since version 1.23 it is possible to build/use SciDAVis with Python 3 - just use # PYTHON3=yes before execute scidavis.SlackBuild. Default is to use python 2 (PYTHON3=no). # *** It does not build using Python 3 in Slackware 14.2 or previous because PyQt was not built with |