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=I7ZV/yn8yHy/nkzV o+sH9IpDiuirNqtiUXfLG3umshdJ36mkgGipCv+Elk6jN1lRTsZsMpiQj2xCTXun L86rfe4gWEMbax2Y4gsd7oqhqSKN72vDDbMyzPaciKDsgmmt3kQNZ/+FyT865QrW GcY/vVXCrO/XHViUK9W6XVaAdwA= 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=yO1iz5Ob/L6MPlMNryUmvR qkovY=; b=WZX+i7GxNw6+4TD0+ZgujDJteoTrU8bvXV5eTAJI1ANQX7/TVfAeAA 1ajYe5w0rePYyi2LnkoBHhL2SOBGE4fx6JsKVHAIUMRu9mkTnXqm/8gV4TKVuP6j v/Jy1OCyl/3xf6iwYqf+eZPaWqWzbeNro5HgQ4EnJPR+ybVP/mt5U= 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: =?ISO-8859-1?Q?No, score=-0.9 required=5.0 tests=BAYES_00,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=auf, Diese, geprft, gepr=c3=bcft?= X-HELO: mail-wr1-f47.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=95U2N+BFgEbZ9h5rUfRViqJw21Bwz1kSXxi94WdNUag=; b=Zsemw1IhN9yVzJ/gXE5NE8Uw5skUt0xyK0M7zh/LPQ58tds23PvE6KK2YK5qLWqzXG q2unGb9y+MgxDbUisvFfgo37uz4HTitblS2MJ8i5OxDDVdysPHDK4Wc9VZzWsL/Fh7Vy 35xpv12XysWn8R5Cb2Nz7vWycUnhuI++Bur76YxAnzx0uDzcsY0N0Z5VcTFe++EwR39p 7nAuwQbGueRIXeOLZ9zzlWC70k+4ThPcKm4Alvevjz8ONScYmMU9H5UwPfzSARcrdEAz 8LT8rn6JQmXdvuIJTtdF9PDdN2ohIO8XfEKr9CH05P8WeIoVboetKR/uBxWVVy9wbGlo NEfw== 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: Marco Atzeri Message-ID: <5bc8ea62-357b-6e5c-b7a5-64635b86494d@gmail.com> Date: Thu, 1 Nov 2018 22:09:48 +0100 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> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Am 01.11.2018 um 20:54 schrieb Falk Tannhäuser: > 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. for historical cygwin package reason cblas is merged with blas, they are both inside /usr/lib/libblas.a /usr/lib/libblas.dll.a It seems I forgot to amend the cblas.pc to return "-lblas" when it was added to the lapack package. > Am I missing something during Cygwin installation? > > Falk I will amend at next release, as workaround you can modify usr/lib/pkgconfig/cblas.pc manually Regards Marco --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus -- 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