DCPROGS / HJCFIT

Full maximum likelihood fitting of a mechanism directly to the entire sequence of open and shut times, with exact missed events correction.
GNU General Public License v3.0
9 stars 4 forks source link

Feature/project configuration #70

Closed rc-softdev-admin closed 8 years ago

rc-softdev-admin commented 8 years ago

CMake configuration for GTest and Eigen3 done with GreatCMakeCookOff now. A few issues including directories came up, but seem all sorted now.

ucl-rsd-ci commented 8 years ago

Can one of the admins verify this patch?

raquelalegre commented 8 years ago

ok to test

jenshnielsen commented 8 years ago

Looks like cmake on Legion gets confused by cmake_policy(VERSION 3.0)

CMake Error at CMakeLists.txt:26 (cmake_policy):
  An attempt was made to set the policy version of CMake to "3.0" which is
  greater than this version of CMake.  This is not allowed because the
  greater version may have new policies not known to this CMake.  You may
  need a newer CMake version to build this project.

Which is odd since cmake on legion is 3.2.1

The intel job fails due to a missing swig. We need to add a module for that.

I fixed gcc on the Mac issue

jenshnielsen commented 8 years ago

Otherwise this looks like a good beginning. I think we should see if we can use the find python/numpy and c++ feature tests from cookoff to. But that can be done in a separate pr

jenshnielsen commented 8 years ago

We should also make sure to add organisation rather than individual users to the list of verified admins

jenshnielsen commented 8 years ago

At least we should delete the findeigen file

raquelalegre commented 8 years ago

retest this please