Hi, I setup new Conda env and followed git to build from source, I got this error, It also instead all the requirements.txt without error.
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:366:129: error:
‘_Float64x’ was not declared in this scope; did you mean
‘_Float16’?
366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
| ^
| _Float16
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:366:144: error: expected
primary-expression before ‘int’
366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
| ^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:366:157: error: expected
primary-expression before ‘unsigned’
366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
| ^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:366:173: error: expression
list treated as compound expression in initializer [-fpermissive]
366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
| ^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:370:29: error:
‘_Float64x’ was not declared in this scope; did you mean
‘_Float16’?
370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
| ^~~~~~~~~
| _Float16
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:370:41: error: ‘__cx’
was not declared in this scope
370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
| ^~~~
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:370:47: error: expected
primary-expression before ‘const’
370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
| ^~~~~
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:370:68: error: expression
list treated as compound expression in initializer [-fpermissive]
370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
| ^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:377:8: error:
‘_Float64x’ does not name a type; did you mean ‘_Float16’?
377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
| ^~~~~~~~~
| _Float16
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:377:104: error:
‘_Float64x’ does not name a type; did you mean ‘_Float16’?
377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));