[arrayfire] 19/41: Fixes to find lapacke.h on Fedora23
    Ghislain Vaillant 
    ghisvail-guest at moszumanska.debian.org
       
    Mon Mar 21 14:56:22 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.
commit b771ffe836d3c0fff7c70424f73218bd3267ebf9
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Mon Mar 14 17:07:15 2016 -0400
    Fixes to find lapacke.h on Fedora23
---
 CMakeModules/FindLAPACKE.cmake | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/CMakeModules/FindLAPACKE.cmake b/CMakeModules/FindLAPACKE.cmake
index 0732cfa..9251ee9 100644
--- a/CMakeModules/FindLAPACKE.cmake
+++ b/CMakeModules/FindLAPACKE.cmake
@@ -137,6 +137,8 @@ ELSE(PC_LAPACKE_FOUND)
             /sw/include
             /opt/local/include
             DOC "LAPACKE Include Directory"
+            PATH_SUFFIXES
+            lapacke
             )
     ENDIF(LAPACKE_ROOT_DIR)
 ENDIF(PC_LAPACKE_FOUND)
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
    
    
More information about the debian-science-commits
mailing list