pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: freecad (was: Re: Anyone able to run blender on netbsd-10 amd64?)
Robert Swindells wrote:
>
...
> I just pushed an update to wip that does make it build, not sure it is
> wrapping all of the Qt5 components needed for freecad though.
>
> Also have local changes to update graphics/coin to 4.0.3.
>
> Working though the cmake config for freecad now, can push my interim
> changes to wip/freecad if anyone is interested.
Wonderful progress! Thanks
wip/py-pyside-setup is failing to locate :
46 | #include <numpy/arrayobject.h>
With python2.7, this file was located in:
.../site-packages/numpy/core/include/numpy/arrayobject.h
But with 3.x it is located in:
.../site-packages/numpy/_core/include/numpy/arrayobject.h
^
So I wonder if it is looking for it in core instead of _core?
also when cleaning with $ make clean, it is working in my default
python version's build space:
===> Cleaning for py313-poetry-core-2.1.1
===> Cleaning for py313-six-1.17.0
===> Cleaning for py313-anytree-2.12.1
...
instead of py311's
Home |
Main Index |
Thread Index |
Old Index