tangled
alpha
login
or
join now
stau.space
/
costas
0
fork
atom
Permutation matrices research.
0
fork
atom
overview
issues
pulls
pipelines
ci: Introduced `dash` and results dir.
Diego A. Estrada Rivera
1 year ago
5b73198a
e85dfc24
+4
-2
2 changed files
expand all
collapse all
unified
split
.gitignore
flake.nix
+1
.gitignore
···
1
1
build/*
2
2
.direnv/*
3
3
+
results/*
+3
-2
flake.nix
···
29
29
lcov
30
30
vcpkg
31
31
vcpkg-tool
32
32
-
ccache
33
33
-
llvmPackages_12.openmp
32
32
+
ccache
33
33
+
llvmPackages_12.openmp
34
34
+
dash
34
35
] ++ (if system == "aarch64-darwin" then [ ] else [ gdb ]);
35
36
};
36
37
});