[96994] trunk/dports/devel/isl/Portfile
jmr at macports.org
jmr at macports.org
Fri Aug 24 03:37:34 PDT 2012
Revision: 96994
https://trac.macports.org/changeset/96994
Author: jmr at macports.org
Date: 2012-08-24 03:37:30 -0700 (Fri, 24 Aug 2012)
Log Message:
-----------
isl: fix check for cloog versions that need to be deactivated (#34624)
Modified Paths:
--------------
trunk/dports/devel/isl/Portfile
Modified: trunk/dports/devel/isl/Portfile
===================================================================
--- trunk/dports/devel/isl/Portfile 2012-08-24 07:37:57 UTC (rev 96993)
+++ trunk/dports/devel/isl/Portfile 2012-08-24 10:37:30 UTC (rev 96994)
@@ -51,10 +51,9 @@
if { ![catch {set cloog_installed [lindex [registry_active cloog] 0]}] } {
# cloog is installed and active
- set cloog_version [lindex ${cloog_installed} 1]
set cloog_epoch [lindex ${cloog_installed} 5]
- if { [vercmp ${cloog_version} 0.16.3] <= 0 || ${cloog_epoch} <= 0 } {
+ if { ${cloog_epoch} < 1 } {
# cloog is sufficiently old to install it's own copy of isl
# force deactivation
registry_deactivate_composite cloog "" [list ports_nodepcheck 1]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120824/4b49712b/attachment-0001.html>
More information about the macports-changes
mailing list