mbox series

[bug#70305,0/5] gnu: coin3d: Improve and update to 4.0.2.

Message ID cover.1712657465.git.jean@foundation.xyz
Headers show
Series gnu: coin3d: Improve and update to 4.0.2. | expand

Message

Jean-Pierre De Jesus Diaz April 9, 2024, 10:13 a.m. UTC
This patch series update Coin3D to 4.0.2 and make a few changes to the
package, mainly renaming the variable to use lowercase, using
G-Expressions and changes to avoid using dlopen and unbundling
of expat.

Jean-Pierre De Jesus DIAZ (5):
  gnu: coin3D: Rename to coin3d.
  gnu: coin3d: Use G-Expressions.
  gnu: coin3d: Use system expat.
  gnu: coin3d: Avoid use of dlopen.
  gnu: coin3d: Update to 4.0.2.

 gnu/packages/engineering.scm |  2 +-
 gnu/packages/graphics.scm    | 74 ++++++++++++++++++++++++------------
 gnu/packages/python-xyz.scm  |  2 +-
 gnu/packages/qt.scm          |  2 +-
 4 files changed, 53 insertions(+), 27 deletions(-)


base-commit: cd45294d576975a3bff2f755764a3f46f09ea6f9

Comments

Christopher Baines April 15, 2024, 9:52 a.m. UTC | #1
Jean-Pierre De Jesus DIAZ <jean@foundation.xyz> writes:

> This patch series update Coin3D to 4.0.2 and make a few changes to the
> package, mainly renaming the variable to use lowercase, using
> G-Expressions and changes to avoid using dlopen and unbundling
> of expat.
>
> Jean-Pierre De Jesus DIAZ (5):
>   gnu: coin3D: Rename to coin3d.
>   gnu: coin3d: Use G-Expressions.
>   gnu: coin3d: Use system expat.
>   gnu: coin3d: Avoid use of dlopen.
>   gnu: coin3d: Update to 4.0.2.
>
>  gnu/packages/engineering.scm |  2 +-
>  gnu/packages/graphics.scm    | 74 ++++++++++++++++++++++++------------
>  gnu/packages/python-xyz.scm  |  2 +-
>  gnu/packages/qt.scm          |  2 +-
>  4 files changed, 53 insertions(+), 27 deletions(-)

Looks good to me, I've pushed these changes to master as
37579d04dc76c2badd1b7feca6d6cdfadd4e61d3.

Chris
Buttons Presser May 2, 2024, 2:49 p.m. UTC | #2
Could it be that this patch breaks python-pivy in current guix (2aeb9fa)?

python-pivy is a freecad dependency so freecad is also can not be installed now which is reported here - https://issues.guix.gnu.org/70698

Anyway I would appreciate any suggestions on how to fix/patch python-pivy and ultimately freecad.

Kind regards,
BP