We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7771420 commit 7610adcCopy full SHA for 7610adc
shell.nix
@@ -4,15 +4,12 @@
4
};
5
}
6
}:
7
-
8
pkgs.mkShell {
9
buildInputs = with pkgs; [
10
11
vscode
12
gcc
13
openblas
14
openmpi
15
- # valgrind
16
cloc
17
tree
18
doxygen
@@ -29,15 +26,13 @@ pkgs.mkShell {
29
26
pyzmq
30
27
pybind11
31
28
]))
32
33
] ++ (with llvmPackages_19; [
34
mlir
35
clang
36
llvm
37
libclang
38
openmp
39
]);
40
41
shellHook = ''
42
if [ ! -d .venv ]; then
43
echo "[+] Creating .venv..."
@@ -48,4 +43,4 @@ pkgs.mkShell {
48
source .venv/bin/activate
49
44
fi
50
45
'';
51
-}
46
+}
0 commit comments