Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112769 - Added MPI support for sci-biology/clustalw
Summary: Added MPI support for sci-biology/clustalw
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 19:36 UTC by Brady Catherman
Modified: 2005-11-19 15:18 UTC (History)
0 users

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


Attachments
The ebuild I made. (clustalw-mpi-0.13.ebuild,598 bytes, text/plain)
2005-11-16 19:38 UTC, Brady Catherman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Catherman 2005-11-16 19:36:13 UTC
A build to add MPI support to ClustalW. It is stand alone program so no
modification of the clustalw ebuild is needed.
Comment 1 Brady Catherman 2005-11-16 19:38:26 UTC
Created attachment 73051 [details]
The ebuild I made.

This is the Ebuild I made. It needs platform support, directory clean up and
such all finalized. I am not an expert ebuild writer so I am sure there is much
better ways to do some of this.
Comment 2 Olivier Fisette (RETIRED) gentoo-dev 2005-11-19 09:30:06 UTC
Thanks for your work, Brady. This is now in Portage as a new package called 
"sci-biology/clustalw-mpi". (I decided to use a new package rather than add 
the "mpi" USE flag to "clustalw" because this is a stand-alone alternative 
implementation and not just a patch for the original program.) 
 
I modified your ebuild to honor the user's USE flags, and added USE flags to 
control some options of the build process (MPI code for NJ trees, static 
scheduling for pair alignments). 
Comment 3 Olivier Fisette (RETIRED) gentoo-dev 2005-11-19 09:39:46 UTC
(In reply to comment #2) 
> I modified your ebuild to honor the user's USE flags, 
 
I meant to say CFLAGS. 
Comment 4 Brady Catherman 2005-11-19 15:18:01 UTC
Wow! cool thanks =)

I have a bucket more custom ebuilds for programs we use here. Let me know if you
want me to upload any of them. My list includes:
sci-biology: fluctuate, lamarc, modeltest, phrap, s3, xplor-nih, fastDNAml,
genetree, migrate, paml, repeatmasker, seq-gen
sci-mathematics: rproject
sci-misc: oommf

Soemthing like 1/3 of those have fetch restrictions because they can not be
downloaded without first contacting the authors (for grant reasons..)