compile corientation with gcc to be compatible with most python

This commit is contained in:
Chen Zhang 2015-08-26 14:21:53 +00:00
parent f4145dd505
commit 5cae5c4f0b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ marc:
processing:
@if hash cython 2>/dev/null; then \
cd ./lib/damask; \
python setup_corientation.py build_ext --inplace; \
CC=gcc python setup_corientation.py build_ext --inplace; \
rm -rv build; \
rm *.c; \
fi