Skip to content

Commit

Permalink
Remove leftover variables and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilken committed Mar 2, 2023
1 parent 845ba28 commit 6f1cb76
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fairmq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ case $ARCHITECTURE in
[[ ! $BOOST_ROOT ]] && BOOST_ROOT=`brew --prefix boost`
[[ ! $ZEROMQ_ROOT ]] && ZEROMQ_ROOT=`brew --prefix zeromq`
;;
*)
BUILD_OFI=ON
if [[ $(printf '%s\n' "1.4.2" "${PKGVERSION:1}" | sort -V | head -n1) != "1.4.2" ]]; then
BUILD_OFI=OFF
fi
;;
esac
cmake $SOURCEDIR \
${CXXSTD:+-DCMAKE_CXX_STANDARD=$CXXSTD} \
Expand All @@ -49,8 +43,6 @@ cmake $SOURCEDIR \
-DBUILD_TESTING=${ALIBUILD_FAIRMQ_TESTS:-OFF} \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_BINDIR=bin
# NOTE: FairMQ examples must always be built in RPMs as they are used for
# AliECS integration testing. Please do not disable them.

cmake --build . --target install ${JOBS:+-- -j$JOBS}

Expand Down

0 comments on commit 6f1cb76

Please sign in to comment.