NGSolve / netgen

https://ngsolve.org
GNU Lesser General Public License v2.1
298 stars 131 forks source link

conda-forge package #12

Closed looooo closed 6 years ago

looooo commented 6 years ago

I would like to add netgen to the conda-forge channel. Currently there are several netgen-packages available with conda:

Maybe we could try to combine this packages and make one that is more official and satisfy all the needs of the dependent libraries.

looooo commented 6 years ago

https://github.com/conda-forge/staged-recipes/pull/5320

CJ-Wright commented 6 years ago

It would be nice to have release tags too (xref: https://github.com/NGSolve/netgen/issues/8)

looooo commented 6 years ago

should netgen work on 32 bit windows? https://ci.appveyor.com/project/conda-forge/staged-recipes/build/1.0.22014/job/2tw3q4gjf6u1iy6w I disable it for now. Also finding tk seems to bedifficult for windows. So I disabled gui for windows.

looooo commented 6 years ago

@mhochsteger could you have a look at this PR https://github.com/conda-forge/staged-recipes/pull/5320. It should add builds for:

I have disabled the gui for window, because finding tk with cmake is a disaster. But any additionals can be added later on too.

To you have odeas why win 32bit doesn't work?

mhochsteger commented 6 years ago

@looooo

looooo commented 6 years ago

Some people still using freecad with win32... It's not a big issue if win32 is not supported by netgen as freecad can be build without netgen-meshing support.

looooo commented 6 years ago

conda package of netgen-6.2.0-1802 is now uploaded: conda install netgen -c conda-forge

@mhochsteger @JSchoeberl pyocct still needs https://github.com/NGSolve/netgen/pull/10 . Maybe it's possible to merge the PR in the next release.