me
/
guix
Archived
1
0
Fork 0

gnu: tbb: Update to 2021.4.0.

* gnu/packages/tbb.scm (tbb): Update to 2021.4.0.
master
Marius Bakke 2021-12-04 12:29:57 +01:00
parent db5646d957
commit c61e49aa94
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
(define-public tbb
(package
(name "tbb")
(version "2021.3.0")
(version "2021.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -40,7 +40,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"1bz039my3ma87f24ngcsqs16f8jlpdgaqg01ab4g60nfqbrz1lkq"))))
"0ih727g802j9lvwkqhw021bk1wb7xlvfgd0vl1i6jng4am1wv7vq"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DTBB_STRICT=OFF"))) ;; Don't fail on warnings