delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/11/01/16:20:15

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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=J1RGj53L2HG0UoCI
yJ1tzN13Io8jGPVlGncECGQHqBEdPFADZ6cD4s1WCfPQSO+WWmeU6DYIS/JNWQg0
ixcfHIuDbVlDmQivBDvfNGCVdIU5ZR3FHBLld+9gRc2+1LUEe2R2F5iHesAe+RZ2
64hcyo2XZ9UA7qTwtJ+AjvFV4TU=
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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=RlqSSx923+flP22OHqRQTr
03XRQ=; b=UdZ+9J13GYoWIJrEDxmvJ3GZbfUAa42wD7xS0iv5ahG3iCcMzeBGoj
OVW3vR6DyOfh5qpJOcPdJlWwGbY3ND9NtLliFN8tzeKSXJE+mQ8nFOj4XEBY0cfp
sPwwDLOsmkjuWqhJWqfYXWtwt9EQ297bML/lkFGYapyhjjas3U48A=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=liblapacka, UD:libcblas.a, lcblas, 2Fmingw64x86_64cblas
X-HELO: mail-io1-f49.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:openpgp:autocrypt:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=WWPZUeq5y5wXS8I3E0uxYOYZ/x9GNyp6UnlBU9RXtGY=; b=FtFwGZwrGsQOZeXIRw3T6WXuUh9TW7ZbA1sIOPfUn28oy7hQ2/17fMOK8lZ3Qe34wj nGOg0lYJlDupqJ1Eo04N5s4H3Ukv4PNcJrUQ2qbU7oyWLeVzl1I6YAJooWcz40+RYHqk JvS4xgMG9oeVhQ5T+40wX827o1plSYbpNwgsjFs8AycQ67AOHPHtnLIpz5m4kMHMTlzZ 1Yd67qlvUSxYzhVD6xGpOpJqxHMwUeQWV3tfTxaxCEmXV1lUsWjJiwKLtOUpmey15gOX jnSTiJRxBFBwU6BRXPd1Ve9dHDJ3kXs1d73TVPBuhU3igOEilj2jqv2cXDD3H+/ChGJ+ adIg==
Subject: Re: cblas library missing in liblapack-devel
To: cygwin AT cygwin DOT com
References: <8a87d61e-5a47-2487-2abd-51a54e07a159 AT free DOT fr>
From: cyg Simple <cygsimple AT gmail DOT com>
Openpgp: preference=signencrypt
Message-ID: <8014c93f-8a0e-7efd-7f07-2b236c88fab9@gmail.com>
Date: Thu, 1 Nov 2018 16:19:57 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
In-Reply-To: <8a87d61e-5a47-2487-2abd-51a54e07a159@free.fr>
X-IsSubscribed: yes

On 11/1/2018 3:54 PM, Falk Tannhäuser wrote:
> The package liblapack-devel (LAPACK library for linear algebra
> operations, see
> https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fliblapack-devel%2Fliblapack-devel-3.8.0-1&grep=cblas)
> 
> contains the header file usr/include/cblas.h (among others), library
> files as usr/lib/libblas.a, usr/lib/liblapack.a etc. as well as the file
> usr/lib/pkgconfig/cblas.pc . The command `pkg-config --libs cblas`
> returns "-lcblas". However, no library file libcblas.a is present, causing
> building of some software packages depending on this library to fail.
> On the other hand, the Win64 toolchain package mingw64-x86_64-cblas (see
> https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fmingw64-x86_64-cblas%2Fmingw64-x86_64-cblas-3.7.0-1&grep=cblas)
> does comport the library
> usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcblas.dll.a .
> Am I missing something during Cygwin installation?

Looks like a lapack-devel packaging issue.

-- 
cyg Simple

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019