Search Criteria
Package Details: openscad-git r11091.9b9adabc-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openscad-git.git (read-only, click to copy) |
---|---|
Package Base: | openscad-git |
Description: | The programmers solid 3D CAD modeller |
Upstream URL: | https://github.com/openscad/openscad |
Licenses: | GPL2 |
Conflicts: | openscad |
Provides: | openscad |
Submitter: | None |
Maintainer: | TurtleRuss |
Last Packager: | TurtleRuss |
Votes: | 19 |
Popularity: | 0.033032 |
First Submitted: | 2011-02-25 03:29 (UTC) |
Last Updated: | 2024-06-23 17:59 (UTC) |
Dependencies (24)
- boost-libs
- cgal (cgal-gitAUR)
- double-conversion (double-conversion-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gmp (gmp-hgAUR)
- harfbuzz (harfbuzz-gitAUR)
- lib3mf
- libzip (libzip-gitAUR)
- mpfr (mpfr-gitAUR)
- opencsg (opencsg-gitAUR)
- qscintilla-qt5
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-gamepadAUR (qt5-gamepad-gitAUR)
- qt5-multimedia
- qt5-svg (qt5-svg-gitAUR)
- tbb (onetbb-gitAUR, onetbb)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-fullAUR, imagemagick-full-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (23)
- freecad-git (requires openscad) (optional)
- freecad-linkstage3-git (requires openscad) (optional)
- gnome-thumbnailers-git (requires openscad) (optional)
- inkscape-paths2openscad (requires openscad) (optional)
- kibot (requires openscad)
- ooml-git (requires openscad) (optional)
- openscad-bosl (requires openscad)
- openscad-dotscad-git (requires openscad)
- openscad-lasercut-git (requires openscad)
- openscad-libraries (requires openscad)
- openscad-list-compr-demos-git (requires openscad)
- openscad-mcad-dev-git (requires openscad)
- openscad-nopscadlib-git (requires openscad)
- openscad-round-anything (requires openscad)
- openscad-scad-utils-git (requires openscad)
- openscad-thread-profile-git (requires openscad)
- openscad-threadlib (requires openscad)
- openscad-threadlib-git (requires openscad)
- openscad-thumbnailers (requires openscad)
- python-jupyter-openscad-kernel (requires openscad)
- Show 3 more...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
uberben commented on 2024-05-20 16:35 (UTC)
It looks like lib3mf is a new dependency
das-Iro commented on 2024-03-11 16:40 (UTC)
flex and bison are required, perhaps only as build dependency
uberben commented on 2024-02-04 16:34 (UTC)
I was able to get this to build by adding
#define GLM_ENABLE_EXPERIMENTAL
just before#include <glm/gtx/compatibility.hpp
inopenscad-git/src/openscad/submodules/manifold/src/utilities/include/public.h
. There is probably a better way to do it through the pkgbuild, but I just did a ninja edit after it cloned everything in but hadn't build that submodule yet.xythobuz commented on 2024-01-26 01:49 (UTC)
Tried to build this package on two machines. On one, glm was not installed, so CMake failed due to the missing dependency. On the other one, glm is installed, but the build failed with the error "GLM: GLM_GTX_transform is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." For GLM_GTX_transform, GLM_GTX_rotate_vector and GLM_GTX_compatibility.
jlefler commented on 2024-01-04 22:37 (UTC)
With a clean build, OpenSCAD crashes when attempting to export to STL. The (ancient) non-git version of OpenSCAD package does not. The problem appears to be related to the dialog that OpenSCAD shows to pick the filename to save to. Reports on the OpenSCAD git lead me to think there might be some relationship to icons, but the only error I get in the console is: [1] 786643 segmentation fault (core dumped) openscad --debug all
Is it possible we have a library we need that isn't listed as a dependency? Any advice on how I can start debugging this?
p60091 commented on 2023-05-22 01:45 (UTC) (edited on 2023-05-22 01:57 (UTC) by p60091)
After applying the following, it builds successfully in clean chroot; the patch adds tbb dependency and submodule pull:
gyscos commented on 2023-05-08 14:50 (UTC)
Hi, this package does not seem to currently build properly? It looks like it may be missing some (recursive) submodules.
cmsigler commented on 2022-11-12 15:29 (UTC) (edited on 2022-11-12 15:34 (UTC) by cmsigler)
Hi,
In my testing, @wallace11 patch needs this stanza added to it:
After adding that it builds successfully in a clean chroot :)
Patch posted at https://pastebin.com/BfbMVN41 -- HTH!
Clemmitt
wallace11 commented on 2022-11-07 00:01 (UTC)
A patch for successfully building in a clean chroot:
dack commented on 2022-09-15 23:44 (UTC)
This is missing a build dependency for cmake. Cmake is not part of base-devel, so build fails in a clean chroot.
1 2 3 4 5 6 7 Next › Last »