first birth of the yarn algo

This commit is contained in:
Raphael 2024-10-08 14:23:39 +02:00
parent a9a4417919
commit 75581c7ee0
4 changed files with 66 additions and 16 deletions

View file

@ -33,7 +33,7 @@
tree
]
++ (
if system == "x86_64-linux"
if system == "x86_64-linux" || system == "aarch64-linux"
then [valgrind valgrind.dev]
else []
);