libomp 8.0.1
Closes #43018. Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
This commit is contained in:
parent
3b4d8c5b77
commit
08daba8493
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Libomp < Formula
|
||||
desc "LLVM's OpenMP runtime library"
|
||||
homepage "https://openmp.llvm.org/"
|
||||
url "https://releases.llvm.org/8.0.0/openmp-8.0.0.src.tar.xz"
|
||||
sha256 "f7b1705d2f16c4fc23d6531f67d2dd6fb78a077dd346b02fed64f4b8df65c9d5"
|
||||
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/openmp-8.0.1.src.tar.xz"
|
||||
sha256 "3e85dd3cad41117b7c89a41de72f2e6aa756ea7b4ef63bb10dcddf8561a7722c"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue