-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
In an empty directory, python .\boostrap.py --builder cctbx --python=39 --use-conda --nproc 10 fails with
...\modules\boost\libs\python\src\numpy\dtype.cpp(101): error C2039: 'elsize': is not a member of '_PyArray_Descr'
...\conda_base\lib\site-packages\numpy\_core\include\numpy\ndarraytypes.h(618): note: see declaration of '_PyArray_Descr'
With --python=310, it's
...\modules\boost\libs\python\src\exec.cpp(109): error C3861: '_Py_fopen': identifier not found
This was with Visual Studio 2022 but it is not relevant I don't think: the problem is that the version of Boost at https://github.com/cctbx/boost.git is far too old.
What am I missing here?!?
Metadata
Metadata
Assignees
Labels
No labels