This should be fixed with the latest btas upload.
But now the package fails to build with:
In file included from /home/bgermann/tiledarray-1.0.0/src/TiledArray/util/bug.cpp:28:
/home/bgermann/tiledarray-1.0.0/src/TiledArray/util/bug.h:209:10: error: ‘uint64_t’ does not name a type
209 | inline uint64_t MakeFlags(DebugRegister reg, BreakState state, Condition cond,
| ^~~~~~~~
/home/bgermann/tiledarray-1.0.0/src/TiledArray/util/bug.h:36:1: note: ‘uint64_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
35 | #include <vector>
+++ |+#include <cstdint>
36 |
/home/bgermann/tiledarray-1.0.0/src/TiledArray/util/bug.h:215:10: error: ‘uint64_t’ does not name a type
215 | inline uint64_t MakeMask(DebugRegister reg) {
| ^~~~~~~~
/home/bgermann/tiledarray-1.0.0/src/TiledArray/util/bug.h:215:10: note: ‘uint64_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
make[3]: *** [src/CMakeFiles/tiledarray.dir/build.make:166: src/CMakeFiles/tiledarray.dir/TiledArray/util/bug.cpp.o] Error 1
This is fixed with v1.1.0.