Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Our bioconda recipe does not use the build.py script #95

Open
loic-couderc opened this issue Oct 16, 2019 · 1 comment
Open

Our bioconda recipe does not use the build.py script #95

loic-couderc opened this issue Oct 16, 2019 · 1 comment

Comments

@loic-couderc
Copy link
Member

Our Bioconda recipe does not use the same process to build MATAM.
For maintenance purpose it will be better to use the same process.

@loic-couderc
Copy link
Member Author

loic-couderc commented Oct 16, 2019

I have updated my fork: https://github.com/loic-couderc/bioconda-recipes/commit/5448ede955aa7ec56336710b331e5513663c85be
To achieve this, update the bioconda recipe as follow:
recipes/matam/build.sh

# 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

recipes/matam/meta.yaml

# add in "host" section:
    - python >=3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant