if [[ $CLUCENE_BRANCH == "stable" ]]; then
  OPTS="--disable-static $OPTS"  &&
  default_build
else
  cmake_build
fi
