netgen icon indicating copy to clipboard operation
netgen copied to clipboard

Results 116 netgen issues
Sort by recently updated
recently updated
newest added

netgen defaults to the CMAKE_INSTALL_RPATH, which includes "$ORIGIN", i.e. the BINDIR, but it should only point to the library directories. The libraries are all located in the same directory, so...

Most packaging schemes do not installed into the prefix directly, but into a staging area set by the DESTDIR env variable. This is handled fine and transparently by CMake for...

Hello, the question of the license for these files came up during review of the Netgen Debian package, could you please clarify?

Netgen provides several shared libraries, e.g. nglib. However, the resultant libnglib.so does not have its SONAME set properly, which is problematic for packaging Netgen and for other applications depending on...

Only Togl 2.1 is used, and there is no reason to keep 1.7 active.

Fedora has had a bad run past few years of shipping nonfunctional or only partially functional netgen builds despite carrying a number of downstream patches. This is an effort to...

Current initialization of the global geometryregister suffers from a classic 'initialization order fiasco'. Depending on the order the compilation units are loaded/linked, the initialization of the global GeometryRegisterArray is not...

stlgeometry is a private member of VisualSceneSTLGeometry/Meshing, and can't point to any valid geometry when the constructor runs, so remove any dereferences there. Remove the misleading extern declaration of netgen::stlgeometry.

Static libraries are installed by default, even when only used as a build artifact for building a shared library. The simplest way to solve this is to set the library...

Linux distributions typically prefer system provided libraries, so optionally use it when found. (This also allows to use the github provided tarball, which omits the pybind11 submodule). Fix the PYBIND_INCLUDE_DIR...