Re: [dealii-developers] GUI preprocessor (a priori mesh refinement)

2016-07-10 Thread Bruno Turcksin
2016-07-10 8:40 GMT-04:00 Denis Davydov : > did you switch from "python" to "cmake" branch? Maybe it's time to create a > PR to the main repo with python wrapper related commits? Yeah I messed up but since it's only the experimental repository I didn't bother fixing it. My goal

Re: [dealii-developers] GUI preprocessor (a priori mesh refinement)

2016-07-09 Thread Bruno Turcksin
All, can you give a try to the branch cmake on dealii/experimental. You will need to install boost with python support and use -DDEAL_II_WITH_PYTHON=ON when you configure deal.II Normally, python should be picked up automatically but you can set the path to python using:

Re: [dealii-developers] GUI preprocessor (a priori mesh refinement)

2016-05-26 Thread Denis Davydov
Hi Bruno, Thanks, now it works and i have a full deal.II suite built together with python part. Yay! Before starting writing the wrappers, i think we should have some tests for export strategy. I would say the python preprocessor (leave along GUI for now) for mesh generation should work with

Re: [dealii-developers] GUI preprocessor (a priori mesh refinement)

2016-05-25 Thread Bruno Turcksin
Denis, 2016-05-25 10:40 GMT-04:00 Bruno Turcksin : > I will let you know once I have fixed the problem. It should work now. Best, Bruno -- You received this message because you are subscribed to the Google Groups "deal.II developers" group. To unsubscribe from this

Re: [dealii-developers] GUI preprocessor (a priori mesh refinement)

2016-05-25 Thread Bruno Turcksin
Denis, 2016-05-25 8:04 GMT-04:00 Denis Davydov : > I tried with system’s Python (2.7.10 on OSX). First, I forgot to tell you that it only works in debug mode but this is not the problem. I think the problem is that gcc accept code that clang doesn't. I will let you know once