Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new conda env: legacy_ogre23 #1232

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

j-rivero
Copy link
Contributor

The PR adds a new conda environment that is a twin of the legacy environment but bumps the ogre-next package from 2.2.x to 2.3.x:

--- envs/legacy/pixi.toml	2025-01-10 18:17:45.242337893 +0100
+++ envs/legacy_ogre23/pixi.toml	2025-01-10 18:19:35.096468104 +0100
@@ -24,7 +24,7 @@
 libsqlite = "*"
 libzip = "*"
 ogre = "1.10.12.1.*"
-ogre-next = "2.2.*"
+ogre-next = "2.3.*"
 openssl = "*"
 protobuf = "3.14.0.*"  # closest with py3.9 ABI to jammy 3.12
 pybind11 = "*"

The Goal is to use it with Harmonic and Ionic. We can start using it for Jetty although at this point of the development cycle it should be open to have its own environment with up-to-date dependencies.

Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Comment on lines +45 to +48
libglvnd-devel-cos7-x86_64 = "*"
libwebsockets = "*"
mesa-libegl-devel-cos7-x86_64 = "*"
mesa-libgl-devel-cos7-x86_64 = "*"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For what regards the libglvnd library, it is now packaged as proper conda-forge packages at https://github.com/conda-forge/libglvnd-feedstock with names:

  • libglvnd-devel
  • libegl-devel
  • libgl-devel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants