From owner-svn-ports-head@freebsd.org Sat Jul 2 15:24:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 312D1B8F294; Sat, 2 Jul 2016 15:24:04 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B82E42E9B; Sat, 2 Jul 2016 15:24:03 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id f126so57433344wma.1; Sat, 02 Jul 2016 08:24:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=qep4FdtFzs9sry8JKAEHOizLENE+DVHJSb/6SkSjhjU=; b=vrYCgTqM/OQRfZ8kSvXYn4pJzCK2xJDiBUMt5Xily47cAg2tIexOFouslxtOp2t/FF lHRMyEpJT7vyOFVevXn1PEmjwP7w4942ET3KIO1m/8ddXAEp/khNbVSO/M+zyyFshCBy BId/waomAcg9iXSjA5xhrB0+PLUiF44otZ8yo45bN79wkTsmXq22z3SXF5DQD/ojwXtS ZeoGLFvU9o0CQcSmL8aAMYo+xCr4RyEkWb5mue57EaBXQeT5kCLXQ2xLvSlADNxRnAzB DyPejUMJO4kL7N7FqX72y4MdgHWlj2rnQ5X344cSq6YAO+aVt5rxoGNbRS3A8km6CxLq e/Dg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=qep4FdtFzs9sry8JKAEHOizLENE+DVHJSb/6SkSjhjU=; b=XHJ2VxTFgxvTnsNleLotvjtDPnmKVCpJcoEDYSpElu3TIVPfotJ/bex6qVQPKsOT/a OwmLdUsLwHqLU7BRwemedn4XX8Ps9VhMCBaHlVAPrj1J1c+n8ExJP+32DOGrV+FmuMSh obKEcpB8bpw58s0N73acLkcmwG9iItq8/QexLYWkhcsegxyWlqj30ZSKJ2zzIkcxoiiE /raytOs7W0tpa3a6izr0kz7TEMLREKNROoR2O4XTNn3yVxRSk0jLoRuzmgAHnaJSBv/o HzYdhmmKVc128Q1W/T0Si8f83aUGgs71ih3CFbX89JmxWctV5NKOqt7IO8zLTjEj1J2o LRLg== X-Gm-Message-State: ALyK8tJ9lApLDd8JXcfpVvp7mruFs3achKkOmvC4lli66DlHZgysAlyn6ImEqjlQvbV4ig== X-Received: by 10.194.86.38 with SMTP id m6mr3562170wjz.154.1467473042009; Sat, 02 Jul 2016 08:24:02 -0700 (PDT) Received: from tuborg (AMarseille-655-1-754-82.w92-150.abo.wanadoo.fr. [92.150.163.82]) by smtp.gmail.com with ESMTPSA id jf3sm3130674wjb.41.2016.07.02.08.24.00 (version=TLS1 cipher=AES128-SHA bits=128/128); Sat, 02 Jul 2016 08:24:01 -0700 (PDT) Sender: Olivier Duchateau Date: Sat, 2 Jul 2016 17:21:08 +0000 From: Olivier Duchateau To: Thomas Zander Cc: "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r417692 - in head/math/py-numpy: . files Message-Id: <20160702172108.dd0ed3c5cf80da6ea1a4325a@freebsd.org> In-Reply-To: References: <201606280334.u5S3YtD1058608@repo.freebsd.org> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; i386-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2016 15:24:04 -0000 On Thu, 30 Jun 2016 20:02:44 +0200 Thomas Zander wrote: > On 28 June 2016 at 05:34, Olivier Duchateau wrote: > > > -NETLIB_LIB_DEPENDS= libcblas.so:math/cblas > > +NETLIB_LIB_DEPENDS= libcblas.so:math/cblas \ > > + libopenblas.so:math/openblas > > This is weird. Is this a bug in numpy's build system or is there > really some function in openblas that is not implemented by cblas? We > should not force the install of a 200 MiB math package just because of > a bug in a Makefile. No, it's not bug in Numpy, rather in QA script. Numpy detects perfectly Openblas during build process, and Openblas comes from math/suitesparse (which is set by default). > > Riggs -- Olivier Duchateau