Skip to content

Commit

Permalink
Build tweaks (#77)
Browse files Browse the repository at this point in the history
* Added shebang
* Extra hint to find Eigen3 (needed for build on Arch)
  • Loading branch information
Karel-van-de-Plassche authored and PatWie committed Feb 28, 2017
1 parent e94e71c commit da314c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cmake/Modules/FindEigen3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ if (EIGEN3_INCLUDE_DIR)
else (EIGEN3_INCLUDE_DIR)

find_path(EIGEN3_INCLUDE_DIR NAMES signature_of_eigen3_matrix_library
HINTS
eigen
PATHS
${CMAKE_INSTALL_PREFIX}/include
${KDE4_INCLUDE_DIR}
Expand Down
3 changes: 2 additions & 1 deletion get_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# eigen library
EIGEN_VERSION="3.2.10"
curl https://bitbucket.org/eigen/eigen/get/$EIGEN_VERSION.tar.gz | tar xz
mv eigen-eigen-* eigen
mv eigen-eigen-* eigen

0 comments on commit da314c6

Please sign in to comment.