<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Re: [openib-general] [PATCH] ~vlad/ofabuild -  Chelsio Support</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Applied,<BR>
<BR>
Regards,<BR>
Vladimir<BR>
<BR>
On Wed, 2007-01-10 at 12:22 -0600, Steve Wise wrote:<BR>
> Here are the changes to the user build script to pull in libcxgb3.<BR>
><BR>
><BR>
> Steve.<BR>
><BR>
><BR>
> Chelsio T3 Library Support.<BR>
><BR>
> From: Steve Wise <swise@opengridcomputing.com><BR>
><BR>
> Signed-off-by: Steve Wise <swise@opengridcomputing.com><BR>
> ---<BR>
><BR>
>  build_ofa_user.sh |    7 +++++--<BR>
>  1 files changed, 5 insertions(+), 2 deletions(-)<BR>
><BR>
> diff --git a/build_ofa_user.sh b/build_ofa_user.sh<BR>
> index b6eee43..acb2676 100755<BR>
> --- a/build_ofa_user.sh<BR>
> +++ b/build_ofa_user.sh<BR>
> @@ -17,7 +17,7 @@ LOG=${tmpdir}/${proj}-${revision}.build.<BR>
> <BR>
>  git_extra_flags=${git_extra_flags:-"-q"}<BR>
> <BR>
> -ullibs="libibverbs libmthca libehca libipathverbs tvflash libibcm libsdp mstflint perftest srptools ipoibtools librdmacm dapl imgen management"<BR>
> +ullibs="libibverbs libmthca libehca libipathverbs tvflash libibcm libsdp mstflint perftest srptools ipoibtools librdmacm dapl imgen management libcxgb3"<BR>
> <BR>
>  # User level git packages<BR>
>  scripts_git="git://git.openfabrics.org/~vlad/ofascripts.git"<BR>
> @@ -54,6 +54,8 @@ ibutils_git="git://git.openfabrics.org/~<BR>
>  ibutils_branch="origin"<BR>
>  management_git="git://git.openfabrics.org/~halr/management.git"<BR>
>  management_branch="origin"<BR>
> +libcxgb3_git="git://git.openfabrics.org/~swise/libcxgb3.git"<BR>
> +libcxgb3_branch="origin"<BR>
> <BR>
>  # Execute command w/ echo and exit if it fail<BR>
>  ex()<BR>
> @@ -317,7 +319,8 @@ check_build()<BR>
>                          --with-perftest \<BR>
>                          --with-mstflint \<BR>
>                          --with-srptools \<BR>
> -                        --with-ipoibtools"<BR>
> +                        --with-ipoibtools \<BR>
> +                        --with-libcxgb3"<BR>
> <BR>
>          cd ${tmpdir}<BR>
>          ex tar xzf ${dest}/${proj}/${projdir}.tgz<BR>
><BR>
><BR>
><BR>
> _______________________________________________<BR>
> openib-general mailing list<BR>
> openib-general@openib.org<BR>
> <A HREF="http://openib.org/mailman/listinfo/openib-general">http://openib.org/mailman/listinfo/openib-general</A><BR>
><BR>
> To unsubscribe, please visit <A HREF="http://openib.org/mailman/listinfo/openib-general">http://openib.org/mailman/listinfo/openib-general</A><BR>
</FONT>
</P>

</BODY>
</HTML>