Search found 3941 matches

by looo
Sun Jan 14, 2018 3:29 pm
Forum: Developers corner
Topic: NGsolve stable and nightlies won't work for us. Let's try to solve the dependency/Debian packaging hell ourselves
Replies: 125
Views: 20338

Re: NGsolve stable and nightlies

Is it really a problem if freecad depend on the full ngsolve-package for debian/ubuntu?
by looo
Sun Jan 14, 2018 2:06 pm
Forum: Install / Compile
Topic: OpenSUSE pivy packaging problem
Replies: 23
Views: 4296

Re: OpenSUSE pivy packaging problem

found one here which is python3:
https://opensuse.pkgs.org/tumbleweed/op ... 6.rpm.html

Maybe that is the problem.
by looo
Sun Jan 14, 2018 1:58 pm
Forum: Install / Compile
Topic: OpenSUSE pivy packaging problem
Replies: 23
Views: 4296

Re: OpenSUSE pivy packaging problem

Are there any references for the pivy6.x package? I am interested into what went wrong there.
by looo
Sun Jan 14, 2018 1:34 pm
Forum: Install / Compile
Topic: boost 1.66 warnings
Replies: 8
Views: 1897

boost 1.66 warnings

some warnings with boost 1.66. Maybe someone sees the obvious problem. [ 24%] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObject.cpp.o In file included from /env/include/boost/optional.hpp:15:0, from /env/include/boost/graph/named_graph.hpp:21, from /env/include/boost/graph/adjacen...
by looo
Sun Jan 14, 2018 12:46 pm
Forum: Developers corner
Topic: NGsolve stable and nightlies won't work for us. Let's try to solve the dependency/Debian packaging hell ourselves
Replies: 125
Views: 20338

Re: NGsolve stable and nightlies

And what happens for the messy patches to be needed in the first place? Things like API changes on their side with new versions of Netgen? Yes, netgen has changed some stuff. (shared pointers, c++14 usage). We only need that for compiling FreeCAD? But after FreeCAD needs full Netgen package as a ru...
by looo
Sat Jan 13, 2018 6:14 pm
Forum: Developers corner
Topic: NGsolve stable and nightlies won't work for us. Let's try to solve the dependency/Debian packaging hell ourselves
Replies: 125
Views: 20338

Re: NGsolve stable and nightlies

My linked patches are simple too messy. They adopted some stuff, and we would have to rebase again, and see what is still needed to make netgen 6.2 work with freecad.
by looo
Sat Jan 13, 2018 5:46 pm
Forum: Open discussion
Topic: Discussion: All thing Pyside2
Replies: 8
Views: 1406

Re: Pyside may be renamed to 'Qt for Python'

I guess there goes pythonic imports. I think it is acceptable as (hopefully) the subopackage-names stay the same. As for the name. As it looks like they are serious and will do it. Hopefully something straightforward like Qt or QtPy will be selected. As for the already existing QtPy wrapper. They u...
by looo
Fri Jan 12, 2018 7:55 pm
Forum: Developers corner
Topic: NGsolve stable and nightlies won't work for us. Let's try to solve the dependency/Debian packaging hell ourselves
Replies: 125
Views: 20338

Re: NGsolve stable and nightlies

Do you build NGSolve or NetGen or just nglib? For conda I build the full netgen library (no NGSolve) with python bindings. I think the best for us is to have a netgen-fork which adds some patches, make it available via the ppa, and try to get the diff to the netgen-repo on github. It isn't that muc...
by looo
Fri Jan 12, 2018 7:46 pm
Forum: Open discussion
Topic: Discussion: All thing Pyside2
Replies: 8
Views: 1406

Re: Pyside may be renamed to 'Qt for Python'

Qt4Pyton ---
QtPy --- (https://github.com/spyder-ide/qtpy)
QtPython ---
Python4Qt --- python4??? qt4??
Qt +
qt +++
pyside ++
by looo
Wed Jan 10, 2018 10:13 pm
Forum: Developers corner
Topic: NGsolve stable and nightlies won't work for us. Let's try to solve the dependency/Debian packaging hell ourselves
Replies: 125
Views: 20338

Re: NGsolve stable and nightlies

As far as I remember, we can not use netgen6.2 directly. Basically there is one change of the newer netgen where I didn't find a easy solution on our side. For the conda netgen-package I use a modified netgen source. Basically it's this line which needs some more effort to get solved for smesh in Fr...