From 0d1d5e9bf172aabd5487aa49bd99a31fd1c33249 Mon Sep 17 00:00:00 2001 From: Ben Cumming <louncharf@gmail.com> Date: Thu, 6 Oct 2016 09:12:37 +0200 Subject: [PATCH] add attribution for the TBB Cmake module --- ATTRIBUTIONS.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md index 70fa84b1..0c8134c4 100644 --- a/ATTRIBUTIONS.md +++ b/ATTRIBUTIONS.md @@ -1,8 +1,8 @@ -Open source software doesn't happen in a vaccum. NestMC prototype includes code from the open source community. Thank you! +NestMC prototype includes code from the open source community. Thank you! ## JSON for Modern C++ -A header only C++11 json library, written by Niels Lohmann (github user nlohmann). +A header only C++11 json library, written by Niels Lohmann (GitHub user nlohmann). MIT license. https://github.com/nlohmann/json @@ -14,3 +14,9 @@ MIT license https://sourceforge.net/projects/tclap +## TBB module for CMake + +A CMake file for Intel Threading Building Blocks (TBB) written by Justus Calvin (GitHub handle justusc). +MIT license. + +https://github.com/justusc/FindTBB -- GitLab