Search Criteria
Package Details: solvespace-git r2194.3e5873e6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/solvespace-git.git (read-only, click to copy) |
|---|---|
| Package Base: | solvespace-git |
| Description: | Parametric 2D/3D CAD |
| Upstream URL: | https://solvespace.com |
| Keywords: | cad design |
| Licenses: | GPL3 |
| Conflicts: | solvespace |
| Provides: | solvespace |
| Submitter: | keenerd |
| Maintainer: | awahab |
| Last Packager: | awahab |
| Votes: | 10 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-08-09 17:08 (UTC) |
| Last Updated: | 2026-04-01 00:46 (UTC) |
Latest Comments
1 2 3 Next › Last »
projectgus commented on 2026-01-27 00:04 (UTC)
Thanks for packaging this for AUR!
Is this method of manually overriding the submodule git repos common for PKGBUILDs? It failed for me, because Git's default policy for file path URLs is "user", which doesn't allow them to be used from scripts.
Rather than change the git config I patched PKGBUILD to check out the submodules from their original URLs. Works for now...
11backslashes commented on 2020-07-27 17:48 (UTC)
Please add:
git submodule update --init extlib/mimalloc
to the PKGBUILD, and perhaps follow the doc's recommendation on pkgdesc: https://wiki.archlinux.org/index.php/PKGBUILD#pkgdesc
soenke commented on 2020-07-21 18:38 (UTC) (edited on 2020-07-21 18:44 (UTC) by soenke)
sed -i 's/lib64/lib/' src/cmake_install.cmake make }
rvega commented on 2019-05-05 15:31 (UTC) (edited on 2019-05-05 15:31 (UTC) by rvega)
I had to add the following lines to prepare() in the PKGBUILD file.
git submodule update --init extlib/q3d
git submodule update --init extlib/flatbuffers
JJJollyjim commented on 2019-04-18 02:59 (UTC)
The extlib/q3d and extlib/flatbuffers submodules need to both be updated in prepare for this to work now (or out-of-tree versions need to be set up somehow).
ad1217 commented on 2017-11-10 20:23 (UTC)
avh.on1 commented on 2017-02-13 21:24 (UTC)
gerhard commented on 2017-01-23 10:52 (UTC)
keenerd commented on 2017-01-09 02:58 (UTC)
1 2 3 Next › Last »