tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openmp: no longer broken
Will Dietz
3 years ago
5e04d64a
790c4f13
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
llvm
14
openmp
default.nix
-1
pkgs/development/compilers/llvm/14/openmp/default.nix
···
50
50
# "All of the code is dual licensed under the MIT license and the UIUC
51
51
# License (a BSD-like license)":
52
52
license = with lib.licenses; [ mit ncsa ];
53
53
-
broken = true; # TODO: gnu-install-dirs.patch fails to apply
54
53
};
55
54
}