rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 06e993d0eec42d11f8742901ff132fc8ad025a37
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Nov 22 08:20:49 2021 +0100
gnu: opencascade-occt: Use TBB 2020.
* gnu/packages/maths.scm (opencascade-occt)[inputs]: Replace tbb with
tbb-2020.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 3cdb7b2..962974d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Eric Bavier
<[email protected]>
;;; Copyright © 2014 Federico Beffa <[email protected]>
;;; Copyright © 2014 Mathieu Lirzin <[email protected]>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus
<[email protected]>
+;;; Copyright © 2015–2021 Ricardo Wurmus <[email protected]>
;;; Copyright © 2015 Sou Bunnbu <[email protected]>
;;; Copyright © 2015, 2018 Mark H Weaver <[email protected]>
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner
<[email protected]>
@@ -2668,7 +2668,7 @@ Open CASCADE library.")
("libxi" ,libxi)
("libxmu" ,libxmu)
("mesa" ,mesa)
- ("tbb" ,tbb)
+ ("tbb" ,tbb-2020)
("tcl" ,tcl)
("tk" ,tk)))
;; TODO: build Overview documentation and add 'doc' output.