Need help building python-iminuit

This page summarizes the projects mentioned and recommended in the original post on /r/flatpak

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • iminuit

    Jupyter-friendly Python interface for C++ MINUIT2

  • - name: python-iminuit buildsystem: simple build-commands: - python3 setup.py build - python3 setup.py install --prefix=${FLATPAK_DEST} --root=/ --optimize=1 sources: - type: git url: https://github.com/scikit-hep/iminuit tag: v2.4.0

  • flatpak-builder-tools

    Various helper tools for flatpak-builder

  • It tells you the problem right in the first error, you're missing pybind11. You should save yourself some time and make use of flatpak-pip-generator from the flatpak-builder-tools, it will save you the trouble of packaging all the Python dependencies of a Python module. You should run the tools through Flatpak so they will generate packaging in the same environment as when building the app. This was the main reason why I packaged the tools as Flatpak package, see my post here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pybind11

    Seamless operability between C++11 and Python

  • I've looked at this again and the proper fix is to change print(s.get_python_inc(plat_specific=True)); to print(s.get_python_inc(plat_specific=False)); in FindPythonLibsNew.cmake. I opened a bug report for pybind11 here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Swig – Connect C/C++ programs with high-level programming languages

    5 projects | news.ycombinator.com | 18 Jul 2023
  • returning numpy arrays via pybind11

    1 project | /r/codehunter | 7 Jul 2023
  • I created smooth_lines python module, great for drawing software

    3 projects | /r/Python | 27 Apr 2023
  • Facial Landmark Detection with C++

    1 project | /r/robotics | 2 Mar 2023
  • Python’s Multiprocessing Performance Problem

    1 project | news.ycombinator.com | 1 Mar 2023