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