Search Criteria
Package Details: python-nurbs 5.3.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-nurbs.git (read-only, click to copy) |
---|---|
Package Base: | python-nurbs |
Description: | Object-oriented pure Python B-Spline and NURBS library |
Upstream URL: | https://onurraufbingol.com/NURBS-Python |
Licenses: | MIT |
Submitter: | greyltc |
Maintainer: | Maik93 |
Last Packager: | Maik93 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-21 16:09 (UTC) |
Last Updated: | 2023-11-22 10:23 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-pytest
- cython (cython-gitAUR, cython0AUR) (make)
- python-setuptools (make)
- python-matplotlib (python-matplotlib-gitAUR) (check)
- python-pytest (check)
- python-matplotlib (python-matplotlib-gitAUR) (optional) – required packages for visualization
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (optional) – required packages for visualization
- python-plotly (optional) – required packages for visualization
Required by (1)
- python-ezdxf (check)
Latest Comments
tapia commented on 2023-11-21 22:24 (UTC)
Thanks for the patch jenrik! This should be added to the PKGBUILD.
jenrik commented on 2023-10-01 11:34 (UTC)
Here is a patch to the 5.3.1-2 package that patches the np.float issue:
leograyc commented on 2023-07-16 17:44 (UTC) (edited on 2023-07-16 17:44 (UTC) by leograyc)
I run into the same
float
error from this package while trying to install cadquery. Seems like there will be little hope of fixing this from upstream. Maybe it's better to create forks now.greyltc commented on 2023-06-21 14:37 (UTC) (edited on 2023-06-21 14:41 (UTC) by greyltc)
I'm afraid upstream might be dead here. Anyone know?
Adding the following to the PKGBUILD fixes the package today:
sdp8483 commented on 2023-04-30 15:15 (UTC)
I get the following error:
I was able to fix the error by modifying
/src/geomdl/visualizaton/VisMPL.py
line 71np.float
change tonp.float64
Then install withmakepkg -sei
thee
option disables extracting the source files so that the changes above are not overwritten.And1G commented on 2022-08-18 17:40 (UTC)
Please also add python-matplotlib to checkdepends, otherwise makepkg will fail in clean chroot: