public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin@cygwin.com
Subject: Re: cblas library missing in liblapack-devel
Date: Thu, 01 Nov 2018 21:09:00 -0000	[thread overview]
Message-ID: <5bc8ea62-357b-6e5c-b7a5-64635b86494d@gmail.com> (raw)
In-Reply-To: <8a87d61e-5a47-2487-2abd-51a54e07a159@free.fr>

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

      parent reply	other threads:[~2018-11-01 21:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-01 19:54 Falk Tannhäuser
2018-11-01 20:20 ` cyg Simple
2018-11-01 21:09 ` Marco Atzeri [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5bc8ea62-357b-6e5c-b7a5-64635b86494d@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).