mirror of
https://github.com/wjakob/tbb.git
synced 2026-08-31 01:20:42 +08:00
update to TBB 2017 Update 7
This commit is contained in:
+1
-1
@@ -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
@@ -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® 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® 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 © 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
Copyright © 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
@@ -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
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user