Skip to content
Snippets Groups Projects

Make it work with casacore 3.1.1

Merged Tammo Jan Dijkema requested to merge fixwithcasacore311 into master

Created by: tammojan

This depends on a correct casacore version number in version.h, see casacore/casacore#942 Fixes #170 (closed)

Merge request reports

Approval is optional

Merged by avatar (Mar 14, 2025 5:08am UTC)

Merge details

  • Changes merged into master with 34450381 (commits were squashed).
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
283 284 }
284 285 }
285 286 // Remove possible hypercolumn definitions.
287 // Test for casacore version 3.1.1 or smaller
288 #pragma message "BOOST_VERSION=" BOOST_PP_STRINGIZE(CASACORE_VERSION_NUM)
  • Created by: aroffringa

    Shouldn't you have removed this (debug) line?

    In any case, it's the Casacore version, not the boost version ;)

  • Tammo Jan Dijkema
    Tammo Jan Dijkema @dijkema started a thread on commit 34450381
  • 283 284 }
    284 285 }
    285 286 // Remove possible hypercolumn definitions.
    287 // Test for casacore version 3.1.1 or smaller
    288 #pragma message "BOOST_VERSION=" BOOST_PP_STRINGIZE(CASACORE_VERSION_NUM)
    Please register or sign in to reply
    Loading