Pavel
On Sun, Mar 6, 2011 at 12:21 PM, mhanus <nor...@github.com> wrote:
> This updates the CMake scripts to allow system-wide installation and to cope with Python wrappers. The primary aim was to get hermes2d and hermes_common wrappers working (needed for hermes-module-basic), so there are still some missing parts in H1D (mainly Ondrej's Python examples - I updated their CMakeLists.txt files with the new changes, but the examples are quite outdated themeselves and need some more work to make them work) and H3D (it is not currently installed as H2D, but it should be quite easy to mimic the installation procedure of H2D also in H3D). Also, there is a subdirectory Python in hermes2d, which was not compiled (and I left it in this state) - I am still unsure about its purpose and whether we actually still use it. Anyway, the whole library should compile without problems. The installation options are shortly described in CMake.vars.example.
>
> https://github.com/hpfem/hermes/pull/400
>
--
Pavel Solin
University of Nevada, Reno
Home page: http://hpfem.org/~pavel
FEMTEC 2011: http://hpfem.org/events/femtec-2011/
Hermes: http://hpfem.org/
FEMhub: http://femhub.org/
I am curious, does this fix the problems (related to my comment on the
pull request) we had when both options WITH_TRILINOS and WITH_PYTHON
were set to yes?
Thanks,
Lukas
On Sun, Mar 6, 2011 at 3:52 PM, Lukas Korous <lukas....@gmail.com> wrote:
> Hi,
>
> I am curious, does this fix the problems (related to my comment on the pull
> request) we had when both options WITH_TRILINOS and WITH_PYTHON were set to
> yes?
I do not know exactly what you mean but I have both enables (as well
as all matrix solvers, exodus, etc.) and it works for me.
Pavel
> Thanks,
> Lukas
> On 3/6/2011 11:18 PM, Pavel Solin wrote:
>>
>> Hi Milan,
>> this is in upstream. I can't thank you enough, this will
>> simplify the life of all of us for many months to come.
>>
>> Pavel
>>
>> On Sun, Mar 6, 2011 at 12:21 PM, mhanus<nor...@github.com> wrote:
>>>
>>> This updates the CMake scripts to allow system-wide installation and to
>>> cope with Python wrappers. The primary aim was to get hermes2d and
>>> hermes_common wrappers working (needed for hermes-module-basic), so there
>>> are still some missing parts in H1D (mainly Ondrej's Python examples - I
>>> updated their CMakeLists.txt files with the new changes, but the examples
>>> are quite outdated themeselves and need some more work to make them work)
>>> and H3D (it is not currently installed as H2D, but it should be quite easy
>>> to mimic the installation procedure of H2D also in H3D). Also, there is a
>>> subdirectory Python in hermes2d, which was not compiled (and I left it in
>>> this state) - I am still unsure about its purpose and whether we actually
>>> still use it. Anyway, the whole library should compile without problems. The
>>> installation options are shortly described in CMake.vars.example.
>>>
>>> https://github.com/hpfem/hermes/pull/400
>>>
>>
>>
>
>
--
Perfect. There were some linking troubles a couple weeks ago.
If it works for you, then it probably will work in general.
Good job Milan.
Lukas