compile corientation with gcc to be compatible with most python
This commit is contained in:
parent
f4145dd505
commit
5cae5c4f0b
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ marc:
|
||||||
processing:
|
processing:
|
||||||
@if hash cython 2>/dev/null; then \
|
@if hash cython 2>/dev/null; then \
|
||||||
cd ./lib/damask; \
|
cd ./lib/damask; \
|
||||||
python setup_corientation.py build_ext --inplace; \
|
CC=gcc python setup_corientation.py build_ext --inplace; \
|
||||||
rm -rv build; \
|
rm -rv build; \
|
||||||
rm *.c; \
|
rm *.c; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue