[64775] trunk/dports/graphics/InsightToolkit/Portfile
dweber at macports.org
dweber at macports.org
Mon Mar 15 10:53:10 PDT 2010
Revision: 64775
http://trac.macports.org/changeset/64775
Author: dweber at macports.org
Date: 2010-03-15 10:53:09 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
revision 3: default configure options now specify ITK_USE_REVIEW and ITK_USE_OPTIMIZED_REGISTRATION_METHODS to enable extra features of the registration methods.
Revision Links:
--------------
http://trac.macports.org/changeset/3
Modified Paths:
--------------
trunk/dports/graphics/InsightToolkit/Portfile
Modified: trunk/dports/graphics/InsightToolkit/Portfile
===================================================================
--- trunk/dports/graphics/InsightToolkit/Portfile 2010-03-15 17:28:47 UTC (rev 64774)
+++ trunk/dports/graphics/InsightToolkit/Portfile 2010-03-15 17:53:09 UTC (rev 64775)
@@ -5,7 +5,7 @@
name InsightToolkit
version 3.16.0
-revision 2
+revision 3
set branch [join [lrange [split ${version} .] 0 1] .]
# Online documentation on the 3.16 release:
@@ -90,12 +90,10 @@
ui_msg "***************************************************"
ui_msg "InsightToolkit is a very long config/build process."
ui_msg "It can take several hours, even on a fast system."
- ui_msg "Parallel builds are disabled, on purpose."
- ui_msg "It may fail for some reason. First try"
- ui_msg "to run the build several times to see if it will"
- ui_msg "complete. The -o and -k options may be useful."
- ui_msg "See 'man port' for details."
- ui_msg "A fall-back install is to just install the c++ libs,"
+ ui_msg "Parallel builds are disabled, on purpose. It can"
+ ui_msg "fail sometimes. First try to run the build several"
+ ui_msg "times to see if it will complete. A fall-back "
+ ui_msg "install is just the c++ libs (no tcl/java/py wrapping),"
ui_msg "port install InsightToolkit -doc -python25 +shared"
ui_msg "***************************************************"
}
@@ -127,6 +125,8 @@
-DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-DITK_COMPUTER_MEMORY_SIZE:STRING=${gigabits} \
+ -DITK_USE_REVIEW:BOOL=ON \
+ -DITK_USE_OPTIMIZED_REGISTRATION_METHODS:BOOL=ON \
-DUUID_INCLUDE_DIR:PATH=${prefix}/include/uuid \
-DUUID_LIBRARY:FILEPATH=${prefix}/lib/libuuid.dylib
@@ -457,7 +457,6 @@
set itkWrapInstallPath /lib/${distname}/WrapITK
configure.args-append \
-DUSE_WRAP_ITK:BOOL=ON \
- -DITK_USE_REVIEW:BOOL=ON \
-DWRAP_ITK_JAVA:BOOL=ON \
-DWRAP_ITK_TCL:BOOL=ON \
-DCMAKE_CXX_FLAGS:STRING=-fpermissive \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/b2ecf6e6/attachment.html>
More information about the macports-changes
mailing list