#23772 closed defect (fixed)
InsightToolKit: fix linking against python 2.6 framework
Reported by: | jeremyhu (Jeremy Huddleston Sequoia) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | cssdev, petrrr | |
Port: | cmake InsightToolkit |
Description
I tried adding this to fix the linking:
configure.ldflags-append -F${frameworks_dir}
but that did not get passed to the cmake build process. I'm not sure if this is an issue with cmake or InsightToolkit.
Change History (7)
comment:1 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Cc: | css@… added |
---|---|
Type: | request → defect |
comment:3 Changed 14 years ago by cssdev
Rather than using configure.ldflags
, you should probably just pass the special CMake environment variable directly to the cmake configuration:
configure.env-append CMAKE_FRAMEWORK_PATH=${frameworks_dir}
comment:4 Changed 10 years ago by mf2k (Frank Schima)
Keywords: | python build failure removed |
---|---|
Owner: | changed from dweber@… to macports-tickets@… |
dweber has retired. See #43834.
comment:6 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)
InsightToolkit (3.16.0) has been dropped in favor of InsightToolkit-devel (4.8.2). The latter does not include Python bindings. Feel free to open new issues if you need to use ITK with Python.
Note: See
TracTickets for help on using
tickets.
I wonder if you need to uncomment (and edit) Wrapping/WrapITK/Python/CMakeLists.tx