]> Creatis software - gdcm.git/commitdiff
Bug fix for VTK path
authorregrain <regrain>
Thu, 22 May 2003 13:56:42 +0000 (13:56 +0000)
committerregrain <regrain>
Thu, 22 May 2003 13:56:42 +0000 (13:56 +0000)
      -- BeNours

setup.py

index b5fdadae53675d4ac9affb83b1dbcaec8a9124ea..7697a86dd576dd3484e8875642b2df455276cb7a 100644 (file)
--- 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')