X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id CAEEFDC1800 for ; Mon, 30 Nov 2015 01:57:47 +0000 (UTC) Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 95285DC009C for ; Mon, 30 Nov 2015 01:57:47 +0000 (UTC) Received: by pacej9 with SMTP id ej9so167522103pac.2 for ; Sun, 29 Nov 2015 17:57:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=i17ewnegtpNjeW0LkbeleWNWKV5n8wFb/LO9teF9f68=; b=RctfFgeX4Yd6/86eC0y15M7jROqaWKaDKpEelK1Yxa1P7gSeoaJyhswXbNlNbx0XWv 3C4I3jCxtT11mvehCJwgg33nDJEQLxnLrqzlfxLBArdZr37DcgUy1FY0woYlfoLfWAto QhIjW1WHWSuyWPR1UOnRQTiGafauZ+tPh4cLACHyJNlVExpGLJXQqRejQ/oIXZl01iZe B4CmSdO3Va46vX76Ongz2VV7zAc04awI43oti4ceLGgqxvqWLhP48Lugked0xCj6xHUP WlpB1S7y5+IEcY9CiDyVlPIU70ZPIslFhX2jMINmgh+bqlb+xgvjRFZAt2TN6RogxaI/ o6iA== X-Received: by 10.98.69.157 with SMTP id n29mr66124464pfi.36.1448848665681; Sun, 29 Nov 2015 17:57:45 -0800 (PST) Received: from newbook ([50.0.225.136]) by smtp.gmail.com with ESMTPSA id t73sm47127740pfi.83.2015.11.29.17.57.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Nov 2015 17:57:45 -0800 (PST) Date: Sun, 29 Nov 2015 17:57:42 -0800 From: Isaac Dunham To: =?iso-8859-1?Q?S=F6ren?= Tempel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/openblas: upgrade to 0.2.15 Message-ID: <20151130015741.GA3416@newbook> References: <1448794998-13309-1-git-send-email-koloberdin@gmail.com> <20151129134233.GA18182@francium.fritz.box> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20151129134233.GA18182@francium.fritz.box> User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP On Sun, Nov 29, 2015 at 02:42:33PM +0100, S=F6ren Tempel wrote: > Hey, >=20 > Thanks for you patch but I get a huge amount of redefinition warnings > when trying to compile openblas: >=20 > :0:0: warning: "ASMNAME" redefined > :0:0: note: this is the location of the previous definition > :0:0: warning: "ASMFNAME" redefined > :0:0: note: this is the location of the previous definition > :0:0: warning: "NAME" redefined > :0:0: note: this is the location of the previous definition > :0:0: warning: "CNAME" redefined > :0:0: note: this is the location of the previous definition > :0:0: warning: "CHAR_NAME" redefined > :0:0: note: this is the location of the previous definition > :0:0: warning: "CHAR_CNAME" redefined > :0:0: note: this is the location of the previous definition >=20 > However, I also get those warnings when compiling the old version. Not > sure if their build system is just broken but we might want to fix > that... Yes, it's a standard problem; any -D... flag ends up in multiple make variables. (The problem will require patching the Makefile, but I haven't looked at it closely.) Thanks, Isaac Dunham --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---