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 43BB9DC0F3F for ; Sat, 26 Mar 2016 02:32:11 +0000 (UTC) Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D97BCDC0394 for ; Sat, 26 Mar 2016 02:32:08 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id td3so56928680pab.2 for ; Fri, 25 Mar 2016 19:32:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=RY+Pp143cx3r1N9NiB25NmahEP0ZC7bjUuQUj4O0fwg=; b=TKs6iNd3wUFkhIJSgk/2ItmuAt+toY+EWB1oMmnY/1LX9HTa8glpDtGuPo28plgM2+ ANGDlaGaLpFpJTXxinKdDieM1NiF3C4LWMSALXK5j8uqDJsT3ziaeKXLrMn8Ux76Z+ui 5r6zhuyfhRHQm4QdGIdfD93dofQTTZ920UWhqYebHkr6AqcaNGwkAM7czPZUDhap0HeQ 1tJriljkkR+FT56e0QzMrV8tfMyGHnOjHJhp/OWKUn+e9up+Brk4nI/6UE0s2qJFF0Hf uP+UelAsYHHk/q5mIDy7c4EVk9r6quC24P2F2SgXD432YSEsqm2XkJ9iR0yweD3VBVql +7Lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=RY+Pp143cx3r1N9NiB25NmahEP0ZC7bjUuQUj4O0fwg=; b=hsMTrEuGAIHH8qqOhu1DFH8C7/WFVGUNl98dCLO8EhUeSH7QTQb/FzwFItbwPRCqhY ZRZ0DRhTBE1Poo35R0svRvXQhKI2bzf5Tx5TyS/5hG/LGbtvUlZZkwXVZRmvF46yvxv6 79UFNCLT0Iv6u2BnoDtQdH/VdjTle+nv6lZFgGOhMUOiul/SfR/tI6G134Yr+pUmipQO zzIo0UqN4jK+ERXy+4ruR1y6Ig2dtytBQtI560N41PNoFTfaAV6LL7eS4NRT7dA4D8FP Q7ByA+0hllQIBUEUAWixWwyXUqfSbJpVrcYGAs6uUbws/VBbBh4rcQ2ot1eRQrTKaAmh ISPw== X-Gm-Message-State: AD7BkJIV/1y3x4g+b23S0tT1hejwawo7N+JZewxAqxeyi/g3/RUCWTQgcw+/t9smR6n6VA== X-Received: by 10.66.176.139 with SMTP id ci11mr25158840pac.68.1458959527278; Fri, 25 Mar 2016 19:32:07 -0700 (PDT) Received: from newbook ([50.0.225.136]) by smtp.gmail.com with ESMTPSA id h85sm19144671pfj.52.2016.03.25.19.32.06 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Mar 2016 19:32:06 -0700 (PDT) Date: Fri, 25 Mar 2016 19:32:03 -0700 From: Isaac Dunham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] testing/openblas: update to 0.2.17 Message-ID: <20160326023202.GA13725@newbook> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="IiVenqGWf+H9Y6IX" Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP --IiVenqGWf+H9Y6IX Content-Type: multipart/mixed; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, Attached is a patch to update OpenBLAS to 0.2.17. There's also a small tweak to the build() function that makes the compile less noisy, due to some strange consequences of the recursive make based buildsystem. Thanks, Isaac Dunham --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0001-testing-openblas-update-to-0.2.17.patch" Content-Transfer-Encoding: quoted-printable =46rom a225f7147e215bb2f8d0dd47a9a010f1c1bb204b Mon Sep 17 00:00:00 2001 =46rom: Isaac Dunham Date: Fri, 25 Mar 2016 12:05:29 -0700 Subject: [PATCH] testing/openblas: update to 0.2.17 While here, pass CFLAGS on the command line rather than in the environment because the latter confuses make. (This fixes all the warnings about CNAME/ASMNAME/... getting defined multiple times.) --- testing/openblas/APKBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/testing/openblas/APKBUILD b/testing/openblas/APKBUILD index 654219f..427125d 100644 --- a/testing/openblas/APKBUILD +++ b/testing/openblas/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Isaac Dunham # Maintainer: Isaac Dunham pkgname=3Dopenblas -pkgver=3D0.2.15 -pkgrel=3D1 +pkgver=3D0.2.17 +pkgrel=3D0 pkgdesc=3D"A fast BSD-licensed BLAS based on gotoBLAS2, with LAPACK" url=3D"http://www.openblas.net" arch=3D"all" @@ -39,7 +39,8 @@ FLAGS=3D"USE_OPENMP=3D0 NO_LAPACK=3D0 NUM_THREADS=3D32 MA= JOR_VERSION=3D3 \ =20 build() { cd "$_builddir" - make $FLAGS PREFIX=3D/usr || return 1 +#=20 + CFLAGS=3D make CFLAGS=3D"$CFLAGS" $FLAGS PREFIX=3D/usr TOPDIR=3D"$_buildd= ir" || return 1 } =20 package() { @@ -51,6 +52,6 @@ package() { install -m 0644 $FILE "$pkgdir/usr/share/doc/$pkgname" || return 1 done } -md5sums=3D"b1190f3d3471685f17cfd1ec1d252ac9 openblas-0.2.15.tar.gz" -sha256sums=3D"73c40ace5978282224e5e122a41c8388c5a19e65a6f2329c2b7c0b61bacc= 9044 openblas-0.2.15.tar.gz" -sha512sums=3D"5b61556a9bd2c622bc31ec7a1b4cbab67740e40c4f0717670b16987d687e= fdd83d3bd8b2c0b158a8da956ef04665cf9a00b6b1f1619b6353a206a31a5e5d6c9a openb= las-0.2.15.tar.gz" +md5sums=3D"664a12807f2a2a7cda4781e3ab2ae0e1 openblas-0.2.17.tar.gz" +sha256sums=3D"0fe836dfee219ff4cadcc3567fb2223d9e0da5f60c7382711fb9e2c35ecf= 0dbf openblas-0.2.17.tar.gz" +sha512sums=3D"ae49294e0d4903d5f385c256956ac950a75cbc4f828a31c7c324e2512831= afa955c22d71e965256c355d38e45cde1987ee2babb12ba9ab9e99323e476790b507 openb= las-0.2.17.tar.gz" --=20 2.7.4 --zhXaljGHf11kAtnf-- --IiVenqGWf+H9Y6IX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJW9fSfAAoJEEQFgbMMxjofEbYIAJVeIutQ4g6xm6DcvUOyXoXN NWH45HoPl+frNdFP2ePf8leAINg4y5/h3mrJaa1YPpxukFwkiovRkxb4lmcDg5LW FMeb57AuMulirZIfJdSpESisFOmAAmbvjfsBNgxj6gKVPHwUGJFkU7vWZ/rwVrN+ YkbEEfo8wcSS3akmp30BAOlGSv3RIOESutGYnOXKmziBr4vQpmKHvok6M51PSOw/ xcLdUmohTY4irgpQIbZVukZGSncMstZDocaxumRvCwWB/kiMPl8oN0i46qwn2kLQ W5htLQ0wUZHcs1B27SwkYcMUewyHVtvQWxHi/FbmSJlnQ+jmBwdyV6XA2lpnKbU= =Yyyg -----END PGP SIGNATURE----- --IiVenqGWf+H9Y6IX-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---