<div dir="ltr">yes, thanks, need to merge master.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 24, 2017 at 4:48 PM, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Perhaps the branch you are using doesn't have the following fix..<br>
<br>
Satish<br>
-----<br>
<br>
$ git diff origin/knepley/feature-plasma-<wbr>example..master config/BuildSystem/config/<wbr>packages/SuperLU.py<br>
diff --git a/config/BuildSystem/config/<wbr>packages/SuperLU.py b/config/BuildSystem/config/<wbr>packages/SuperLU.py<br>
index cae10870ca..1434decd5b 100644<br>
--- a/config/BuildSystem/config/<wbr>packages/SuperLU.py<br>
+++ b/config/BuildSystem/config/<wbr>packages/SuperLU.py<br>
@@ -35,8 +35,8 @@ class Configure(config.package.<wbr>CMakePackage):<br>
<br>
     #  Tests are broken on Apple since they depend on a shared library that is not resolved against BLAS<br>
     args.append('-Denable_tests=0'<wbr>)<br>
-    #  CMake in SuperLU should set this; but like many other packages it does not<br>
-    args.append('-DCMAKE_INSTALL_<wbr>NAME_DIR:STRING="'+os.path.<wbr>join(self.installDir,self.<wbr>libdir)+'"')<br>
+    #  CMake in SuperLU should set this; but like many other packages it does not [and its different from superlu_dist]<br>
+    args.append('-DCMAKE_INSTALL_<wbr>LIBDIR:STRING="'+os.path.join(<wbr>self.installDir,self.libdir)+'<wbr>"')<br>
<br>
     if not hasattr(self.compilers, 'FC'):<br>
       args.append('-DXSDK_ENABLE_<wbr>Fortran=OFF')<br>
<br>
<br>
balay@asterix /home/balay/petsc (master *=)<br>
$ git log origin/knepley/feature-plasma-<wbr>example..master config/BuildSystem/config/<wbr>packages/SuperLU.py<br>
commit 6236a5d9e43d1cf8dbaf058b22758e<wbr>3e51a52108<br>
Merge: 2c6f62ef04 c7820e35e3<br>
Author: Satish Balay <<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>><br>
Date:   Sun Mar 5 18:30:19 2017 -0600<br>
<br>
    Merge branch 'maint'<br>
<br>
commit c7820e35e37acd21255cd00e399111<wbr>b9de215482<br>
Author: Satish Balay <<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>><br>
Date:   Sun Mar 5 18:03:42 2017 -0600<br>
<br>
    superlu: libray is installed in PREFIX/lib64 - fix this to use PREFIX/lib<br>
<br>
    Reported-by: Ju Liu <<a href="mailto:liujuy@gmail.com">liujuy@gmail.com</a>><br>
<span class="HOEnZb"><font color="#888888">b<br>
</font></span><div class="HOEnZb"><div class="h5">On Mon, 24 Apr 2017, Mark Adams wrote:<br>
<br>
> I get this error, is there a superLU built on CG that I should use?<br>
><br>
<br>
</div></div></blockquote></div><br></div>