d:\bld\tinyarray_1640058215207\work\src\array.hh(108): error C3646: 'object_size': unknown override specifier
d:\bld\tinyarray_1640058215207\work\src\array.hh(130): note: see reference to class template instantiation 'Array<T>' being compiled
d:\bld\tinyarray_1640058215207\work\src\array.hh(108): error C2059: syntax error: '('
d:\bld\tinyarray_1640058215207\work\src\array.hh(108): error C2238: unexpected token(s) preceding ';'
basnijholt:
I was kind of happy to see that MacOS ARM build of kwant passed without any work: conda-forge/kwant-feedstock#97
However, I just tested it out and it seems to fail badly: http://files.nijho.lt/macosarm-fails.txt
actual = array([[ 0.76903213, -0.2516609 , 0.40139562],
[-0.2516609 , 0.96278288, -0.35304597],
[ 0.40139562, -0.35304597, 1.9477003 ]])
desired = array([[1., 0., 0.],
[0., 1., 0.],
[0., 0., 1.]]), decimal = 7, err_msg = '', verbose = True
basnijholt:
Also, the incompatibility with Matplotlib 3.5 and Kwant 1.4.2 is blocking the Python 3.10 builds.
See this line.
Is there a plan for a patch release that addresses this problem soon? I see that the latest commit to Kwant (stable or master) is 9 months ago 😅
git bisect
rules!