Blob Blame History Raw
--- setup.orig.py	2016-04-20 14:45:58.000000000 +0200
+++ setup.py	2016-04-30 12:27:29.638984149 +0200
@@ -281,8 +281,8 @@
         sundials_msg='SUNDIALS will not be compiled with support for SuperLU'
         
         if self.SLUdir != "":    
-            self.SLUincdir = os.path.join(self.SLUdir,'SRC')
-            self.SLUlibdir = os.path.join(self.SLUdir,'lib')
+            self.SLUincdir = os.path.join(self.SLUdir,'@@inc@@')
+            self.SLUlibdir = os.path.join(self.SLUdir,'@@lib@@')
             if not os.path.exists(os.path.join(self.SLUincdir,'supermatrix.h')):
                 self.with_SLU = False
                 L.warning("Could not find SuperLU, disabling support. View more information using --log=DEBUG")