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

Huang Shiva shivahuang at gmail.com
Thu Apr 2 16:29:24 EDT 2009


Yes, I do doing these manually...
I've fighting with these CMakeList.txt files several days. :)

I'll take a look on CPack. Thanks for your information.

Regards,

Shiva Huang

2009/4/3 Luis Ibanez <luis.ibanez at kitware.com>:
> Hi Shiva,
>
> Thanks a lot for working on generating the bundle.
>
> Are you doing this manually ?
>
> or are you using the CPack utility that comes with CMake ?
>
> If you are not using CPack, then you probably should
> consider using it. It should be a lot easier, since
> it takes advantage of the information that the CMake
> configuration already has about how to install ITK
> (e.g. what files to put where...).
>
>
>   Regards,
>
>
>       Luis
>
>
> -----------------------
> Huang Shiva wrote:
>>
>> 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