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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=K2o wc5IEuh15hsguW4AaEZLNZ3Hwc483hTSJt5MlII7saylktX3X7T/0gr/2I0OGjfG SGKDQjzrtJeajT78L2rXKoMElkrWeyhl9qXvqxX5HQ3BKNxbCjnmm2NKuGY29KOp Gb73zzvvvA0gkRF90mni+pdd/7tyFCjmkMkd1qfM= 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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=tfLWZDSmk LAPx9YJQn1tR45/8DY=; b=cWeZ4UeEzMOBTyTZEcEjZE6IbQO6Rxi5nJNC1H9gO NVjz8x1xn9A1BHCSM00Dd7P7mYvralVgAIRNwzkNeqFXJqsp8clHl3ttGNa5IznE vFavR5Od2rOf2Z0vTmF8Nsa9VFGgAsi0GFXcqS7ORCSAFO+1Ah8Y+s+ENyGvPtsL 0I= 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-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=H*Ad:D*fr, H*r:b50a, Hx-languages-length:923 X-HELO: smtp3-g21.free.fr To: cygwin AT cygwin DOT com From: =?UTF-8?Q?Falk_Tannh=c3=a4user?= Subject: cblas library missing in liblapack-devel Message-ID: <8a87d61e-5a47-2487-2abd-51a54e07a159@free.fr> Date: Thu, 1 Nov 2018 20:54:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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? Falk -- 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