diff options
Diffstat (limited to 'development/numpy/numpy.SlackBuild')
-rw-r--r-- | development/numpy/numpy.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/numpy/numpy.SlackBuild b/development/numpy/numpy.SlackBuild index d3e416836b..bd4558c011 100644 --- a/development/numpy/numpy.SlackBuild +++ b/development/numpy/numpy.SlackBuild @@ -3,13 +3,13 @@ # Slackware build script for NumPy # Written by Aleksandar Samardzic <asamardzic@gmail.com> -# Updated up to 1.9.0 by Serban Udrea <S.Udrea@gsi.de> +# Updated up to 1.9.1 by Serban Udrea <S.Udrea@gsi.de> # Added support for building with debugging symbols (S. Udrea) # LIBDIRSUFFIX is now needed to set the proper path for # UMFPACK (S. Udrea) PRGNAM=numpy -VERSION=${VERSION:-1.9.0} +VERSION=${VERSION:-1.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |