Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68438 - ebuild for LiDIA - A C++ Library For Computational Number Theory
Summary: ebuild for LiDIA - A C++ Library For Computational Number Theory
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://www.informatik.tu-darmstadt.de...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-10-21 12:44 UTC by Martin von Gagern
Modified: 2018-06-07 18:25 UTC (History)
1 user (show)

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


Attachments
dev-libs/lidia/lidia-2.1.2.ebuild (lidia-2.1.2.ebuild,972 bytes, text/plain)
2004-10-21 12:45 UTC, Martin von Gagern
Details
licenses/lidia (COPYING,2.57 KB, text/plain)
2004-10-21 12:47 UTC, Martin von Gagern
Details
dev-libs/LiDIA/LiDIA-2.2.0.ebuild (LiDIA-2.2.0.ebuild,1.72 KB, text/plain)
2008-07-02 09:08 UTC, Horst Prote
Details
gcc-4.1 patch for LiDIA-2.2.0 (LiDIA-2.2.0-gcc-4_1.patch,25.03 KB, patch)
2008-07-02 09:08 UTC, Horst Prote
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2004-10-21 12:44:52 UTC
LiDIA is a C++ library for computational number theory which provides a collection of highly optimized implementations of various multiprecision data types and time-intensive algorithms.
LiDIA is developed by the LiDIA Group at the Darmstadt University of Technology.


Reproducible: Always
Steps to Reproduce:
Comment 1 Martin von Gagern 2004-10-21 12:45:34 UTC
Created attachment 42333 [details]
dev-libs/lidia/lidia-2.1.2.ebuild
Comment 2 Martin von Gagern 2004-10-21 12:47:41 UTC
Created attachment 42334 [details]
licenses/lidia

taken from LiDIA-2.1.2/COPYING of source tarball
Comment 3 Horst Prote 2008-07-02 09:08:10 UTC
Created attachment 159245 [details]
dev-libs/LiDIA/LiDIA-2.2.0.ebuild

My ebuild for the latest LiDIA-2.2.0. Although upstream changed their tarball
name from LiDIA to lidia they still use /usr/include/LiDIA in the header files.
So I decided to switch from dev-libs/lidia/lidia-* to dev-libs/LiDIA/LiDIA-*.

I built and tested it (some small examples) without problems under
gcc-4.1.2, libstdc++-v3-3.3.6, glibc-2.6.1, gmp-4.2.2

For use with gcc-4.1 you need the Patch-Set from
http://www.cdc.informatik.tu-darmstadt.de/pipermail/lidia/2006-June/001095.html
I'll post it in the next attachment.
Comment 4 Horst Prote 2008-07-02 09:08:56 UTC
Created attachment 159247 [details, diff]
gcc-4.1 patch for LiDIA-2.2.0
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2010-06-21 15:46:18 UTC
There was a version released this year splitting the package in several smaller ones.