Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274592 - [Lisp] Requesting ebuild for cl-mpi
Summary: [Lisp] Requesting ebuild for cl-mpi
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Common Lisp Bugs
URL: http://code.google.com/p/cl-mpi/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-18 10:07 UTC by Dmitry
Modified: 2015-04-16 13:46 UTC (History)
0 users

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


Attachments
development-untested-ebuild (cl-mpi-0.2.3.ebuild,562 bytes, text/plain)
2009-09-07 17:55 UTC, Brent Millare
Details
fixed-digest-problem (cl-mpi-0.2.3.ebuild,562 bytes, text/plain)
2009-09-07 18:02 UTC, Brent Millare
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry 2009-06-18 10:07:22 UTC
CL-MPI is a portable, CFFI-based Common Lisp binding for MPI. CL-MPI enables parallel programming in Common Lisp using a message-passing model on either a cluster of machines, or a single multicore machine.

CL-MPI has been successfully tested with SBCL (both 32/64-bit) and CMUCL, with MPICH1.2 and MPICH2 1.0.8.

CL-MPI can also be used to provide "true" multiprocessing for some Common Lisp implementations which don't have native threading capabilities.
Comment 1 Brent Millare 2009-09-07 17:55:41 UTC
Created attachment 203380 [details]
development-untested-ebuild

I have not tested this ebuild but at least it gets some of the boilerplate out of the way. Please not that the install process is probably not as straight forward as one would hope, please check last section of the README.
Comment 2 Brent Millare 2009-09-07 18:02:29 UTC
Created attachment 203381 [details]
fixed-digest-problem

Sorry about the last ebuild. At least this one digests properly. Still does not work though...