Package Details: python-py-slvs 1.0.6-2

Git Clone URL: https://aur.archlinux.org/python-py-slvs.git (read-only, click to copy)
Package Base: python-py-slvs
Description: Python binding of SOLVESPACE geometry constraint solver
Upstream URL: https://github.com/realthunder/slvs_py
Licenses: GPL3
Conflicts: python-py-slvs
Provides: python-py-slvs
Submitter: bitswitcher
Maintainer: bitswitcher
Last Packager: bitswitcher
Votes: 0
Popularity: 0.000000
First Submitted: 2023-04-18 22:22 (UTC)
Last Updated: 2023-08-23 13:17 (UTC)

Latest Comments

lazerbeak12345 commented on 2025-11-25 17:10 (UTC) (edited on 2025-11-25 17:12 (UTC) by lazerbeak12345)

The build error I'm getting:

CMake Error at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.

Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.

Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

I think this may be here: https://github.com/realthunder/solvespace/blob/73a181b000d999cdab2e03f548bd86ee0b6bd7e7/CMakeLists.txt#L3

If it's upstream, I guess they need an issue filed.

Pulec commented on 2025-03-31 22:50 (UTC)

Got build error https://paste.rs/JEmUF

bitswitcher commented on 2023-06-08 00:00 (UTC)

@cobaltspace Thanks for the feedback and for linking directly to the AUR guidelines. I have updated the PKGBUILD with the requested changes. Let me know if there are other changes that should be made.

I believe I based this package on https://aur.archlinux.org/packages/python-py-slvs-git so it might have the same issue. I'd have to check.

cobaltspace commented on 2023-06-07 09:59 (UTC)

The site-packages directory should not be hardcoded.

Use $(python -c "import site; print(site.getsitepackages()[0])") instead.

https://wiki.archlinux.org/title/Python_package_guidelines#Using_site-packages