Commit 8d0888bd authored by nafiseh's avatar nafiseh
Browse files

cci with-verbs option

parent 14a95a6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ if [ "$NA_LAYER" == "cci" ] || [ "$NA_LAYER" == "all" ]; then
    cd $CURR
    ./autogen.pl || exit 1
    cd $CURR/build
    ../configure --prefix=$INSTALL LIBS="-lpthread"  || exit 1
    ../configure --with-verbs --prefix=$INSTALL LIBS="-lpthread"  || exit 1
    make -j8 || exit 1
    make install || exit 1
    make check || exit 1