Skip to content

Commit

Permalink
Merge pull request #153 from astro-informatics/development
Browse files Browse the repository at this point in the history
Download eigen from tarball
  • Loading branch information
dpshelio authored Oct 17, 2016
2 parents 8a387c5 + 838374f commit ba1a487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ set_version(2.0.0)
get_gitref()

option(tests "Enable testing" on)
option(python "Enable python" on)
option(benchmarks "Enable benchmarking" on)
option(python "Enable python" off)
option(benchmarks "Enable benchmarking" off)
option(examples "Enable Examples" on)
option(logging "Enable logging" on)
option(regressions "Enable regressions" on)
option(regressions "Enable regressions" off)
option(openmp "Enable OpenMP" on)

if(regressions)
Expand Down
2 changes: 1 addition & 1 deletion cmake_files/dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(PackageLookup) # check for existence, or install external projects

lookup_package(Eigen3 ARGUMENTS HG_REPOSITORY https://bitbucket.org/LukePratley/eigen)
lookup_package(Eigen3 ARGUMENTS URL "https://bitbucket.org/LukePratley/eigen/get/3.2.tar.gz" MD5 "f38e33505afbf4659cda191bbc992ca9")
if(logging)
lookup_package(spdlog REQUIRED)
endif()
Expand Down

0 comments on commit ba1a487

Please sign in to comment.