Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-netgen-6.2.2404-bp160.1.1 RPM for x86_64

From OpenSuSE Leap 16.0 for x86_64

Name: python3-netgen Distribution: SUSE Linux Enterprise 16
Version: 6.2.2404 Vendor: openSUSE
Release: bp160.1.1 Build date: Fri Dec 20 14:30:27 2024
Group: Productivity/Graphics/CAD Build host: reproducible
Size: 973694 Source RPM: netgen-6.2.2404-bp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://ngsolve.org/
Summary: NETGEN python bindings
Python bindings for NETGEN.

Provides

Requires

License

LGPL-2.1-only

Changelog

* Fri Dec 20 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Enable python tests on Tumbleweed (requires python-check).
  - Fix crash in boundarylayer tests, add
    * 0001-Fix-invalid-string-access-in-BoundaryLayerTool.patch
* Wed Dec 18 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Amend patches for Leap 15.x
    * 0001-Include-filesystem-from-experimental-for-GCC-7.patch
  - Fix crash due to wrong initialization order, add
    * 0001-Fix-static-initialization-order-for-UserFormatRegist.patch
* Sun Dec 15 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Remove erroneous dependency on the python module, add
    * 0001-Do-not-EXPORT-python-modules-as-CMake-targets.patch
* Thu Dec 05 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - update to version 6.2.2404
    * no changelog provided
  - Rebase:
    * 0001-Include-filesystem-from-experimental-for-GCC-7.patch
    * 0001-Disable-backtrace-generation.patch
  - Add:
    * 0001-Fix-ODR-violation-for-struct-class-Line.patch
    * 0002-Add-missing-includes-for-std-string-std-cerr-fix-nam.patch
* Fri Jan 27 2023 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - update to version 6.2.2301
    * no changelog provided
  - Drop upstream patches:
    * 0001-Optionally-prefer-system-wide-pybind11.patch
    * 0001-Fix-use-of-unitialized-stlgeometry-member-in-constru.patch
    * 0001-Ignore-invalid-unknown-types-in-pybind11-docstrings.patch
    * 0001-fix-building-with-new-ffmpeg.patch
  - Add build _constraints
* Sun Dec 11 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Don't write python bytecode during stubgen or test execution,
    make python bindings subpackage reproducible.
* Thu Oct 20 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Use Catch2 < 3.0. Unfortunately Catch2 3.x is API
    incompatible with Catch2 2.x.
  - Add 0001-fix-building-with-new-ffmpeg.patch
* Tue Sep 13 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - update to version 6.2.2204
    * no changelog provided
  - Split nggui library package, to avoid pulling in otherwise
    unneeded dependencies.
* Thu Sep 08 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Limit dependencies to ffmpeg-4 variant and older, see upstream
    issue https://github.com/NGSolve/netgen/issues/112
* Tue Aug 02 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Generate python stubs, add
    0001-Ignore-invalid-unknown-types-in-pybind11-docstrings.patch
* Fri Jul 15 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - update to version 6.2.2203
    * no changelog provided
  - Drop obsolete/upstream patches:
    * 0001-Set-explicit-OBJECT-library-type-for-internal-togl.patch
    * 0001-Throw-in-case-enum-value-is-unhandled.patch
    * 0001-Throw-Exception-when-shape-has-invalid-type.patch
    * 0001-Fix-signedness-for-ARM-Neon-mask-type.patch
  - Add patches:
    * 0001-Link-nggui-to-FFMPEG-und-JPEG-libraries-when-needed.patch
    * 0001-Avoid-installation-of-Togl-static-library.patch
    * 0001-Fix-use-of-unitialized-stlgeometry-member-in-constru.patch
    * 0001-Include-filesystem-from-experimental-for-GCC-7.patch
    * 0001-Fix-netgen-executable-and-library-RUNPATHs.patch
* Fri Mar 04 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix RUNPATH also for Leap/SLE 15.4, which now uses
    CMAKE_SKIP_INSTALL_RPATH=ON by default.
* Mon Feb 07 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix RUNPATH on Leap 15.x
* Thu Jan 27 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - update to version 6.2.2105
    * no changelog provided
  - Drop upstream 0001-Fix-GetTimeCounter-for-Aarch64-variants.patch
  - Add patches:
    * 0001-Optionally-prefer-system-wide-pybind11.patch
    * 0001-Throw-Exception-when-shape-has-invalid-type.patch
    * 0001-Fix-signedness-for-ARM-Neon-mask-type.patch
* Mon May 10 2021 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Exclude all 32bit archs, no longer supported upstream (fails to
    build).
* Mon Mar 01 2021 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - update to version 6.2.2101
    * no changelog provided
  - Properly split package: libraries (as required by e.g FreeCAD),
    python-bindings, examples and standalone GUI.
  - Drop upstream fix_build.patch
  - Replace 0001-Allow-compilation-on-archs-beyond-x86.patch
    with -DUSE_NATIVE_ARCH=OFF
  - Fix build:
    * Add 0001-Disable-backtrace-generation.patch, do not call "nm"
      or "addr2line" from library.
    * Add 0001-Set-explicit-OBJECT-library-type-for-internal-togl.patch
    * Add 0001-Throw-in-case-enum-value-is-unhandled.patch
    * Disable -Wl,--no-undefined, libs have circular dependencies
    * Add 0001-Fix-GetTimeCounter-for-Aarch64-variants.patch
  - Enable Catch2 unittests, add
    0001-Optionally-use-system-provided-Catch2.patch
