mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: openscad: Update to 2025.05.08.
* gnu/packages/engineering.scm (openscad): Update to 2025.05.08. [native-inputs]: Move python, python-numpy and python-pillow to... [inputs]: ... here. Add python-pip. [arguments]: Enable python support. Change-Id: I8905b147e8016ecc98d77211964b18e6acdbb5fc Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
20778de562
commit
c9d655330d
1 changed files with 8 additions and 6 deletions
|
@ -3185,8 +3185,8 @@ ontinuous-time and discret-time expressions.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public openscad
|
(define-public openscad
|
||||||
(let ((commit "d1351d6282abfd239cdd0c657f755d8c4a123ff8")
|
(let ((commit "72c9919d63116f8e711f3566ae34e9eb63a2d6e6")
|
||||||
(version "2025.05.02")
|
(version "2025.05.08")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "openscad")
|
(name "openscad")
|
||||||
|
@ -3199,7 +3199,7 @@ ontinuous-time and discret-time expressions.")
|
||||||
(commit commit)
|
(commit commit)
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cgls75dk9hjfym8rp0vpnnlz1fdawd746nnw3343gvhljqv36cn"))
|
(base32 "077x7s3z65mz6rnrzan3qn06045d2fkqnd6ss6ibw1fhlaypzfbf"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -3212,6 +3212,7 @@ ontinuous-time and discret-time expressions.")
|
||||||
"-DENABLE_TESTS=OFF"
|
"-DENABLE_TESTS=OFF"
|
||||||
"-DEXPERIMENTAL=ON"
|
"-DEXPERIMENTAL=ON"
|
||||||
"-DSNAPSHOT=ON"
|
"-DSNAPSHOT=ON"
|
||||||
|
"-DENABLE_PYTHON=ON"
|
||||||
"-DUSE_BUILTIN_CLIPPER2=OFF"
|
"-DUSE_BUILTIN_CLIPPER2=OFF"
|
||||||
(string-append "-DOPENSCAD_VERSION="
|
(string-append "-DOPENSCAD_VERSION="
|
||||||
#$version)
|
#$version)
|
||||||
|
@ -3263,6 +3264,10 @@ ontinuous-time and discret-time expressions.")
|
||||||
mimalloc
|
mimalloc
|
||||||
mpfr
|
mpfr
|
||||||
opencsg
|
opencsg
|
||||||
|
python
|
||||||
|
python-numpy
|
||||||
|
python-pillow
|
||||||
|
python-pip
|
||||||
qscintilla
|
qscintilla
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtmultimedia-5
|
qtmultimedia-5
|
||||||
|
@ -3281,9 +3286,6 @@ ontinuous-time and discret-time expressions.")
|
||||||
imagemagick
|
imagemagick
|
||||||
ghostscript
|
ghostscript
|
||||||
procps
|
procps
|
||||||
python-numpy
|
|
||||||
python-pillow
|
|
||||||
python
|
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
(synopsis "Script-based 3D modeling application")
|
(synopsis "Script-based 3D modeling application")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue