Commit 51621439 authored by Daniël de Kok's avatar Daniël de Kok Committed by Daniël de Kok
Browse files

marlin: improve build

parent 0d96468e
marlin_commit := 2f6d7c10e124b3c5fa29ff8d77d568bd7af3274c marlin_commit := 2f6d7c10e124b3c5fa29ff8d77d568bd7af3274c
marlin: build-marlin:
# Clone marlin if [ ! -d 'marlin' ]; then \
pip install packaging pip install -U ninja packaging --no-cache-dir && \
git clone https://github.com/IST-DASLab/marlin.git marlin git clone https://github.com/IST-DASLab/marlin.git marlin; \
fi
build-marlin: marlin cd marlin && git fetch && git checkout $(marlin_commit) && python setup.py build
cd marlin && git fetch && git checkout $(marlin_commit)
cd marlin && python setup.py build
install-marlin: build-marlin install-marlin: build-marlin
cd marlin && python setup.py install cd marlin && git fetch && git checkout $(marlin_commit) && pip install -e .
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment