X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=setup.py;h=7697a86dd576dd3484e8875642b2df455276cb7a;hb=9d4af637535366b0741e3315b83b6b50582d46d6;hp=b5fdadae53675d4ac9affb83b1dbcaec8a9124ea;hpb=615d17146ca60052376b1c69b2c2ddde0c1efba5;p=gdcm.git diff --git a/setup.py b/setup.py index b5fdadae..7697a86d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ if(os.name=='posix'): libraries=["stdc++"] macros =[('__STDC_LIMIT_MACROS', '1')] - VTK_PATH="/usr/local" + VTK_PATH="/usr" vtkWrapper="vtkWrapPython" else: targetDir=os.path.join('lib','site-packages')