When a clean build is done on Mac with gcc-14 and -DENABLE_TBLIS=1
the first call to ctest fails
Start 1: test++
1/2 Test #1: test++ ...........................Subprocess aborted***Exception: 1.18 sec
Start 2: demo
2/2 Test #2: demo ............................. Passed 0.47 sec
50% tests passed, 1 tests failed out of 2
log doesn't tell much:
LastTest.log
after this, if I run
./demo
./test++
ctest
again, suddenly everything works