py27-fortranformat detection in cmake doesn't update

Issue #80 resolved
Laurie Nevay created an issue

Within the last week or so an update to BDSIM's cmake causes it to look for pybdsim and pymadx. The pybdsim entry is filled with a warning about fortran format and not the correct path. This would indicate that pybdsim was able to be imported in python ok, but that fortranformat was not installed - this is ok.

Upon installing fortranformat this doesn't not update or resolve.

Curiously, I installed py27-fortranformat using macports and I could not use in with ipython until I had used it in just plain python2.7, but this is likely due to macports, that specific module or ipython.

pybdsim (including pymad8 and therefore fortranformat) import ok but the cmake warning remains.

Screen Shot 2015-09-14 at 08.54.35.pngScreen Shot 2015-09-14 at 08.52.07.png

Comments (2)

  1. Jochem Snuverink

    Thanks for noticing this. It is actually fixed in the HEAD of pymad8, but I forgot to update the submodule in bdsim. Note that the utils are only used for the testing, I will remove the variables from ccmake also.

  2. Log in to comment