diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2018-05-31 00:32:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-02 07:32:33 +0700 |
commit | 73ad391a11ac71b17bef103d362745d064996ed0 (patch) | |
tree | 8d8e8eda81417e4d0c8bf59e1b9c8a0606872521 /development/numpy/numpy.SlackBuild | |
parent | 30fa66eae28c0ce788e48cd1cec21daede247777 (diff) |
development/numpy: Updated for version 1.14.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 1cbea8553964..2e7d81354bf1 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} |