- Joined
- Apr 6, 2002
follow the gentoo bug requesting inclusion in to the official tree
--------------------------------------------------------------------------------
Alrighty. I made a gentoo ebuild for fah-6.00_beta2 smp.
how to use:
add portage_overlay to make.conf:
extract ebuild:
if you aren't running ~amd64, then add to package.keywords:
then emerge:
you will need to set the -smp flag manually with this release. To do so, edit /etc/conf.d/foldingathome
to config fah:
add to run at startup:
start:
file is in zip format so i could attach it to the post. disclaimer: this is provided as is. I take no responsibility for any damage this might cause to your computer and/or data. Use at your own risk.
update 5/19/2009: made one for 6.24beta http://www.ocforums.com/showpost.php?p=6102850&postcount=17
--------------------------------------------------------------------------------
Alrighty. I made a gentoo ebuild for fah-6.00_beta2 smp.
how to use:
add portage_overlay to make.conf:
Code:
echo 'PORTDIR_OVERLAY="/usr/local/portage"' >> /etc/make.conf
extract ebuild:
Code:
mkdir /usr/local/portage
mv ebuild-foldingathome-6.00_beta2.tar.gz /usr/local/portage/
cd /usr/local/portage
tar zxvf ebuild-foldingathome-6.00_beta2.tar.gz
if you aren't running ~amd64, then add to package.keywords:
Code:
echo "sci-biology/foldingathome" >> /etc/portage/package.keywords
then emerge:
Code:
emerge -va foldingathome
you will need to set the -smp flag manually with this release. To do so, edit /etc/conf.d/foldingathome
to config fah:
Code:
/opt/foldingathome/amd-64/initfolding
add to run at startup:
Code:
rc-update -a foldingathome default
start:
Code:
/etc/init.d/foldingathome start
file is in zip format so i could attach it to the post. disclaimer: this is provided as is. I take no responsibility for any damage this might cause to your computer and/or data. Use at your own risk.
update 5/19/2009: made one for 6.24beta http://www.ocforums.com/showpost.php?p=6102850&postcount=17
Attachments
Last edited: