Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309675 - sci-libs/clapack-3.2.1 builds only a static lib, links against static f2c and is otherwise screwed :)
Summary: sci-libs/clapack-3.2.1 builds only a static lib, links against static f2c and...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: 206934
  Show dependency tree
 
Reported: 2010-03-15 23:04 UTC by Andreas K. Hüttel
Modified: 2010-03-20 19:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
updated ebuild (clapack-3.2.1-r1.ebuild,1.75 KB, text/plain)
2010-03-15 23:05 UTC, Andreas K. Hüttel
Details
patch to enable generation of a shared library (clapack-3.2.1-so.patch,4.36 KB, patch)
2010-03-15 23:05 UTC, Andreas K. Hüttel
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas K. Hüttel archtester gentoo-dev 2010-03-15 23:04:49 UTC
OK, following is a first attempt to put this straight, using a lot of guesswork.

What is done: 
* dynamic library is built and installed (linked against dynamic f2c)
* use-flag "static" controls whether static library is installed
* test programs can be compiled and linked

What is NOT done / does not work:
* testing dynamic library in real use case
* many selftests fail (they just hang or give a SEGV)
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2010-03-15 23:05:29 UTC
Created attachment 223821 [details]
updated ebuild
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2010-03-15 23:05:56 UTC
Created attachment 223823 [details, diff]
patch to enable generation of a shared library
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2010-03-20 19:39:01 UTC
Allready fixed