* Thu Mar 21 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix build on ARM and PPC, only include immintrin.h when SSE is available
* Mon Mar 18 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Correct License:, netgen has always been LGPL-2.1-only.
  - Package License file.
  - Remove boost BuildRequires:, it is not used at all.
  - Guard Requires: occt-devel in devel package with bcond, so it
    does not get pulled in if netgen is built without OpenCascade.
* Mon Mar 18 2019 Adrian Schröter <adrian@suse.de>
  - switch to gcc7
* Mon Mar 18 2019 Jan Engelhardt <jengelh@inai.de>
  - Remove ldconfig calls since there are only dlopened plugins,
    no standard libraries.
  - Wrap description.
  - Use convenient %make_install, and run fdupes.
* Mon Mar 18 2019 Adrian Schröter <adrian@suse.de>
  - update to version 6.2.1810
    obsoletes:
      allow_fine_curves.patch
      occ-pi-constant.patch
      do_stl_init.patch
  - switch to cmake, obsoletes AM_PROG_AR.patch
  - use obs_scm, obsoletes svnfetch.sh and netgen.sh
* Fri Dec 08 2017 adrian@suse.de
  - move include files into /usr/include/netgen/
  - use -fno-strict-aliasing
  - add some extra header wrapper files missed by FreeCAD
* Tue Nov 07 2017 adrian@suse.de
  - switch to OpenCASCADE 7.2.0
* Fri Jul 28 2017 adrian@suse.de
  - switch to OpenCASCADE 7.1.0 and newer boost
* Tue Jan 31 2017 adrian@suse.de
  - enable python for openSUSE Tumbleweed
* Mon Jun 13 2016 adrian@suse.de
  - Using source service to follow git master (pre-6.1)
  - use new oce instead of OpenCASCADE
  - enable openmpi
  - use fixes for rpath from Johannes Obermayer
    Sun Jan 23 2014 Torben Hansen <build at sciomnis dot com>
  - Changed to upstream version
* Sun Mar 10 2013 jw@suse.com
  - /usr/bin/netgen was a policy violation, -> /usr/lib/netgen
  - Pulling git snapshot 5.1-dev, as the official 5.0.0 release only compiles
    with _MSC_VER; Ng_stl_Init() missing otherwise
  - added full autoconf tooling to spec-file, sigh...
  - renamed /usr/bin/netgen.sh to /usr/bin/netgen
* Sun Mar 10 2013 jw@suse.com
  - update to 5.0.0
    * upstream changelog is empty
  - obsolete fully upstreamed occ-6.5.0 patch
  - patching ng/Makefile to find -lTogl1.7
  - improved netgen.sh to allow parameters and preserve cwd.
  - allow_fine_curves.patch added, finer defaults, extended slider range
* Sun Mar 18 2012 scorot@free.fr
  - remove unneeded lam and lam-devel package requirement
* Tue May 31 2011 Werner Hoch <werner.ho@gmx.de>
  - new version 4.9.13
  - added patch occ-6.5.0.patch taken from debian package
    Sat Mar 27 16:46:40 CET 2010
  - fixed compiling errors on gcc44
* Fri Oct 16 2009 andrea@opensuse.org
  - new upstream version 4.9.11
* Wed Jun 10 2009 andrea@opensuse.org
  - new upstream version

Files

/usr/lib64/python3.13/site-packages/netgen
/usr/lib64/python3.13/site-packages/netgen/NgOCC.py
/usr/lib64/python3.13/site-packages/netgen/__init__.py
/usr/lib64/python3.13/site-packages/netgen/__main__.py
/usr/lib64/python3.13/site-packages/netgen/config
/usr/lib64/python3.13/site-packages/netgen/config/__init__.py
/usr/lib64/python3.13/site-packages/netgen/config/__main__.py
/usr/lib64/python3.13/site-packages/netgen/config/config.py
/usr/lib64/python3.13/site-packages/netgen/csg.py
/usr/lib64/python3.13/site-packages/netgen/geom2d.py
/usr/lib64/python3.13/site-packages/netgen/gui.py
/usr/lib64/python3.13/site-packages/netgen/libngguipy.so
/usr/lib64/python3.13/site-packages/netgen/libngpy.so
/usr/lib64/python3.13/site-packages/netgen/meshing.py
/usr/lib64/python3.13/site-packages/netgen/occ.py
/usr/lib64/python3.13/site-packages/netgen/read_gmsh.py
/usr/lib64/python3.13/site-packages/netgen/read_meshio.py
/usr/lib64/python3.13/site-packages/netgen/stl.py
/usr/lib64/python3.13/site-packages/netgen/version.py
/usr/lib64/python3.13/site-packages/netgen/webgui.py
/usr/lib64/python3.13/site-packages/netgen_mesher-py3.egg-info
/usr/lib64/python3.13/site-packages/pyngcore
/usr/lib64/python3.13/site-packages/pyngcore/__init__.py
/usr/lib64/python3.13/site-packages/pyngcore/pyngcore.cpython-313-x86_64-linux-gnu.so


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 30 23:44:07 2025