From 13ee927606227428d47677c70d187a7284b7c250 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 14 Jul 2016 15:12:16 +0200 Subject: [PATCH] Cython was not always working --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile b/Makefile index 6c63d01f6..68ffb7033 100755 --- a/Makefile +++ b/Makefile @@ -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