From 5cae5c4f0bd8591f9400f763694f0a769cc19632 Mon Sep 17 00:00:00 2001 From: Chen Zhang Date: Wed, 26 Aug 2015 14:21:53 +0000 Subject: [PATCH] compile corientation with gcc to be compatible with most python --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0613fc12..18ae91a1d 100755 --- a/Makefile +++ b/Makefile @@ -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