update to TBB 2017 Update 7

This commit is contained in:
Wenzel Jakob
2017-08-23 20:50:26 +02:00
parent 615d690c16
commit 25dce856e8
1274 changed files with 18410 additions and 17754 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright (c) 2005-2016 Intel Corporation
# Copyright (c) 2005-2017 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
+2 -2
View File
@@ -40,7 +40,7 @@ Prior to building it, please set up the environment using corresponding tbbvars
<DD>Install module into Python.
<DT><TT>make <B>[</B>(above options or targets)<B>]</B> CXX=<B>{</B>icl, icc<B>}</B></TT>
<DD>Build and run as above, but use Intel&reg; C++ compiler instead of default, native compilers
(e.g., icl instead of cl.exe on Windows* systems, or icc instead of g++ on Linux* or OS X* systems).
(e.g., icl instead of cl.exe on Windows* systems, or icc instead of g++ on Linux* or macOS* systems).
Please note, CXX=icl works on Windows only with Intel&reg; Distribution for Python*.
<DT><TT>make clean</TT>
<DD>Remove any intermediate files produced by the above commands.
@@ -65,7 +65,7 @@ Red Hat* Enterprise Linux* 7.
<HR>
<A href="../index.html">Up to parent directory</A>
<p></p>
Copyright &copy; 2005-2016 Intel Corporation. All Rights Reserved.
Copyright &copy; 2005-2017 Intel Corporation. All Rights Reserved.
<P></P>
Intel is a registered trademark or trademark of Intel Corporation
or its subsidiaries in the United States and other countries.
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) 2005-2016 Intel Corporation
# Copyright (c) 2005-2017 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -86,7 +86,7 @@ setup( name ="TBB",
"extended with standard Pool implementation and monkey-patching",
url ="https://software.intel.com/en-us/intel-tbb",
author ="Intel Corporation",
author_email="tbbdevelopers@intel.com",
author_email="inteltbbdevelopers@intel.com",
license ="Dual license: Apache or Proprietary",
version ="0.1",
classifiers =[
+1 -1
View File
@@ -1,6 +1,6 @@
%pythonbegin %{
#
# Copyright (c) 2005-2016 Intel Corporation
# Copyright (c) 2005-2017 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
+1 -1
View File
@@ -1,6 +1,6 @@
#
# Copyright (c) 2005-2016 Intel Corporation
# Copyright (c) 2005-2017 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.