You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# replace
git submodule update --init --recursive -- componentsearch ovgraphbuild
# with
$PYTHON build.py
# remove
# use make CC=$CXX instead of make to avoid g++ not found
cd $SRC_DIR/componentsearch && make CC=$CXX
# remove
OVGRAPHBUILD_BUILD_DIR=$SRC_DIR/ovgraphbuild/build
mkdir $OVGRAPHBUILD_BUILD_DIR && cd $OVGRAPHBUILD_BUILD_DIR && cmake .. -G"CodeBlocks - Unix Makefiles" && make
Our Bioconda recipe does not use the same process to build MATAM.
For maintenance purpose it will be better to use the same process.
The text was updated successfully, but these errors were encountered: