Update to 2020.2

Closes #63
This commit is contained in:
Julien Schueller
2020-07-09 10:17:31 +02:00
committed by Wenzel Jakob
parent ddbe45cd3a
commit faab196203
927 changed files with 19588 additions and 6529 deletions
@@ -1,4 +1,4 @@
# Copyright (c) 2005-2019 Intel Corporation
# Copyright (c) 2005-2020 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,9 +23,6 @@ ifneq (,$(shell which icc 2>/dev/null))
CXX=icpc
endif
# autodetect C++11 support
include ../../common/examples-common.inc
ifeq ($(shell uname), Linux)
ifeq ($(target), android)
LIBS+= --sysroot=$(SYSROOT)
@@ -37,6 +34,8 @@ else ifeq ($(shell uname), Darwin)
override CXXFLAGS += -Wl,-rpath,$(TBBROOT)/lib
endif
include ../../common/examples-common.inc
all: release test
release: *.cpp