New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #34624 (closed defect: fixed)

Opened 12 months ago

Last modified 9 months ago

cloog deactivation is broken

Reported by: jeremyhu@… Owned by: mcalhoun@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: isl

Description

isl's preactivate is broken. It is trying to deactivate cloog even though it doesn't need to. The current version is 0.16.3, revision 1, epoch 1, so you're deactivating it with your check:

[vercmp ${cloog_version} 0.16.3] <= 0 || ${cloog_epoch} <= 0 

I think you meant for that to just be:

${cloog_epoch} <= 0 

Also, the deactivation is not being forced like your comment suggests, so 'port upgrade' dies when it can't deactivate cloog because of a dependency.

Change History

comment:1 Changed 9 months ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.