Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4b6670d5 authored by hhakim's avatar hhakim
Browse files

Disable temporarily the python wrapper compilation through clang (back to gcc)...

Disable temporarily the python wrapper compilation through clang (back to gcc) because the ci.inria.fr VMs are not properly configured with a recent enough version of clang.
parent 87eedbd0
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ if(version == ''):
from sys import platform
if platform == "linux":# or platform == "darwin":
# compile with clang on Linux and MacOS X
from distutils import sysconfig
sysconfig.get_config_vars()['CC'] = 'clang'
#from distutils import sysconfig
#sysconfig.get_config_vars()['CC'] = 'clang'
lib_ext = 'so'
elif platform == 'darwin':
lib_ext = 'dylib'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment