guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: opencascade-occt: Use TBB 2020.


From: guix-commits
Subject: 08/10: gnu: opencascade-occt: Use TBB 2020.
Date: Mon, 22 Nov 2021 02:58:41 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 06e993d0eec42d11f8742901ff132fc8ad025a37
Author: Ricardo Wurmus <rekado@elephly.net>
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 
<bavier@posteo.net>
 ;;; Copyright © 2014 Federico Beffa <beffa@fbengineering.ch>
 ;;; Copyright © 2014 Mathieu Lirzin <mathieu.lirzin@openmailbox.org>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus 
<rekado@elephly.net>
+;;; Copyright © 2015–2021 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
 ;;; Copyright © 2015, 2018 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]