[Insight-developers] Any plan to make ITK a Mac framework bundle?

Huang Shiva shivahuang at gmail.com
Thu Apr 2 15:12:31 EDT 2009


Dear all:

I'm now need some suggestions.

As we know, ITK is composed by many individual parts. I tried to
composed all of them into "one" shared library for packaging it as Mac
framework.
But it seems not a good solution. I have to mix lots and lots c++
source code any header files, and it's getting into a mess.

And now, I think maybe we can package each shared library (if you want
to build a Mac framework, you got to set your target as shared library
in CMake) as a framework? I heard that a framework could contain other
framework inside it, perhaps I can pack these individual frameworks in
an all-in-one ITK framework? Though I don't know how to do this in
CMake.

So, is this thought comfirm to the logic of ITK? And the logic of Mac?
Any suggestions?

Best Regards,
Shiva Huang

2009/3/27 Huang Shiva <shivahuang at gmail.com>:
> Dear Luis:
>
> Thanks for your time.
>
> I just filed a feature request in MANTIS.
>
> And I'm willing to participate in doing this work. Is there any data I
> should read? I've read CMakeList.txt of ITK 3.12.0 for several days.
>
> Best Regards,
> Shiva Huang
>
> 2009/3/27 Luis Ibanez <luis.ibanez at kitware.com>:
>>
>> Hi Shiva,
>>
>> We didn't have any plans for it, but as you pointed out,
>> it should be easy to do and it is certainly worth trying.
>>
>> Would you mind opening a feature request in the MANTIS
>> bug tracker ?
>>
>> http://public.kitware.com/Bug/my_view_page.php
>>
>> In this way we will not forget about it.
>>
>>
>> Also,
>> if you are a Mac-savy person and you are motivated
>> to give it a shot, we will be happy to assist you
>> in the process...
>>
>>
>>
>>   Thanks
>>
>>
>>      Luis
>>
>>
>> ------------------
>> Huang Shiva wrote:
>>>
>>> Dear ITK:
>>>
>>> Since CMake 2.6 supports building a Mac framework bundle, is there any
>>> effort to make ITK a Mac framework bundle?
>>> I searched the CMakeLists.txt for ITK 3.12.0 and in the CVS, no
>>> relative work found.
>>>
>>> Best Regards,
>>> Shiva Huang
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Please keep messages on-topic and check the ITK FAQ at:
>>> http://www.itk.org/Wiki/ITK_FAQ
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.itk.org/mailman/listinfo/insight-developers
>>>
>>
>


More information about the Insight-developers mailing list