Skip to content

Commit

Permalink
debug looseversion
Browse files Browse the repository at this point in the history
  • Loading branch information
tammojan committed Jun 6, 2017
1 parent d039e02 commit b987e3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ def find_boost():
raise Exception("Your casacore version is older than 2.3.0 and " +
"incompatible with this version of python-casacore")

print("casacoreversion:", casacoreversion)
print("__mincasacoreversion__:", __mincasacoreversion)
if LooseVersion(casacoreversion) < LooseVersion(__mincasacoreversion__):
raise Exception("Your casacore version is too old. Minimum is " +
__mincasacoreversion__)
Expand Down

0 comments on commit b987e3f

Please sign in to comment.