Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 39089

Summary: new ebuild: acovea
Product: Gentoo Linux Reporter: Peter Gantner (a.k.a. nephros) <gentoo>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: enhancement CC: lsmod, rockoo
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.coyotegulch.com/acovea/index.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: the ebuild
sys-devel/acovea-4.0.0.ebuild
dev-libs/libcoyotl-3.0.1.ebuild
dev-libs/libevocosm-2.5.2.ebuild

Description Peter Gantner (a.k.a. nephros) 2004-01-22 18:18:22 UTC
People on the forums[1][2] talked about this, so I figured I'd hack together a quick ebuild.
People interested in the topic might find it useful.

Note that the author chose to use a special (but IMO Free enough, though RMS would certainly bitch about it :)) License for their program. My ebuild currently ewarns about this. 

[1]http://forums.gentoo.org/viewtopic.php?t=106879
[2]http://forums.gentoo.org/viewtopic.php?t=126476

Reproducible: Always
Steps to Reproduce:
Comment 1 Peter Gantner (a.k.a. nephros) 2004-01-22 18:22:18 UTC
Created attachment 24256 [details]
the ebuild
Comment 2 Peter Gantner (a.k.a. nephros) 2004-01-23 16:01:49 UTC
there is also a different and fancier ebuild by forum user robmoss2k available here: 
http://home.jesus.ox.ac.uk/~rmoss/acovea/
this is the relevant forum post:
http://forums.gentoo.org/viewtopic.php?p=664481#664481
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2004-02-10 23:28:23 UTC
could be nice
Comment 4 Peter Gantner (a.k.a. nephros) 2004-02-11 09:33:55 UTC
The web site and source code are offline (probably due to slashdotting), but user GenKiller currently mirrors it:
http://www.digital-drip.com/~jon/downloads/acovea-3.3.0.tar.gz

Here's the google cache of the home page in case someone wants to read up:
http://216.239.59.104/search?q=cache:M2nepQglVG4J:www.coyotegulch.com/acovea/+cache+www.coyotegulch.com/
Comment 5 Hypnos 2004-04-03 21:54:40 UTC
There's a new version of acovea out: acovea-4.0.0

It uses autotools, so it's very friendly.  They build nicely; I'm running the following script now (will take a very long time) :

-------
BENCHES="alma evo fft huff lin mat1 tree"
 
for bench in $BENCHES; do
        echo ""
        echo "*** $bench ***"
        time runacovea -config gcc33_pentium4.acovea -bench ${bench}bench.c\
                1> ${bench}.run 2> ${bench}.err
done
-------

I have made the following ebuilds:

sys-devel/acovea-4.0.0.ebuild
dev-libs/libcoyotl-3.0.1.ebuild
dev-libs/libevocosm-2.5.2.ebuild

and they are attached thusly ...


Comment 6 Hypnos 2004-04-03 21:56:16 UTC
Created attachment 28659 [details]
sys-devel/acovea-4.0.0.ebuild
Comment 7 Hypnos 2004-04-03 21:57:20 UTC
Created attachment 28660 [details]
dev-libs/libcoyotl-3.0.1.ebuild
Comment 8 Hypnos 2004-04-03 21:57:51 UTC
Created attachment 28661 [details]
dev-libs/libevocosm-2.5.2.ebuild
Comment 9 Rene Androsch 2004-04-22 04:22:56 UTC
When will this finally make it into portage?
Comment 10 Travis Tilley (RETIRED) gentoo-dev 2004-04-22 04:47:23 UTC
why is this assigned to gcc-porting? is there porting work that needs to be done?
Comment 11 Daniel Ahlberg (RETIRED) gentoo-dev 2004-05-07 10:31:18 UTC
I didn't see this bug before I commited. Anyway, it's in CVS now.