X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=dqrHyt2xWvsUlwal2I1nhyYvSEoBQIBWJPwfxQPM8W3 nHe47bf+K86oLCDF8Le9typHcGl581evJuq1rkqLA7OdEdrnx39s4U3axsIBz+K9 +DlGrJRQWRBrbnjR6PF3DeroPu2Cn7H9dQY6NqeFkCO79kon7yqx00sebKAnKOTs = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=tIqD07v8A9O3wQSx34MHp9boA4A=; b=KfeRTf2SC69tOcZW4 sBOFS8GztFWtlgpFXEJcln7IK1L2yDCen6EnF+8pjg7NvRabK0Fez08qPQhg8Brj T8Qn716MA1j4FNuR1JITZq17OYWcx+YE3YeYsaWXzQSpTPI2EVekWQW2dlwQMRC8 EdGhuedCFw+ktXXrwf5lI1/ALc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=kaufman, Kaufman, What=e2, what=e2?= X-HELO: mail-yb0-f169.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=57aRPjGptVJp0LdaD2/f8wVGRoeyl0DbdF37vZH0q+A=; b=sagWGvU7DdvRhK2E1Gl7UEFifRaK4/YBbyXM2r6xm9Qywo87zIgJ+lVvuPqC4ERpr6 VJYNxd8CHhEmjGgMuTRNcXSh+tpJlDDvj+YNmjEaXNL50ZeH41S9TEqttsMb3u0vnPqD 9K4gUY8oSATZBysNL5N20umSD8XQGGHeEcJF7S626B6EiEEDqZGw3cY1CdL1BUz5fPlf aLBQTPZ22oCyYjjVh/EJ/zQ/JxGlkYocNOD3PSfv7gOBrpo5k1D1IrarTfwkkvrrmf/2 wNw9VcRBXoJw75LuBzI1tZ72Hg5KjHf1cmsMZxaby+zXh2laYJOKTs4pwmrJVhjMLLnv zAIA== X-Gm-Message-State: AN3rC/6cJolA2TX1mQDC+7Xt+/nsZL3jW4/WXTRiR8f91BUIv6t9P71U 9o7O2ZQp/EjA6plcGaCkTJ2Xhe5nzUX3 X-Received: by 10.37.230.198 with SMTP id d189mr2300596ybh.110.1493138589352; Tue, 25 Apr 2017 09:43:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Erik Bray Date: Tue, 25 Apr 2017 18:43:08 +0200 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: lapack-3.7.0-1 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id v3PGhVip011156 On Wed, Jan 11, 2017 at 9:41 AM, Marco Atzeri wrote: > To: cygwin-announce AT cygwin DOT com > Subject: Updated: lapack-3.7.0-1 > > New versions lapack-3.7.0-1 of > > lapack (source) > liblapack0 > liblapack-devel > liblapack-doc > > are available in the Cygwin distribution, 32 and 64 bit : > > CHANGES > This is latest upstream version > > LAPACK 3.7.0: What’s new > Linear Least Squares / Minimum Norm solution > Symmetric-indefinite Factorization: Aasen’s tridiagonalization > Symmetric-indefinite Factorization: New storage format for L factor > in Rook Pivoting and Bunch Kaufman of LDLT > Symmetric eigenvalue problem: Two-stage algorithm for reduction > to tridiagonal form > Improved Complex Jacobi SVD > > Full list of changes at: > http://www.netlib.org/lapack/lapack-3.7.0.html > > Bugs fix list > https://github.com/Reference-LAPACK/lapack/milestone/1?closed=1 > > DESCRIPTION > Comprehensive FORTRAN library for linear algebra operations. > Includes matrix inversions, least squared solutions to > sets of equations, eigenvector analysis, singular value > decomposition, etc. > > HOMEPAGE > http://www.netlib.org/lapack/ > > Regards > Marco Atzeri Hi Marco, I think there might (?) be a problem with this version of this package, or specifically the liblapack0-devel (since it includes liblapack.dll.a import library). The import library references "cyglapack.dll" as the DLL name. However, it actually should be "cyglapack-0.dll". So software (such as Numpy) that linked with lapack using the import library is broken. Thanks, Erik -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple