* update prebuilt tbbbind static library * update LICENSE file * update SHA256 * update prebuilt tbbbind static library for linux cmake 3.23.2 centos7 https://github.com/open-mpi/hwloc/archive/refs/tags/hwloc-2.8.0.tar.gz ./autogen.sh ./configure --enable-static --disable-io --disable-libudev --disable-libxml2 --disable-cairo CFLAGS="-fPIE" make -j$(proc) make install prefix=$(pwd)/install https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.7.0.tar.gz sed -i "s/APPLE\s*OR\s*NOT\s*BUILD_SHARED_LIBS/APPLE/g" CMakeLists.txt export HWLOC_DIR="${hwloc_root_dir}/hwloc-hwloc-2.8.0/install" export PKG_CONFIG_PATH="${HWLOC_DIR}/lib/pkgconfig" export CXXFLAGS="-I ${HWLOC_DIR}/include -L ${HWLOC_DIR}/lib" ~/cmake-3.23.2-linux-x86_64/bin/cmake -DTBB_TEST=OFF -DTBB_BUILD=OFF -DTBBMALLOC_BUILD=OFF -DBUILD_SHARED_LIBS=OFF make -j$(nproc) * remove changes for windows --------- Co-authored-by: Chen Peter <peter.chen@intel.com>