Cython was not always working

This commit is contained in:
Martin Diehl 2016-07-14 15:12:16 +02:00
parent 3314e5f051
commit 13ee927606
1 changed files with 0 additions and 10 deletions

View File

@ -17,16 +17,6 @@ FEM:
marc:
@./installation/mods_MarcMentat/apply_DAMASK_modifications.sh ${MAKEFLAGS}
.PHONY: processing
processing:
@if hash cython 2>/dev/null; then \
cd ./lib/damask; \
ln -s orientation.py corientation.pyx; \
CC=gcc python setup_corientation.py build_ext --inplace; \
rm -rv build; \
rm *.c; \
fi
.PHONY: tidy
tidy:
@$(MAKE) tidy -C code >/dev/null