diff options
Diffstat (limited to 'development/numpy/numpy.SlackBuild')
-rw-r--r-- | development/numpy/numpy.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/development/numpy/numpy.SlackBuild b/development/numpy/numpy.SlackBuild index 1cbea85539..2e7d81354b 100644 --- a/development/numpy/numpy.SlackBuild +++ b/development/numpy/numpy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for NumPy -# Copyright 2011-2016 Serban Udrea <s.udrea@gsi.de> +# Copyright 2011-2018 Serban Udrea <s.udrea@gsi.de> # All rights reserved. # # Redistribution and use of this script, with or without modification, @@ -24,7 +24,7 @@ # POSSIBILITY OF SUCH DAMAGE. # Written by Aleksandar Samardzic <asamardzic@gmail.com> -# Updated up to 1.11.1 by Serban Udrea <S.Udrea@gsi.de> +# Updated up to 1.14.3 by Serban Udrea <S.Udrea@gsi.de> # # Added support for building with debugging symbols (S. Udrea) # @@ -38,9 +38,11 @@ # # Added the possibility to force numpy to link to different kinds of the # ATLAS library (S. Udrea) +# +# Thanks go to Pedro Ribeiro Mendes JĂșnior for help with the upgrade to 1.14.3. PRGNAM=numpy -VERSION=${VERSION:-1.11.1} +VERSION=${VERSION:-1.14.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |