From 73ad391a11ac71b17bef103d362745d064996ed0 Mon Sep 17 00:00:00 2001 From: Serban Udrea Date: Thu, 31 May 2018 00:32:07 +0100 Subject: development/numpy: Updated for version 1.14.3. Signed-off-by: David Spencer --- development/numpy/numpy.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'development/numpy/numpy.SlackBuild') diff --git a/development/numpy/numpy.SlackBuild b/development/numpy/numpy.SlackBuild index 1cbea85539646..2e7d81354bf1a 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 +# Copyright 2011-2018 Serban Udrea # 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 -# Updated up to 1.11.1 by Serban Udrea +# Updated up to 1.14.3 by Serban Udrea # # 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} -- cgit v1.2.3