From 96480ca2c74ca7cc50213743f4823e4893075789 Mon Sep 17 00:00:00 2001 From: Christian Fournier Date: Thu, 2 Oct 2025 22:57:38 +0200 Subject: [PATCH] remove accentuated characters (may bother pip commands) add comment for remembering why cdt libGL has been choosen over libgl on linux --- conda/meta.yaml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 981986a..39e7a15 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -25,7 +25,7 @@ requirements: - {{ compiler('cxx')}} - make # [unix] - pkg-config # [linux] - - {{ cdt('mesa-libgl-devel') }} # [linux] + - {{ cdt('mesa-libgl-devel') }} # [linux] # match libqglviewer CDT GL strategy # from https://conda-forge.org/docs/maintainer/knowledge_base.html#libgl - python # [build_platform != target_platform] - sip # [build_platform != target_platform] @@ -47,8 +47,8 @@ requirements: run: - python - - {{ pin_compatible('pyqt', max_pin='x.x') }} - - {{ pin_compatible('libqglviewer', max_pin='x.x') }} + - {{ pin_compatible('pyqt', max_pin='x.x') }} + - {{ pin_compatible('libqglviewer', max_pin='x.x') }} - pyopengl - xorg-libxfixes # [linux] diff --git a/pyproject.toml b/pyproject.toml index 0d2ac4d..9b3ae39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ version = "1.3.3.dev" description = "Python bindings of libQGLViewer." readme = "README.md" authors = [ - { name = "Frédéric Boudon", email = "frederic.boudon@cirad.fr" } + { name = "Frederic Boudon", email = "frederic.boudon@cirad.fr" } ] [tool.sip.project]