tbb 2019_U4
This commit is contained in:
parent
5022e495c7
commit
7372791037
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
class Tbb < Formula
|
class Tbb < Formula
|
||||||
desc "Rich and complete approach to parallelism in C++"
|
desc "Rich and complete approach to parallelism in C++"
|
||||||
homepage "https://www.threadingbuildingblocks.org/"
|
homepage "https://www.threadingbuildingblocks.org/"
|
||||||
url "https://github.com/01org/tbb/archive/2019_U3.tar.gz"
|
url "https://github.com/01org/tbb/archive/2019_U4.tar.gz"
|
||||||
version "2019_U3"
|
version "2019_U4"
|
||||||
sha256 "b2244147bc8159cdd8f06a38afeb42f3237d3fc822555499d7ccfbd4b86f8ece"
|
sha256 "342a0a2cd583879850658284b86e9351ea019b4f3fcd731f4c18456f0ce9f900"
|
||||||
revision 1
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue