gnu: coin3D: Rename to coin3d.
* gnu/packages/graphics.scm (coin3d): New Variable. (coin3D): Define as deprecated. (coin3D-4): Point to coin3d. * gnu/packages/engineering.scm (freecad): Use coin3d instead of coin3D. * gnu/packages/python-xyz.scm (python-pivy): Ditto. * gnu/packages/qt.scm (soqt): Ditto. Change-Id: I4e83e25e80c512350f38024847891eac14723f26 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
84a88f5ed9
commit
f2c5482af4
4 changed files with 9 additions and 6 deletions
|
@ -2816,7 +2816,7 @@ comments.")))
|
||||||
swig))
|
swig))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
coin3D
|
coin3d
|
||||||
double-conversion
|
double-conversion
|
||||||
eigen
|
eigen
|
||||||
fmt
|
fmt
|
||||||
|
|
|
@ -1951,9 +1951,9 @@ or by subtracting one shape from the other.")
|
||||||
(home-page "https://www.opencsg.org/")
|
(home-page "https://www.opencsg.org/")
|
||||||
(license license:gpl2))))
|
(license license:gpl2))))
|
||||||
|
|
||||||
(define-public coin3D
|
(define-public coin3d
|
||||||
(package
|
(package
|
||||||
(name "coin3D")
|
(name "coin3d")
|
||||||
(version "4.0.0")
|
(version "4.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -2001,7 +2001,10 @@ library for 3D visualization and visual simulation software in the scientific
|
||||||
and engineering community.")
|
and engineering community.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-deprecated coin3D-4 coin3D)
|
(define-deprecated coin3D coin3d)
|
||||||
|
(export coin3D)
|
||||||
|
|
||||||
|
(define-deprecated coin3D-4 coin3d)
|
||||||
(export coin3D-4)
|
(export coin3D-4)
|
||||||
|
|
||||||
(define-public skia
|
(define-public skia
|
||||||
|
|
|
@ -32421,7 +32421,7 @@ used to retry a function a given number of times.")
|
||||||
libice
|
libice
|
||||||
soqt
|
soqt
|
||||||
glew
|
glew
|
||||||
coin3D))
|
coin3d))
|
||||||
(home-page "https://github.com/coin3d/pivy")
|
(home-page "https://github.com/coin3d/pivy")
|
||||||
(synopsis "Python bindings to Coin3D")
|
(synopsis "Python bindings to Coin3D")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -5116,7 +5116,7 @@ configurable also via HTTP.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config cmake))
|
(list pkg-config cmake))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 coin3D))
|
(list qtbase-5 coin3d))
|
||||||
(home-page "https://github.com/coin3d/soqt")
|
(home-page "https://github.com/coin3d/soqt")
|
||||||
(synopsis "Qt GUI component toolkit library for Coin")
|
(synopsis "Qt GUI component toolkit library for Coin")
|
||||||
(description "SoQt is a Qt GUI component toolkit library for Coin. It is
|
(description "SoQt is a Qt GUI component toolkit library for Coin. It is
|
||||||
|
|
Reference in a new issue