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/fix windows configuration #74

Closed raquelalegre closed 8 years ago

raquelalegre commented 8 years ago

Follow conda convention for Python installation in Windows. Works in my Win7 VM, but can't be tested in the Jenkins Windows nodes until Luke install VS2015.

Related to #64.

jenshnielsen commented 8 years ago

I would guess that line 88 and 89

      set(WORKINGDIR ${TEST_INSTALL_ABSPATH}/dcprogs/python-pkg/)
      set(ADD_TO_PATH ${TEST_INSTALL_ABSPATH}/dcprogs/DLLs)

also needs to change?

raquelalegre commented 8 years ago

retest this please