Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46752 - dev-python/pycodes-1.1 (new package)
Summary: dev-python/pycodes-1.1 (new package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Python Gentoo Team
URL: http://www.csua.berkeley.edu/~emin/so...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-04 01:15 UTC by Lukasz Strzygowski (RETIRED)
Modified: 2004-06-08 13:51 UTC (History)
0 users

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


Attachments
pycodes-1.1.ebuild (pycodes-1.1.ebuild,902 bytes, text/plain)
2004-04-04 01:16 UTC, Lukasz Strzygowski (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-04 01:15:03 UTC
from it's webpage:

"""
 The pycodes package provides various extensions to Python for low density parity check (LDPC) codes (an extremely powerful class of error correcting codes). LDPC codes can be used for physical layer error correction in wireless, telephone, DSL, or cable modems; packet loss correction in multicast and distribution of bulk data over the Internet; and even data compression. A variety of decoding/quantization algorithms are provided including standard things like sum-product as well as linear programming relaxations.

Most of the LDPC routines such as encoder, decoders, etc., are written in C and linked into Python. The advantage of this approach is that you can quickly and easily write scripts to create, test, or analyze LDPC codes in Python while taking advantage of the speed and power of C. Also having the basic LDPC routines available as Python commands makes it easier to use these codes in other projects and simulations. 
"""
Comment 1 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-04 01:16:47 UTC
Created attachment 28671 [details]
pycodes-1.1.ebuild
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-04-04 10:07:50 UTC
are you using this package or is any other package requiring this? 
Comment 3 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-04 10:31:15 UTC
my friend asked me to create this ebuild as he want to use pycodes.
Comment 4 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-06-08 13:51:37 UTC
I'm closing bug, because i think, there isn't general interest in this.