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

Bug 274592

Summary: [Lisp] Requesting ebuild for cl-mpi
Product: Gentoo Linux Reporter: Dmitry <dmitry.ghost99>
Component: New packagesAssignee: Common Lisp Bugs <common-lisp>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://code.google.com/p/cl-mpi/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: development-untested-ebuild
fixed-digest-problem

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...