diff -Nru intel-mkl-2019.5.281/debian/changelog intel-mkl-2020.0.166/debian/changelog --- intel-mkl-2019.5.281/debian/changelog 2019-09-28 06:23:06.000000000 +0000 +++ intel-mkl-2020.0.166/debian/changelog 2020-02-17 01:57:52.000000000 +0000 @@ -1,3 +1,11 @@ +intel-mkl (2020.0.166-1) unstable; urgency=medium + + * New upstream release 2020.0.166 (Dec 2019) + * Update my mail address in control and copyright. + * Update checksums and rules for this new release. + + -- Mo Zhou Mon, 17 Feb 2020 09:57:52 +0800 + intel-mkl (2019.5.281-1) unstable; urgency=medium * New upstream release 2019.5.281 (Aug 2019) diff -Nru intel-mkl-2019.5.281/debian/control intel-mkl-2020.0.166/debian/control --- intel-mkl-2019.5.281/debian/control 2019-09-28 06:19:32.000000000 +0000 +++ intel-mkl-2020.0.166/debian/control 2020-02-17 01:41:48.000000000 +0000 @@ -6,7 +6,7 @@ Vcs-Browser: https://salsa.debian.org/science-team/intel-mkl Vcs-Git: https://salsa.debian.org/science-team/intel-mkl.git Maintainer: Debian Science Maintainers -Uploaders: Mo Zhou , +Uploaders: Mo Zhou , Build-Depends: debhelper-compat (= 11), dh-exec, # The script control.py requires python3 >= 3.6 . diff -Nru intel-mkl-2019.5.281/debian/copyright intel-mkl-2020.0.166/debian/copyright --- intel-mkl-2019.5.281/debian/copyright 2019-06-22 15:24:00.000000000 +0000 +++ intel-mkl-2020.0.166/debian/copyright 2020-02-17 01:42:22.000000000 +0000 @@ -102,7 +102,8 @@ Files: debian/* -Copyright: 2018 Mo Zhou +Copyright: 2018-2020 Mo Zhou + 2020 Mo Zhou License: Expat diff -Nru intel-mkl-2019.5.281/debian/intel-mkl.md5 intel-mkl-2020.0.166/debian/intel-mkl.md5 --- intel-mkl-2019.5.281/debian/intel-mkl.md5 2019-09-28 06:17:37.000000000 +0000 +++ intel-mkl-2020.0.166/debian/intel-mkl.md5 2020-02-17 01:45:18.000000000 +0000 @@ -1 +1 @@ -06a231d79ef66e5eccc2fa8a426c88e3 ../intel-mkl_2019.5.281.orig.tar.gz +445625705864475ea2e53e5e3b65b632 ../intel-mkl_2020.0.166.orig.tar.gz diff -Nru intel-mkl-2019.5.281/debian/rules intel-mkl-2020.0.166/debian/rules --- intel-mkl-2019.5.281/debian/rules 2019-09-28 06:22:48.000000000 +0000 +++ intel-mkl-2020.0.166/debian/rules 2020-02-17 01:49:50.000000000 +0000 @@ -7,7 +7,7 @@ # pile of *.install files. Here all the *.install files are auto-generated # from python script debian/control.py . -MKL_ORIG_TARBALL = intel-mkl_2019.5.281.orig.tar.gz +MKL_ORIG_TARBALL = intel-mkl_2020.0.166.orig.tar.gz # debugging i386 builds on amd64. [not formal cross build but dirty hack] #export DEB_HOST_ARCH = i386 @@ -34,12 +34,12 @@ extract-rpms: checksum rpm --import PUBLIC_KEY.PUB rpm -qa - rpm -qi gpg-pubkey-1911e097-57eb894d + rpm -qi gpg-pubkey-7e6c5dbe-5d91bb57 set -e; for rpmfile in $$(find rpm -type f -name '*.rpm' | sort); do \ rpm -K $$rpmfile; \ rpm2cpio $$rpmfile | cpio -idmv; \ done - rpm -e gpg-pubkey-1911e097-57eb894d + rpm -e gpg-pubkey-7e6c5dbe-5d91bb57 autogen: extract-rpms $(AUTOGEN_FILES) chmod +x debian/libmkl-rt.postinst debian/libmkl-rt.prerm debian/libmkl-rt.config @@ -50,12 +50,12 @@ python3 debian/control.py # Generate install files and lintian overrides # deal with embedded libjs-jquery - $(RM) opt/intel/documentation_2019/en/mkl/ps2019/resources/jquery-1.11.1.min.js + $(RM) opt/intel/documentation_2020/en/mkl/ps2020/resources/jquery-1.11.1.min.js ln -s /usr/share/javascript/jquery/jquery.min.js \ - opt/intel/documentation_2019/en/mkl/ps2019/resources/jquery-1.11.1.min.js - $(RM) opt/intel/documentation_2019/ja/mkl/ps2019/resources/jquery-1.11.1.min.js + opt/intel/documentation_2020/en/mkl/ps2020/resources/jquery-1.11.1.min.js + $(RM) opt/intel/documentation_2020/ja/mkl/ps2020/resources/jquery-1.11.1.min.js ln -s /usr/share/javascript/jquery/jquery.min.js \ - opt/intel/documentation_2019/ja/mkl/ps2019/resources/jquery-1.11.1.min.js + opt/intel/documentation_2020/ja/mkl/ps2020/resources/jquery-1.11.1.min.js override_dh_auto_clean: debconf-updatepo diff -Nru intel-mkl-2019.5.281/install.sh intel-mkl-2020.0.166/install.sh --- intel-mkl-2019.5.281/install.sh 2019-08-21 11:21:41.000000000 +0000 +++ intel-mkl-2020.0.166/install.sh 2019-12-02 13:13:14.000000000 +0000 @@ -303,7 +303,7 @@ thisdir=`dirname "$0"` [ -z "$HOSTNAME" ] && HOSTNAME=$(hostname); skip_gui_install="yes" -suite_guid="1566386479803" +suite_guid="1575292368430" root_added_to_xhost_acl="no" trap "" TSTP # Disable Ctrl-Z diff -Nru intel-mkl-2019.5.281/ipsxe_support_mkl.txt intel-mkl-2020.0.166/ipsxe_support_mkl.txt --- intel-mkl-2019.5.281/ipsxe_support_mkl.txt 2019-08-21 10:23:27.000000000 +0000 +++ intel-mkl-2020.0.166/ipsxe_support_mkl.txt 2019-12-02 12:17:23.000000000 +0000 @@ -1,7 +1,7 @@ -Package ID: l_mkl_2019.5.075 +Package ID: l_mkl_2020.0.088 Package Contents: - Intel(R) Math Kernel Library 2019 Update 5 for Linux* + Intel(R) Math Kernel Library 2020 for Linux* Please use the above information when submitting customer support requests. For Technical Support, Product Updates, tips and tricks, and other support information, please contact the Intel technical consulting engineer who granted you access to this package. Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/install and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/install differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/install_gui and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/install_gui differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/libcrypto.so.1.0.0 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/libcrypto.so.1.0.0 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/libssl.so.1.0.0 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/libssl.so.1.0.0 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/libsv.so and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/libsv.so differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Core.so and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Core.so differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Core.so.5 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Core.so.5 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Core.so.5.12 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Core.so.5.12 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Core.so.5.12.4 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Core.so.5.12.4 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Gui.so and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Gui.so differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Gui.so.5 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Gui.so.5 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Gui.so.5.12 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Gui.so.5.12 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Gui.so.5.12.4 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Gui.so.5.12.4 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Widgets.so and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Widgets.so differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Widgets.so.5 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Widgets.so.5 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Widgets.so.5.12 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Widgets.so.5.12 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libQt5Widgets.so.5.12.4 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libQt5Widgets.so.5.12.4 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libxkbcommon.so and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libxkbcommon.so differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libxkbcommon.so.0 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libxkbcommon.so.0 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libxkbcommon.so.0.0.0 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libxkbcommon.so.0.0.0 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libxkbcommon-x11.so and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libxkbcommon-x11.so differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libxkbcommon-x11.so.0 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libxkbcommon-x11.so.0 differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/32e/qt/libxkbcommon-x11.so.0.0.0 and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/32e/qt/libxkbcommon-x11.so.0.0.0 differ diff -Nru intel-mkl-2019.5.281/pset/check.awk intel-mkl-2020.0.166/pset/check.awk --- intel-mkl-2019.5.281/pset/check.awk 2019-08-21 11:21:40.000000000 +0000 +++ intel-mkl-2020.0.166/pset/check.awk 2019-12-02 13:13:14.000000000 +0000 @@ -21,7 +21,7 @@ # I used a regex because the user may not be running as root. in any # case we would not want to allow some paths even if they can be # created. - filepat = "^/[a-zA-Z0-9 ._/-]+$"; + filepat = "^/[a-zA-Z0-9 ._/-]*$"; # we don't use --posix for compatibility reasons snpat = "^[a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9]-[a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9]$" ; lspat = "^[0-9]+@[a-zA-Z0-9._-]+$"; Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/cluster_install.cab and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/cluster_install.cab differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/compiler_prerequisites_layer.cab and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/compiler_prerequisites_layer.cab differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/compiler_symlinks_layer.cab and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/compiler_symlinks_layer.cab differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/icsxe_feature_names.cab and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/icsxe_feature_names.cab differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/icsxe_suitename.cab and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/icsxe_suitename.cab differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/images/splash_ja_JP.UTF-8.png and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/images/splash_ja_JP.UTF-8.png differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/images/splash.png and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/images/splash.png differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/install.cab and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/install.cab differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/ipp_gtk_detection.cab and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/ipp_gtk_detection.cab differ diff -Nru intel-mkl-2019.5.281/pset/licenses/libarchive/COPYING.txt intel-mkl-2020.0.166/pset/licenses/libarchive/COPYING.txt --- intel-mkl-2019.5.281/pset/licenses/libarchive/COPYING.txt 2019-07-31 11:31:24.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licenses/libarchive/COPYING.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ -The libarchive distribution as a whole is Copyright by Tim Kientzle -and is subject to the copyright notice reproduced at the bottom of -this file. - -Each individual file in this distribution should have a clear -copyright/licensing statement at the beginning of the file. If any do -not, please let me know and I will rectify it. The following is -intended to summarize the copyright status of the individual files; -the actual statements in the files are controlling. - -* Except as listed below, all C sources (including .c and .h files) - and documentation files are subject to the copyright notice reproduced - at the bottom of this file. - -* The following source files are also subject in whole or in part to - a 3-clause UC Regents copyright; please read the individual source - files for details: - libarchive/archive_entry.c - libarchive/archive_read_support_filter_compress.c - libarchive/archive_write_add_filter_compress.c - libarchive/mtree.5 - -* The following source files are in the public domain: - libarchive/archive_getdate.c - -* The following source files are triple-licensed with the ability to choose - from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses: - libarchive/archive_blake2.h - libarchive/archive_blake2_impl.h - libarchive/archive_blake2s_ref.c - libarchive/archive_blake2sp_ref.c - -* The build files---including Makefiles, configure scripts, - and auxiliary scripts used as part of the compile process---have - widely varying licensing terms. Please check individual files before - distributing them to see if those restrictions apply to you. - -I intend for all new source code to use the license below and hope over -time to replace code with other licenses with new implementations that -do use the license below. The varying licensing of the build scripts -seems to be an unavoidable mess. - - -Copyright (c) 2003-2018 -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer - in this position and unchanged. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff -Nru intel-mkl-2019.5.281/pset/licenses/libstdc++/readme-libstdc++.txt intel-mkl-2020.0.166/pset/licenses/libstdc++/readme-libstdc++.txt --- intel-mkl-2019.5.281/pset/licenses/libstdc++/readme-libstdc++.txt 2019-07-31 11:31:24.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licenses/libstdc++/readme-libstdc++.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -Please note that this product contains and uses libstdc++-v3 library which is distributed under version 2 of the -GNU General Public License, with the "runtime exception,"; as follows (or see any header or implementation file): - -As a special exception, you may use this file as part of a free software library without restriction. Specifically, -if other files instantiate templates or use macros or inline functions from this file, or you compile this file and -link it with other files to produce an executable, this file does not by itself cause the resulting executable to be -covered by the GNU General Public License. This exception does not however invalidate any other reasons why -he executable file might be covered by the GNU General Public License. - -The source code for this library can be obtained at: http://software.intel.com/en-us/articles/libstdc-source-files \ No newline at end of file diff -Nru intel-mkl-2019.5.281/pset/licenses/openssl/license.txt intel-mkl-2020.0.166/pset/licenses/openssl/license.txt --- intel-mkl-2019.5.281/pset/licenses/openssl/license.txt 2019-07-31 11:31:24.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licenses/openssl/license.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,125 +0,0 @@ - LICENSE ISSUES - ============== - - The OpenSSL toolkit stays under a double license, i.e. both the conditions of - the OpenSSL License and the original SSLeay license apply to the toolkit. - See below for the actual license texts. - - OpenSSL License - --------------- - -/* ==================================================================== - * Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * 3. All advertising materials mentioning features or use of this - * software must display the following acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - * - * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - * endorse or promote products derived from this software without - * prior written permission. For written permission, please contact - * openssl-core@openssl.org. - * - * 5. Products derived from this software may not be called "OpenSSL" - * nor may "OpenSSL" appear in their names without prior written - * permission of the OpenSSL Project. - * - * 6. Redistributions of any form whatsoever must retain the following - * acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit (http://www.openssl.org/)" - * - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. - * ==================================================================== - * - * This product includes cryptographic software written by Eric Young - * (eay@cryptsoft.com). This product includes software written by Tim - * Hudson (tjh@cryptsoft.com). - * - */ - - Original SSLeay License - ----------------------- - -/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - * All rights reserved. - * - * This package is an SSL implementation written - * by Eric Young (eay@cryptsoft.com). - * The implementation was written so as to conform with Netscapes SSL. - * - * This library is free for commercial and non-commercial use as long as - * the following conditions are aheared to. The following conditions - * apply to all code found in this distribution, be it the RC4, RSA, - * lhash, DES, etc., code; not just the SSL code. The SSL documentation - * included with this distribution is covered by the same copyright terms - * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * - * Copyright remains Eric Young's, and as such any Copyright notices in - * the code are not to be removed. - * If this package is used in a product, Eric Young should be given attribution - * as the author of the parts of the library used. - * This can be in the form of a textual message at program startup or - * in documentation (online or textual) provided with the package. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * "This product includes cryptographic software written by - * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library - * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from - * the apps directory (application code) you must include an acknowledgement: - * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * - * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * The licence and distribution terms for any publically available version or - * derivative of this code cannot be changed. i.e. this code cannot simply be - * copied and put under another distribution licence - * [including the GNU Public Licence.] - */ - - diff -Nru intel-mkl-2019.5.281/pset/licenses/openssl/readme.txt intel-mkl-2020.0.166/pset/licenses/openssl/readme.txt --- intel-mkl-2019.5.281/pset/licenses/openssl/readme.txt 2019-07-31 11:31:24.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licenses/openssl/readme.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,101 +0,0 @@ - - OpenSSL 1.0.2o 27 Mar 2018 - - Copyright (c) 1998-2015 The OpenSSL Project - Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson - All rights reserved. - - DESCRIPTION - ----------- - - The OpenSSL Project is a collaborative effort to develop a robust, - commercial-grade, fully featured, and Open Source toolkit implementing the - Secure Sockets Layer (SSLv3) and Transport Layer Security (TLS) protocols as - well as a full-strength general purpose cryptograpic library. The project is - managed by a worldwide community of volunteers that use the Internet to - communicate, plan, and develop the OpenSSL toolkit and its related - documentation. - - OpenSSL is descended from the SSLeay library developed by Eric A. Young - and Tim J. Hudson. The OpenSSL toolkit is licensed under a dual-license (the - OpenSSL license plus the SSLeay license), which means that you are free to - get and use it for commercial and non-commercial purposes as long as you - fulfill the conditions of both licenses. - - OVERVIEW - -------- - - The OpenSSL toolkit includes: - - libssl.a: - Provides the client and server-side implementations for SSLv3 and TLS. - - libcrypto.a: - Provides general cryptographic and X.509 support needed by SSL/TLS but - not logically part of it. - - openssl: - A command line tool that can be used for: - Creation of key parameters - Creation of X.509 certificates, CSRs and CRLs - Calculation of message digests - Encryption and decryption - SSL/TLS client and server tests - Handling of S/MIME signed or encrypted mail - And more... - - INSTALLATION - ------------ - - See the appropriate file: - INSTALL Linux, Unix, etc. - INSTALL.DJGPP DOS platform with DJGPP - INSTALL.NW Netware - INSTALL.OS2 OS/2 - INSTALL.VMS VMS - INSTALL.W32 Windows (32bit) - INSTALL.W64 Windows (64bit) - INSTALL.WCE Windows CE - - SUPPORT - ------- - - See the OpenSSL website www.openssl.org for details on how to obtain - commercial technical support. - - If you have any problems with OpenSSL then please take the following steps - first: - - - Download the latest version from the repository - to see if the problem has already been addressed - - Configure with no-asm - - Remove compiler optimisation flags - - If you wish to report a bug then please include the following information - and create an issue on GitHub: - - - On Unix systems: - Self-test report generated by 'make report' - - On other systems: - OpenSSL version: output of 'openssl version -a' - OS Name, Version, Hardware platform - Compiler Details (name, version) - - Application Details (name, version) - - Problem Description (steps that will reproduce the problem, if known) - - Stack Traceback (if the application dumps core) - - Just because something doesn't work the way you expect does not mean it - is necessarily a bug in OpenSSL. - - HOW TO CONTRIBUTE TO OpenSSL - ---------------------------- - - See CONTRIBUTING - - LEGALITIES - ---------- - - A number of nations restrict the use or export of cryptography. If you - are potentially subject to such restrictions you should seek competent - professional legal advice before attempting to develop or distribute - cryptographic code. diff -Nru intel-mkl-2019.5.281/pset/licenses/PYTHON/License-BEOPEN.com_v1.0.txt intel-mkl-2020.0.166/pset/licenses/PYTHON/License-BEOPEN.com_v1.0.txt --- intel-mkl-2019.5.281/pset/licenses/PYTHON/License-BEOPEN.com_v1.0.txt 2019-07-31 11:31:23.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licenses/PYTHON/License-BEOPEN.com_v1.0.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 - -1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at - 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization - ("Licensee") accessing and otherwise using this software in source or binary - form and its associated documentation ("the Software"). - -2. Subject to the terms and conditions of this BeOpen Python License Agreement, - BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license - to reproduce, analyze, test, perform and/or display publicly, prepare derivative - works, distribute, and otherwise use the Software alone or in any derivative - version, provided, however, that the BeOpen Python License is retained in the - Software, alone or in any derivative version prepared by Licensee. - -3. BeOpen is making the Software available to Licensee on an "AS IS" basis. - BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF - EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR - WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE - USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. - -4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR - ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, - MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF - ADVISED OF THE POSSIBILITY THEREOF. - -5. This License Agreement will automatically terminate upon a material breach of - its terms and conditions. - -6. This License Agreement shall be governed by and interpreted in all respects - by the law of the State of California, excluding conflict of law provisions. - Nothing in this License Agreement shall be deemed to create any relationship of - agency, partnership, or joint venture between BeOpen and Licensee. This License - Agreement does not grant permission to use BeOpen trademarks or trade names in a - trademark sense to endorse or promote products or services of Licensee, or any - third party. As an exception, the "BeOpen Python" logos available at - http://www.pythonlabs.com/logos.html may be used according to the permissions - granted on that web page. - -7. By copying, installing or otherwise using the software, Licensee agrees to be - bound by the terms and conditions of this License Agreement. \ No newline at end of file diff -Nru intel-mkl-2019.5.281/pset/licenses/qt/LICENSE.LGPLv3 intel-mkl-2020.0.166/pset/licenses/qt/LICENSE.LGPLv3 --- intel-mkl-2019.5.281/pset/licenses/qt/LICENSE.LGPLv3 2019-07-31 11:31:23.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licenses/qt/LICENSE.LGPLv3 1970-01-01 00:00:00.000000000 +0000 @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff -Nru intel-mkl-2019.5.281/pset/licenses/qt/qt_source_code.txt intel-mkl-2020.0.166/pset/licenses/qt/qt_source_code.txt --- intel-mkl-2019.5.281/pset/licenses/qt/qt_source_code.txt 2019-07-31 11:31:23.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licenses/qt/qt_source_code.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -You can get Qt source code here: - -http://registrationcenter-download.intel.com/akdlm/irc_nas/13488/qt-src-5.12.0-windows.zip -http://registrationcenter-download.intel.com/akdlm/irc_nas/13488/qt-src-5.12.0-linux.tgz -http://registrationcenter-download.intel.com/akdlm/irc_nas/13488/qt-src-5.12.0-macosx.zip diff -Nru intel-mkl-2019.5.281/pset/licensing/libarchive/COPYING.txt intel-mkl-2020.0.166/pset/licensing/libarchive/COPYING.txt --- intel-mkl-2019.5.281/pset/licensing/libarchive/COPYING.txt 1970-01-01 00:00:00.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licensing/libarchive/COPYING.txt 2019-10-28 12:27:58.000000000 +0000 @@ -0,0 +1,66 @@ +The libarchive distribution as a whole is Copyright by Tim Kientzle +and is subject to the copyright notice reproduced at the bottom of +this file. + +Each individual file in this distribution should have a clear +copyright/licensing statement at the beginning of the file. If any do +not, please let me know and I will rectify it. The following is +intended to summarize the copyright status of the individual files; +the actual statements in the files are controlling. + +* Except as listed below, all C sources (including .c and .h files) + and documentation files are subject to the copyright notice reproduced + at the bottom of this file. + +* The following source files are also subject in whole or in part to + a 3-clause UC Regents copyright; please read the individual source + files for details: + libarchive/archive_entry.c + libarchive/archive_read_support_filter_compress.c + libarchive/archive_write_add_filter_compress.c + libarchive/mtree.5 + +* The following source files are in the public domain: + libarchive/archive_getdate.c + +* The following source files are triple-licensed with the ability to choose + from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses: + libarchive/archive_blake2.h + libarchive/archive_blake2_impl.h + libarchive/archive_blake2s_ref.c + libarchive/archive_blake2sp_ref.c + +* The build files---including Makefiles, configure scripts, + and auxiliary scripts used as part of the compile process---have + widely varying licensing terms. Please check individual files before + distributing them to see if those restrictions apply to you. + +I intend for all new source code to use the license below and hope over +time to replace code with other licenses with new implementations that +do use the license below. The varying licensing of the build scripts +seems to be an unavoidable mess. + + +Copyright (c) 2003-2018 +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer + in this position and unchanged. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff -Nru intel-mkl-2019.5.281/pset/licensing/libstdc++/readme-libstdc++.txt intel-mkl-2020.0.166/pset/licensing/libstdc++/readme-libstdc++.txt --- intel-mkl-2019.5.281/pset/licensing/libstdc++/readme-libstdc++.txt 1970-01-01 00:00:00.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licensing/libstdc++/readme-libstdc++.txt 2019-10-28 12:27:58.000000000 +0000 @@ -0,0 +1,10 @@ +Please note that this product contains and uses libstdc++-v3 library which is distributed under version 2 of the +GNU General Public License, with the "runtime exception,"; as follows (or see any header or implementation file): + +As a special exception, you may use this file as part of a free software library without restriction. Specifically, +if other files instantiate templates or use macros or inline functions from this file, or you compile this file and +link it with other files to produce an executable, this file does not by itself cause the resulting executable to be +covered by the GNU General Public License. This exception does not however invalidate any other reasons why +he executable file might be covered by the GNU General Public License. + +The source code for this library can be obtained at: http://software.intel.com/en-us/articles/libstdc-source-files \ No newline at end of file diff -Nru intel-mkl-2019.5.281/pset/licensing/openssl/license.txt intel-mkl-2020.0.166/pset/licensing/openssl/license.txt --- intel-mkl-2019.5.281/pset/licensing/openssl/license.txt 1970-01-01 00:00:00.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licensing/openssl/license.txt 2019-10-28 12:27:58.000000000 +0000 @@ -0,0 +1,125 @@ + LICENSE ISSUES + ============== + + The OpenSSL toolkit stays under a double license, i.e. both the conditions of + the OpenSSL License and the original SSLeay license apply to the toolkit. + See below for the actual license texts. + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + + diff -Nru intel-mkl-2019.5.281/pset/licensing/openssl/readme.txt intel-mkl-2020.0.166/pset/licensing/openssl/readme.txt --- intel-mkl-2019.5.281/pset/licensing/openssl/readme.txt 1970-01-01 00:00:00.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licensing/openssl/readme.txt 2019-10-28 12:27:58.000000000 +0000 @@ -0,0 +1,101 @@ + + OpenSSL 1.0.2o 27 Mar 2018 + + Copyright (c) 1998-2015 The OpenSSL Project + Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson + All rights reserved. + + DESCRIPTION + ----------- + + The OpenSSL Project is a collaborative effort to develop a robust, + commercial-grade, fully featured, and Open Source toolkit implementing the + Secure Sockets Layer (SSLv3) and Transport Layer Security (TLS) protocols as + well as a full-strength general purpose cryptograpic library. The project is + managed by a worldwide community of volunteers that use the Internet to + communicate, plan, and develop the OpenSSL toolkit and its related + documentation. + + OpenSSL is descended from the SSLeay library developed by Eric A. Young + and Tim J. Hudson. The OpenSSL toolkit is licensed under a dual-license (the + OpenSSL license plus the SSLeay license), which means that you are free to + get and use it for commercial and non-commercial purposes as long as you + fulfill the conditions of both licenses. + + OVERVIEW + -------- + + The OpenSSL toolkit includes: + + libssl.a: + Provides the client and server-side implementations for SSLv3 and TLS. + + libcrypto.a: + Provides general cryptographic and X.509 support needed by SSL/TLS but + not logically part of it. + + openssl: + A command line tool that can be used for: + Creation of key parameters + Creation of X.509 certificates, CSRs and CRLs + Calculation of message digests + Encryption and decryption + SSL/TLS client and server tests + Handling of S/MIME signed or encrypted mail + And more... + + INSTALLATION + ------------ + + See the appropriate file: + INSTALL Linux, Unix, etc. + INSTALL.DJGPP DOS platform with DJGPP + INSTALL.NW Netware + INSTALL.OS2 OS/2 + INSTALL.VMS VMS + INSTALL.W32 Windows (32bit) + INSTALL.W64 Windows (64bit) + INSTALL.WCE Windows CE + + SUPPORT + ------- + + See the OpenSSL website www.openssl.org for details on how to obtain + commercial technical support. + + If you have any problems with OpenSSL then please take the following steps + first: + + - Download the latest version from the repository + to see if the problem has already been addressed + - Configure with no-asm + - Remove compiler optimisation flags + + If you wish to report a bug then please include the following information + and create an issue on GitHub: + + - On Unix systems: + Self-test report generated by 'make report' + - On other systems: + OpenSSL version: output of 'openssl version -a' + OS Name, Version, Hardware platform + Compiler Details (name, version) + - Application Details (name, version) + - Problem Description (steps that will reproduce the problem, if known) + - Stack Traceback (if the application dumps core) + + Just because something doesn't work the way you expect does not mean it + is necessarily a bug in OpenSSL. + + HOW TO CONTRIBUTE TO OpenSSL + ---------------------------- + + See CONTRIBUTING + + LEGALITIES + ---------- + + A number of nations restrict the use or export of cryptography. If you + are potentially subject to such restrictions you should seek competent + professional legal advice before attempting to develop or distribute + cryptographic code. diff -Nru intel-mkl-2019.5.281/pset/licensing/qt/LICENSE.LGPLv3 intel-mkl-2020.0.166/pset/licensing/qt/LICENSE.LGPLv3 --- intel-mkl-2019.5.281/pset/licensing/qt/LICENSE.LGPLv3 1970-01-01 00:00:00.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licensing/qt/LICENSE.LGPLv3 2019-10-28 12:27:58.000000000 +0000 @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff -Nru intel-mkl-2019.5.281/pset/licensing/qt/qt_source_code.txt intel-mkl-2020.0.166/pset/licensing/qt/qt_source_code.txt --- intel-mkl-2019.5.281/pset/licensing/qt/qt_source_code.txt 1970-01-01 00:00:00.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licensing/qt/qt_source_code.txt 2019-10-28 12:27:58.000000000 +0000 @@ -0,0 +1,5 @@ +You can get Qt source code here: + +http://registrationcenter-download.intel.com/akdlm/irc_nas/13488/qt-src-5.12.0-windows.zip +http://registrationcenter-download.intel.com/akdlm/irc_nas/13488/qt-src-5.12.0-linux.tgz +http://registrationcenter-download.intel.com/akdlm/irc_nas/13488/qt-src-5.12.0-macosx.zip diff -Nru intel-mkl-2019.5.281/pset/licensing/third-party-programs.txt intel-mkl-2020.0.166/pset/licensing/third-party-programs.txt --- intel-mkl-2019.5.281/pset/licensing/third-party-programs.txt 1970-01-01 00:00:00.000000000 +0000 +++ intel-mkl-2020.0.166/pset/licensing/third-party-programs.txt 2019-10-28 12:27:58.000000000 +0000 @@ -0,0 +1,1173 @@ +This text file is the "third-party-programs.txt" file specified in the +accompanying End User License Agreement for the Intel(R) Software Development +Products ("Agreement"). All capitalized terms used but not defined in this text +file have the same meaning as specified in the Agreement. + +The Third Party Programs files and the corresponding third party licenses are +listed below. As specified in the Agreement, the listed Third Party Programs +files are subject to the corresponding third party licenses that solely and +exclusively govern Your use of the Third Party Programs. + +This third-party-programs.txt file applies to the Intel(R) Software Installer. + +List of Third Party Programs: + - GCC libstdc++*: GNU General Public License v2.0 w/GCC Runtime Library exception + - OpenSSL*: OpenSSL Combined License + - Qt*: GNU Lesser General Public License v3.0 + - libarchive*: BSD 2-clause "Simplified" License + - liblzma from XZ Utils*: Public Domain + - libxkbcommon*: MIT License + - RapidJSON*: MIT License + - zlib*: zlib License + +============== +GCC libstdc++* +============== +The source code for this library can be obtained at: +http://software.intel.com/en-us/articles/libstdc-source-files + +GCC GPL 2.0 with link only exception Two + +In addition to the permissions in the GNU General Public License, the Free +Software Foundation gives you unlimited permission to link the compiled +version of this file into combinations with other programs, and to distribute +those combinations without any restriction coming from the use of this file. +(The General Public License restrictions do apply in other respects; for +example, they cover modification of the file, and distribution when not +linked into a combine executable.) + + + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. +============================================================================== + +======== +OpenSSL* +======== + The OpenSSL toolkit stays under a double license, i.e. both the conditions of + the OpenSSL License and the original SSLeay license apply to the toolkit. + See below for the actual license texts. + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ +============================================================================== + +=== +Qt* +=== +You can get Qt source code here: +http://registrationcenter-download.intel.com/akdlm/irc_nas/13488/qt-src-5.12.0-windows.zip +http://registrationcenter-download.intel.com/akdlm/irc_nas/13488/qt-src-5.12.0-linux.tgz +http://registrationcenter-download.intel.com/akdlm/irc_nas/13488/qt-src-5.12.0-macosx.zip + + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. +============================================================================== + +=========== +libarchive* +=========== +The libarchive distribution as a whole is Copyright by Tim Kientzle +and is subject to the copyright notice reproduced at the bottom of +this file. + +Each individual file in this distribution should have a clear +copyright/licensing statement at the beginning of the file. If any do +not, please let me know and I will rectify it. The following is +intended to summarize the copyright status of the individual files; +the actual statements in the files are controlling. + +* Except as listed below, all C sources (including .c and .h files) + and documentation files are subject to the copyright notice reproduced + at the bottom of this file. + +* The following source files are also subject in whole or in part to + a 3-clause UC Regents copyright; please read the individual source + files for details: + libarchive/archive_entry.c + libarchive/archive_read_support_filter_compress.c + libarchive/archive_write_add_filter_compress.c + libarchive/mtree.5 + +* The following source files are in the public domain: + libarchive/archive_getdate.c + +* The following source files are triple-licensed with the ability to choose + from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses: + libarchive/archive_blake2.h + libarchive/archive_blake2_impl.h + libarchive/archive_blake2s_ref.c + libarchive/archive_blake2sp_ref.c + +* The build files---including Makefiles, configure scripts, + and auxiliary scripts used as part of the compile process---have + widely varying licensing terms. Please check individual files before + distributing them to see if those restrictions apply to you. + +I intend for all new source code to use the license below and hope over +time to replace code with other licenses with new implementations that +do use the license below. The varying licensing of the build scripts +seems to be an unavoidable mess. + + +Copyright (c) 2003-2018 +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer + in this position and unchanged. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +============================================================================== + +====================== +liblzma from XZ Utils* +====================== +XZ Utils Licensing +================== + + Different licenses apply to different files in this package. Here + is a rough summary of which licenses apply to which parts of this + package (but check the individual files to be sure!): + + - liblzma is in the public domain. + + - xz, xzdec, and lzmadec command line tools are in the public + domain unless GNU getopt_long had to be compiled and linked + in from the lib directory. The getopt_long code is under + GNU LGPLv2.1+. + + - The scripts to grep, diff, and view compressed files have been + adapted from gzip. These scripts and their documentation are + under GNU GPLv2+. + + - All the documentation in the doc directory and most of the + XZ Utils specific documentation files in other directories + are in the public domain. + + - Translated messages are in the public domain. + + - The build system contains public domain files, and files that + are under GNU GPLv2+ or GNU GPLv3+. None of these files end up + in the binaries being built. + + - Test files and test code in the tests directory, and debugging + utilities in the debug directory are in the public domain. + + - The extra directory may contain public domain files, and files + that are under various free software licenses. + + You can do whatever you want with the files that have been put into + the public domain. If you find public domain legally problematic, + take the previous sentence as a license grant. If you still find + the lack of copyright legally problematic, you have too many + lawyers. + + As usual, this software is provided "as is", without any warranty. + + If you copy significant amounts of public domain code from XZ Utils + into your project, acknowledging this somewhere in your software is + polite (especially if it is proprietary, non-free software), but + naturally it is not legally required. Here is an example of a good + notice to put into "about box" or into documentation: + + This software includes code from XZ Utils . + + The following license texts are included in the following files: + - COPYING.LGPLv2.1: GNU Lesser General Public License version 2.1 + - COPYING.GPLv2: GNU General Public License version 2 + - COPYING.GPLv3: GNU General Public License version 3 + + Note that the toolchain (compiler, linker etc.) may add some code + pieces that are copyrighted. Thus, it is possible that e.g. liblzma + binary wouldn't actually be in the public domain in its entirety + even though it contains no copyrighted code from the XZ Utils source + package. + + If you have questions, don't hesitate to ask the author(s) for more + information. +============================================================================== + +============= +libxkbcommon* +============= +The following is a list of all copyright notices and license statements which +appear in the xkbcommon source tree. + +If making new contributions, the first form (i.e. Daniel Stone, Ran Benita, +etc) is vastly preferred. + +All licenses are derivative of the MIT/X11 license, mostly identical other +than no-endorsement clauses (e.g. paragraph 4 of The Open Group's license). + +These statements are split into two sections: one for the code compiled and +distributed as part of the libxkbcommon shared library and the code +component of all tests (i.e. everything under src/ and xkbcommon/, plus the +.c and .h files under test/), and another for the test data under test/data, +which is distributed with the xkbcommon source tarball, but not installed to +the system. + + +BEGINNING OF SOFTWARE COPYRIGHT/LICENSE STATEMENTS: + + +------------------------------------------------------------------------------- + +Copyright © 2009-2012, 2016 Daniel Stone +Copyright © 2012 Ran Benita +Copyright © 2010, 2012 Intel Corporation +Copyright © 2008, 2009 Dan Nicholson +Copyright © 2010 Francisco Jerez + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + +------------------------------------------------------------------------------- + + +Copyright 1985, 1987, 1988, 1990, 1998 The Open Group + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors or their +institutions shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization from the authors. + + +------------------------------------------------------------------------------- + + +Copyright (c) 1993, 1994, 1995, 1996 by Silicon Graphics Computer Systems, Inc. + +Permission to use, copy, modify, and distribute this +software and its documentation for any purpose and without +fee is hereby granted, provided that the above copyright +notice appear in all copies and that both that copyright +notice and this permission notice appear in supporting +documentation, and that the name of Silicon Graphics not be +used in advertising or publicity pertaining to distribution +of the software without specific prior written permission. +Silicon Graphics makes no representation about the suitability +of this software for any purpose. It is provided "as is" +without any express or implied warranty. + +SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON +GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL +DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH +THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +------------------------------------------------------------------------------- + + +Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + +------------------------------------------------------------------------------- + + +Copyright (C) 2011 Joseph Adams + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +------------------------------------------------------------------------------- + + + +END OF SOFTWARE COPYRIGHT/LICENSE STATEMENTS + + +BEGINNING OF LICENSE STATEMENTS FOR UNDISTRIBUTED DATA FILES IN test/data, +derived from xkeyboard-config: + + + +------------------------------------------------------------------------------- + +Copyright 1996 by Joseph Moss +Copyright (C) 2002-2007 Free Software Foundation, Inc. +Copyright (C) Dmitry Golubev , 2003-2004 +Copyright (C) 2004, Gregory Mokhin +Copyright (C) 2006 Erdal Ronahî + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of the copyright holder(s) not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. The copyright holder(s) makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +------------------------------------------------------------------------------- + + Copyright 1992 by Oki Technosystems Laboratory, Inc. + Copyright 1992 by Fuji Xerox Co., Ltd. + +Permission to use, copy, modify, distribute, and sell this software +and its documentation for any purpose is hereby granted without fee, +provided that the above copyright notice appear in all copies and +that both that copyright notice and this permission notice appear +in supporting documentation, and that the name of Oki Technosystems +Laboratory and Fuji Xerox not be used in advertising or publicity +pertaining to distribution of the software without specific, written +prior permission. +Oki Technosystems Laboratory and Fuji Xerox make no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +OKI TECHNOSYSTEMS LABORATORY AND FUJI XEROX DISCLAIM ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OKI TECHNOSYSTEMS +LABORATORY AND FUJI XEROX BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE +OR PERFORMANCE OF THIS SOFTWARE. +============================================================================== + +========== +RapidJSON* +========== +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. +All rights reserved. + +If you have downloaded a copy of the RapidJSON binary from Tencent, please note +that the RapidJSON binary is licensed under the MIT License. +If you have downloaded a copy of the RapidJSON source code from Tencent, please +note that RapidJSON source code is licensed under the MIT License, except for +the third-party components listed below which are subject to different license +terms. Your integration of RapidJSON into your own projects may require +compliance with the MIT License, as well as the other licenses applicable to the +third-party components included within RapidJSON. To avoid the problematic JSON +license in your own projects, it's sufficient to exclude the bin/jsonchecker/ +directory, as it's the only code under the JSON license. +A copy of the MIT License is included in this file. + +Other dependencies and licenses: + +Open Source Software Licensed Under the BSD License: +-------------------------------------------------------------------- + +The msinttypes r29 +Copyright (c) 2006-2013 Alexander Chemeris +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +* Neither the name of copyright holder nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Open Source Software Licensed Under the JSON License: +-------------------------------------------------------------------- + +json.org +Copyright (c) 2002 JSON.org +All Rights Reserved. + +JSON_checker +Copyright (c) 2002 JSON.org +All Rights Reserved. + + +Terms of the JSON License: +--------------------------------------------------- + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +The Software shall be used for Good, not Evil. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +Terms of the MIT License: +-------------------------------------------------------------------- + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +============================================================================== + +===== +zlib* +===== + Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu +============================================================================== + +* Other names and brands may be claimed as the property of others. diff -Nru intel-mkl-2019.5.281/pset/mediaconfig.xml intel-mkl-2020.0.166/pset/mediaconfig.xml --- intel-mkl-2019.5.281/pset/mediaconfig.xml 2019-08-21 11:21:49.000000000 +0000 +++ intel-mkl-2020.0.166/pset/mediaconfig.xml 2019-12-02 13:13:22.000000000 +0000 @@ -1,27 +1,23 @@ - ${suite_name} + ${SUITE_NAME} - 1566386479803 + 1575292368430 - Intel Compilers 19.0 Update 5 common files - Intel Compilers 19.0 Update 5 common files - インテル(R) コンパイラー 19.0 Update 5 共通ファイル - インテル(R) コンパイラー 19.0 Update 5 共通ファイル - インテル(R) コンパイラー 19.0 Update 5 共通ファイル - インテル(R) コンパイラー 19.0 Update 5 共通ファイル + Intel Compilers 19.1 common files + Intel Compilers 19.1 common files + インテル(R) コンパイラー 19.1 共通ファイル + インテル(R) コンパイラー 19.1 共通ファイル + インテル(R) コンパイラー 19.1 共通ファイル + インテル(R) コンパイラー 19.1 共通ファイル ${ENGINE_DIR}/../ - - 0 - 0 - ${COMPLIB_ROOT} - 1566386481594 + 1575292370754 conda-index-tool conda-index-tool @@ -30,20 +26,15 @@ conda-index-tool conda-index-tool 1 - - - 0 - 0 - - + intel-conda-index-tool - intel-conda-index-tool-19.0.5-281 - 19.0.5 - 281 + intel-conda-index-tool-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-conda-index-tool-19.0.5-281-19.0.5-281.x86_64.rpm + intel-conda-index-tool-19.1.0-166-19.1.0-166.x86_64.rpm intel-conda-index-tool__x86_64 - 14 + 17 rpm ${PACKAGE_DIR}/rpm @@ -55,24 +46,19 @@ comp comp 1 - - - 0 - 0 - - + intel-comp - intel-comp-19.0.5-281 - 19.0.5 - 281 + intel-comp-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-comp-19.0.5-281-19.0.5-281.x86_64.rpm + intel-comp-19.1.0-166-19.1.0-166.x86_64.rpm intel-comp__x86_64 - 21 + 22 rpm ${PACKAGE_DIR}/rpm - + comp-32bit comp-32bit comp-32bit @@ -80,20 +66,15 @@ comp-32bit comp-32bit 1 - - - 0 - 0 - - + intel-comp-32bit - intel-comp-32bit-19.0.5-281 - 19.0.5 - 281 + intel-comp-32bit-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-comp-32bit-19.0.5-281-19.0.5-281.x86_64.rpm + intel-comp-32bit-19.1.0-166-19.1.0-166.x86_64.rpm intel-comp-32bit__x86_64 - 18 + 19 rpm ${PACKAGE_DIR}/rpm @@ -105,18 +86,13 @@ comp_doc comp_doc 1 - - - 0 - 0 - - + intel-comp-doc - intel-comp-doc-19.0 - 19.0.5 - 281 + intel-comp-doc-19.1 + 19.1.0 + 166 noarch - intel-comp-doc-19.0-19.0.5-281.noarch.rpm + intel-comp-doc-19.1-19.1.0-166.noarch.rpm intel-comp-doc__noarch 1 rpm @@ -130,18 +106,13 @@ comp_l_all_common comp_l_all_common 1 - - - 0 - 0 - - + intel-comp-l-all-common - intel-comp-l-all-common-19.0.5-281 - 19.0.5 - 281 + intel-comp-l-all-common-19.1.0-166 + 19.1.0 + 166 noarch - intel-comp-l-all-common-19.0.5-281-19.0.5-281.noarch.rpm + intel-comp-l-all-common-19.1.0-166-19.1.0-166.noarch.rpm intel-comp-l-all-common__noarch 1 rpm @@ -155,18 +126,13 @@ comp_l_all_vars comp_l_all_vars 1 - - - 0 - 0 - - + intel-comp-l-all-vars - intel-comp-l-all-vars-19.0.5-281 - 19.0.5 - 281 + intel-comp-l-all-vars-19.1.0-166 + 19.1.0 + 166 noarch - intel-comp-l-all-vars-19.0.5-281-19.0.5-281.noarch.rpm + intel-comp-l-all-vars-19.1.0-166-19.1.0-166.noarch.rpm intel-comp-l-all-vars__noarch 1 rpm @@ -180,18 +146,13 @@ comp_nomcu_vars comp_nomcu_vars 1 - - - 0 - 0 - - + intel-comp-nomcu-vars - intel-comp-nomcu-vars-19.0.5-281 - 19.0.5 - 281 + intel-comp-nomcu-vars-19.1.0-166 + 19.1.0 + 166 noarch - intel-comp-nomcu-vars-19.0.5-281-19.0.5-281.noarch.rpm + intel-comp-nomcu-vars-19.1.0-166-19.1.0-166.noarch.rpm intel-comp-nomcu-vars__noarch 1 rpm @@ -205,18 +166,13 @@ comp_ps_32bit comp_ps_32bit 1 - - - 0 - 0 - - + intel-comp-ps-32bit - intel-comp-ps-32bit-19.0.5-281 - 19.0.5 - 281 + intel-comp-ps-32bit-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-comp-ps-32bit-19.0.5-281-19.0.5-281.x86_64.rpm + intel-comp-ps-32bit-19.1.0-166-19.1.0-166.x86_64.rpm intel-comp-ps-32bit__x86_64 1 rpm @@ -230,48 +186,18 @@ comp_ps comp_ps 1 - - - 0 - 0 - - + intel-comp-ps - intel-comp-ps-19.0.5-281 - 19.0.5 - 281 + intel-comp-ps-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-comp-ps-19.0.5-281-19.0.5-281.x86_64.rpm + intel-comp-ps-19.1.0-166-19.1.0-166.x86_64.rpm intel-comp-ps__x86_64 1 rpm ${PACKAGE_DIR}/rpm - - comp_ps_ss - comp_ps_ss - comp_ps_ss - comp_ps_ss - comp_ps_ss - comp_ps_ss - 1 - - - 0 - 0 - - - intel-comp-ps-ss - intel-comp-ps-ss-19.0.5-281 - 19.0.5 - 281 - x86_64 - intel-comp-ps-ss-19.0.5-281-19.0.5-281.x86_64.rpm - intel-comp-ps-ss__x86_64 - 3 - rpm - ${PACKAGE_DIR}/rpm - comp_ps_ss_bec comp_ps_ss_bec @@ -280,20 +206,15 @@ comp_ps_ss_bec comp_ps_ss_bec 1 - - - 0 - 0 - - + intel-comp-ps-ss-bec - intel-comp-ps-ss-bec-19.0.5-281 - 19.0.5 - 281 + intel-comp-ps-ss-bec-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-comp-ps-ss-bec-19.0.5-281-19.0.5-281.x86_64.rpm + intel-comp-ps-ss-bec-19.1.0-166-19.1.0-166.x86_64.rpm intel-comp-ps-ss-bec__x86_64 - 126 + 121 rpm ${PACKAGE_DIR}/rpm @@ -305,20 +226,15 @@ comp_ps_ss_bec_32bit comp_ps_ss_bec_32bit 1 - - - 0 - 0 - - + intel-comp-ps-ss-bec-32bit - intel-comp-ps-ss-bec-32bit-19.0.5-281 - 19.0.5 - 281 + intel-comp-ps-ss-bec-32bit-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-comp-ps-ss-bec-32bit-19.0.5-281-19.0.5-281.x86_64.rpm + intel-comp-ps-ss-bec-32bit-19.1.0-166-19.1.0-166.x86_64.rpm intel-comp-ps-ss-bec-32bit__x86_64 - 98 + 97 rpm ${PACKAGE_DIR}/rpm @@ -330,18 +246,13 @@ openmp openmp 1 - - - 0 - 0 - - + intel-openmp - intel-openmp-19.0.5-281 - 19.0.5 - 281 + intel-openmp-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-openmp-19.0.5-281-19.0.5-281.x86_64.rpm + intel-openmp-19.1.0-166-19.1.0-166.x86_64.rpm intel-openmp__x86_64 12 rpm @@ -355,20 +266,15 @@ openmp_32bit openmp_32bit 1 - - - 0 - 0 - - + intel-openmp-32bit - intel-openmp-32bit-19.0.5-281 - 19.0.5 - 281 + intel-openmp-32bit-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-openmp-32bit-19.0.5-281-19.0.5-281.x86_64.rpm + intel-openmp-32bit-19.1.0-166-19.1.0-166.x86_64.rpm intel-openmp-32bit__x86_64 - 10 + 11 rpm ${PACKAGE_DIR}/rpm @@ -380,18 +286,13 @@ openmp_common openmp_common 1 - - - 0 - 0 - - + intel-openmp-common - intel-openmp-common-19.0.5-281 - 19.0.5 - 281 + intel-openmp-common-19.1.0-166 + 19.1.0 + 166 noarch - intel-openmp-common-19.0.5-281-19.0.5-281.noarch.rpm + intel-openmp-common-19.1.0-166-19.1.0-166.noarch.rpm intel-openmp-common__noarch 1 rpm @@ -405,18 +306,13 @@ openmp_common_icc openmp_common_icc 1 - - - 0 - 0 - - + intel-openmp-common-icc - intel-openmp-common-icc-19.0.5-281 - 19.0.5 - 281 + intel-openmp-common-icc-19.1.0-166 + 19.1.0 + 166 noarch - intel-openmp-common-icc-19.0.5-281-19.0.5-281.noarch.rpm + intel-openmp-common-icc-19.1.0-166-19.1.0-166.noarch.rpm intel-openmp-common-icc__noarch 1 rpm @@ -430,18 +326,13 @@ openmp_common_ifort openmp_common_ifort 1 - - - 0 - 0 - - + intel-openmp-common-ifort - intel-openmp-common-ifort-19.0.5-281 - 19.0.5 - 281 + intel-openmp-common-ifort-19.1.0-166 + 19.1.0 + 166 noarch - intel-openmp-common-ifort-19.0.5-281-19.0.5-281.noarch.rpm + intel-openmp-common-ifort-19.1.0-166-19.1.0-166.noarch.rpm intel-openmp-common-ifort__noarch 1 rpm @@ -455,18 +346,13 @@ openmp_ifort openmp_ifort 1 - - - 0 - 0 - - + intel-openmp-ifort - intel-openmp-ifort-19.0.5-281 - 19.0.5 - 281 + intel-openmp-ifort-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-openmp-ifort-19.0.5-281-19.0.5-281.x86_64.rpm + intel-openmp-ifort-19.1.0-166-19.1.0-166.x86_64.rpm intel-openmp-ifort__x86_64 1 rpm @@ -480,18 +366,13 @@ openmp_ifort_32bit openmp_ifort_32bit 1 - - - 0 - 0 - - + intel-openmp-ifort-32bit - intel-openmp-ifort-32bit-19.0.5-281 - 19.0.5 - 281 + intel-openmp-ifort-32bit-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-openmp-ifort-32bit-19.0.5-281-19.0.5-281.x86_64.rpm + intel-openmp-ifort-32bit-19.1.0-166-19.1.0-166.x86_64.rpm intel-openmp-ifort-32bit__x86_64 1 rpm @@ -505,21 +386,16 @@ TBB_LIBS_32BIT TBB_LIBS_32BITS 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-tbb-libs-32bit - intel-tbb-libs-32bit-2019.8-281 - 2019.8 - 281 + intel-tbb-libs-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-tbb-libs-32bit-2019.8-281-2019.8-281.x86_64.rpm + intel-tbb-libs-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-tbb-libs-32bit__x86_64 - 9 + 3 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm @@ -532,21 +408,16 @@ TBB_LIBS TBB_LIBS 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-tbb-libs - intel-tbb-libs-2019.8-281 - 2019.8 - 281 + intel-tbb-libs-2020.0-166 + 2020.0 + 166 x86_64 - intel-tbb-libs-2019.8-281-2019.8-281.x86_64.rpm + intel-tbb-libs-2020.0-166-2020.0-166.x86_64.rpm intel-tbb-libs__x86_64 - 10 + 4 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm @@ -559,18 +430,13 @@ idesupport-icc-common-ps idesupport-icc-common-ps 1 - - - 0 - 0 - - + intel-idesupport-icc-common-ps - intel-idesupport-icc-common-ps-19.0 - 19.0.5 - 281 + intel-idesupport-icc-common-ps-19.1 + 19.1.0 + 166 noarch - intel-idesupport-icc-common-ps-19.0-19.0.5-281.noarch.rpm + intel-idesupport-icc-common-ps-19.1-19.1.0-166.noarch.rpm intel-idesupport-icc-common-ps__noarch 1 rpm @@ -584,18 +450,13 @@ CONDA_OPENMP_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-intel-openmp-linux-64-shadow-package - intel-conda-intel-openmp-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-intel-openmp-linux-64-shadow-package-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-conda-intel-openmp-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-intel-openmp-linux-64-shadow-package-19.1.0-166-19.1.0-166.x86_64.rpm intel-conda-intel-openmp-linux-64-shadow-package__x86_64 1 rpm @@ -610,18 +471,13 @@ CONDA_OPENMP_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-intel-openmp-linux-32-shadow-package - intel-conda-intel-openmp-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-intel-openmp-linux-32-shadow-package-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-conda-intel-openmp-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-intel-openmp-linux-32-shadow-package-19.1.0-166-19.1.0-166.x86_64.rpm intel-conda-intel-openmp-linux-32-shadow-package__x86_64 1 rpm @@ -636,64 +492,50 @@ CONDA_ICC_RT_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-icc_rt-linux-64-shadow-package - intel-conda-icc_rt-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-icc_rt-linux-64-shadow-package-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-conda-icc_rt-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-icc_rt-linux-64-shadow-package-19.1.0-166-19.1.0-166.x86_64.rpm intel-conda-icc_rt-linux-64-shadow-package__x86_64 - 11 + 10 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - Intel C++ Compiler 19.0 Update 5 - Intel C++ Compiler 19.0 Update 5 - インテル(R) C++ コンパイラー 19.0 Update 5 - インテル(R) C++ コンパイラー 19.0 Update 5 - インテル(R) C++ コンパイラー 19.0 Update 5 - インテル(R) C++ コンパイラー 19.0 Update 5 + Intel C++ Compiler 19.1 + Intel C++ Compiler 19.1 + インテル(R) C++ コンパイラー 19.1 + インテル(R) C++ コンパイラー 19.1 + インテル(R) C++ コンパイラー 19.1 + インテル(R) C++ コンパイラー 19.1 ${ENGINE_DIR}/../ - - 0 - 0 - ${COMPLIB_ROOT} - 1566386481906 - + 1575292371129 + Intel C++ Compiler for Intel(R) 64 - Intel C++ Compiler 19.0 Update 5 + Intel C++ Compiler 19.1 インテル(R) C++ コンパイラー (インテル(R) 64) - インテル(R) C++ コンパイラー 19.0 Update 5 + インテル(R) C++ コンパイラー 19.1 インテル(R) C++ コンパイラー (インテル(R) 64) - インテル(R) C++ コンパイラー 19.0 Update 5 + インテル(R) C++ コンパイラー 19.1 1 - - - 0 - 0 - - + intel-icc - intel-icc-19.0.5-281 - 19.0.5 - 281 + intel-icc-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-icc-19.0.5-281-19.0.5-281.x86_64.rpm + intel-icc-19.1.0-166-19.1.0-166.x86_64.rpm intel-icc__x86_64 63 rpm @@ -702,26 +544,21 @@ インテル(R) C++ コンパイラー ${PACKAGE_DIR}/rpm - + Intel C++ Compiler for IA-32 - Intel C++ Compiler 19.0 Update 5 + Intel C++ Compiler 19.1 インテル(R) C++ コンパイラー (IA-32) - インテル(R) C++ コンパイラー 19.0 Update 5 + インテル(R) C++ コンパイラー 19.1 インテル(R) C++ コンパイラー (IA-32) - インテル(R) C++ コンパイラー 19.0 Update 5 + インテル(R) C++ コンパイラー 19.1 1 - - - 0 - 0 - - + intel-icc-32bit - intel-icc-32bit-19.0.5-281 - 19.0.5 - 281 + intel-icc-32bit-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-icc-32bit-19.0.5-281-19.0.5-281.x86_64.rpm + intel-icc-32bit-19.1.0-166-19.1.0-166.x86_64.rpm intel-icc-32bit__x86_64 4 rpm @@ -738,24 +575,19 @@ c-comp-common c-comp-common 1 - - - 0 - 0 - - + intel-c-comp-common - intel-c-comp-common-19.0.5-281 - 19.0.5 - 281 + intel-c-comp-common-19.1.0-166 + 19.1.0 + 166 noarch - intel-c-comp-common-19.0.5-281-19.0.5-281.noarch.rpm + intel-c-comp-common-19.1.0-166-19.1.0-166.noarch.rpm intel-c-comp-common__noarch 1 rpm ${PACKAGE_DIR}/rpm - + icc_common icc_common icc_common @@ -763,20 +595,15 @@ icc_common icc_common 1 - - - 0 - 0 - - + intel-icc-common - intel-icc-common-19.0.5-281 - 19.0.5 - 281 + intel-icc-common-19.1.0-166 + 19.1.0 + 166 noarch - intel-icc-common-19.0.5-281-19.0.5-281.noarch.rpm + intel-icc-common-19.1.0-166-19.1.0-166.noarch.rpm intel-icc-common__noarch - 3 + 4 rpm ${PACKAGE_DIR}/rpm @@ -788,49 +615,19 @@ icc_common_ps icc_common_ps 1 - - - 0 - 0 - - + intel-icc-common-ps - intel-icc-common-ps-19.0.5-281 - 19.0.5 - 281 + intel-icc-common-ps-19.1.0-166 + 19.1.0 + 166 noarch - intel-icc-common-ps-19.0.5-281-19.0.5-281.noarch.rpm + intel-icc-common-ps-19.1.0-166-19.1.0-166.noarch.rpm intel-icc-common-ps__noarch 1 rpm ${PACKAGE_DIR}/rpm - - icc_common_ps_ss_bec - icc_common_ps_ss_bec - icc_common_ps_ss_bec - icc_common_ps_ss_bec - icc_common_ps_ss_bec - icc_common_ps_ss_bec - 1 - - - 0 - 0 - - - intel-icc-common-ps-ss-bec - intel-icc-common-ps-ss-bec-19.0.5-281 - 19.0.5 - 281 - noarch - intel-icc-common-ps-ss-bec-19.0.5-281-19.0.5-281.noarch.rpm - intel-icc-common-ps-ss-bec__noarch - 1 - rpm - ${PACKAGE_DIR}/rpm - - + icc_doc icc_doc icc_doc @@ -838,44 +635,14 @@ icc_doc icc_doc 1 - - - 0 - 0 - - + intel-icc-doc - intel-icc-doc-19.0 - 19.0.5 - 281 + intel-icc-doc-19.1 + 19.1.0 + 166 noarch - intel-icc-doc-19.0-19.0.5-281.noarch.rpm + intel-icc-doc-19.1-19.1.0-166.noarch.rpm intel-icc-doc__noarch - 1 - rpm - ${PACKAGE_DIR}/rpm - - - icc_doc_ps - icc_doc_ps - icc_doc_ps - icc_doc_ps - icc_doc_ps - icc_doc_ps - 1 - - - 0 - 0 - - - intel-icc-doc-ps - intel-icc-doc-ps-19.0 - 19.0.5 - 281 - noarch - intel-icc-doc-ps-19.0-19.0.5-281.noarch.rpm - intel-icc-doc-ps__noarch 2 rpm ${PACKAGE_DIR}/rpm @@ -888,18 +655,13 @@ icc_ps icc_ps 1 - - - 0 - 0 - - + intel-icc-ps - intel-icc-ps-19.0.5-281 - 19.0.5 - 281 + intel-icc-ps-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-icc-ps-19.0.5-281-19.0.5-281.x86_64.rpm + intel-icc-ps-19.1.0-166-19.1.0-166.x86_64.rpm intel-icc-ps__x86_64 1 rpm @@ -913,18 +675,13 @@ icc_ps_ss_bec icc_ps_ss_bec 1 - - - 0 - 0 - - + intel-icc-ps-ss-bec - intel-icc-ps-ss-bec-19.0.5-281 - 19.0.5 - 281 + intel-icc-ps-ss-bec-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-icc-ps-ss-bec-19.0.5-281-19.0.5-281.x86_64.rpm + intel-icc-ps-ss-bec-19.1.0-166-19.1.0-166.x86_64.rpm intel-icc-ps-ss-bec__x86_64 1 rpm @@ -938,61 +695,46 @@ icc_ps_ss_bec_32bit icc_ps_ss_bec_32bit 1 - - - 0 - 0 - - + intel-icc-ps-ss-bec-32bit - intel-icc-ps-ss-bec-32bit-19.0.5-281 - 19.0.5 - 281 + intel-icc-ps-ss-bec-32bit-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-icc-ps-ss-bec-32bit-19.0.5-281-19.0.5-281.x86_64.rpm + intel-icc-ps-ss-bec-32bit-19.1.0-166-19.1.0-166.x86_64.rpm intel-icc-ps-ss-bec-32bit__x86_64 1 rpm ${PACKAGE_DIR}/rpm - - Intel C++ Compiler 19.0 Update 5 with LLVM Technology - Intel C++ Compiler 19.0 Update 5 with LLVM Technology - LLVM テクノロジー対応インテル(R) C++ コンパイラー 19.0 Update 5 - LLVM テクノロジー対応インテル(R) C++ コンパイラー 19.0 Update 5 - LLVM テクノロジー対応インテル(R) C++ コンパイラー 19.0 Update 5 - LLVM テクノロジー対応インテル(R) C++ コンパイラー 19.0 Update 5 - - - 0 - 0 - - + + Intel C++ Compiler 19.1 with LLVM Technology + Intel C++ Compiler 19.1 with LLVM Technology + ${tsd_icx_root} + ${tsd_icx_root} + ${tsd_icx_root} + ${tsd_icx_root} + ${COMPLIB_ROOT} - 1566386481906 - + 1575292371570 + Intel C++ Compiler with LLVM Technology - Intel C++ Compiler 19.0 Update 5 with LLVM Technology + Intel C++ Compiler 19.1 with LLVM Technology LLVM テクノロジー対応インテル(R) C++ コンパイラー - LLVM テクノロジー対応インテル(R) C++ コンパイラー 19.0 Update 5 + LLVM テクノロジー対応インテル(R) C++ コンパイラー 19.1 LLVM テクノロジー対応インテル(R) C++ コンパイラー - LLVM テクノロジー対応インテル(R) C++ コンパイラー 19.0 Update 5 + LLVM テクノロジー対応インテル(R) C++ コンパイラー 19.1 1 - - - 0 - 0 - - + intel-icx - intel-icx-19.0.5-281 - 19.0.5 - 281 + intel-icx-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-icx-19.0.5-281-19.0.5-281.x86_64.rpm + intel-icx-19.1.0-166-19.1.0-166.x86_64.rpm intel-icx__x86_64 - 523 + 943 rpm ${PACKAGE_DIR}/rpm @@ -1004,91 +746,72 @@ icx_common icx_common 1 - - - 0 - 0 - - + intel-icx-common - intel-icx-common-19.0.5-281 - 19.0.5 - 281 + intel-icx-common-19.1.0-166 + 19.1.0 + 166 noarch - intel-icx-common-19.0.5-281-19.0.5-281.noarch.rpm + intel-icx-common-19.1.0-166-19.1.0-166.noarch.rpm intel-icx-common__noarch - 5 + 6 rpm ${PACKAGE_DIR}/rpm - - Intel Fortran Compiler 19.0 Update 5 - Intel Fortran Compiler 19.0 Update 5 - インテル(R) Fortran コンパイラー 19.0 Update 5 - インテル(R) Fortran コンパイラー 19.0 Update 5 - インテル(R) Fortran コンパイラー 19.0 Update 5 - インテル(R) Fortran コンパイラー 19.0 Update 5 + + Intel Fortran Compiler 19.1 + Intel Fortran Compiler 19.1 + インテル(R) Fortran コンパイラー 19.1 + インテル(R) Fortran コンパイラー 19.1 + インテル(R) Fortran コンパイラー 19.1 + インテル(R) Fortran コンパイラー 19.1 ${ENGINE_DIR}/../ - - 0 - 0 - ${COMPLIB_ROOT} - 1566386482220 - + 1575292372011 + Intel Fortran Compiler for Intel(R) 64 - Intel Fortran Compiler 19.0 Update 5 + Intel Fortran Compiler 19.1 インテル(R) Fortran コンパイラー (インテル(R) 64) - インテル(R) Fortran コンパイラー 19.0 Update 5 + インテル(R) Fortran コンパイラー 19.1 インテル(R) Fortran コンパイラー (インテル(R) 64) - インテル(R) Fortran コンパイラー 19.0 Update 5 + インテル(R) Fortran コンパイラー 19.1 1 - - - 0 - 0 - - + intel-ifort - intel-ifort-19.0.5-281 - 19.0.5 - 281 + intel-ifort-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-ifort-19.0.5-281-19.0.5-281.x86_64.rpm + intel-ifort-19.1.0-166-19.1.0-166.x86_64.rpm intel-ifort__x86_64 - 75 + 76 rpm Intel Fortran Compiler インテル(R) Fortran コンパイラー インテル(R) Fortran コンパイラー ${PACKAGE_DIR}/rpm - + Intel Fortran Compiler for IA-32 - Intel Fortran Compiler 19.0 Update 5 + Intel Fortran Compiler 19.1 インテル(R) Fortran コンパイラー (IA-32) - インテル(R) Fortran コンパイラー 19.0 Update 5 + インテル(R) Fortran コンパイラー 19.1 インテル(R) Fortran コンパイラー (IA-32) - インテル(R) Fortran コンパイラー 19.0 Update 5 + インテル(R) Fortran コンパイラー 19.1 1 - - - 0 - 0 - - + intel-ifort-32bit - intel-ifort-32bit-19.0.5-281 - 19.0.5 - 281 + intel-ifort-32bit-19.1.0-166 + 19.1.0 + 166 x86_64 - intel-ifort-32bit-19.0.5-281-19.0.5-281.x86_64.rpm + intel-ifort-32bit-19.1.0-166-19.1.0-166.x86_64.rpm intel-ifort-32bit__x86_64 21 rpm @@ -1097,7 +820,7 @@ インテル(R) Fortran コンパイラー ${PACKAGE_DIR}/rpm - + ifort_common ifort_common ifort_common @@ -1105,18 +828,13 @@ ifort_common ifort_common 1 - - - 0 - 0 - - + intel-ifort-common - intel-ifort-common-19.0.5-281 - 19.0.5 - 281 + intel-ifort-common-19.1.0-166 + 19.1.0 + 166 noarch - intel-ifort-common-19.0.5-281-19.0.5-281.noarch.rpm + intel-ifort-common-19.1.0-166-19.1.0-166.noarch.rpm intel-ifort-common__noarch 1 rpm @@ -1130,38 +848,28 @@ ifort_doc ifort_doc 1 - - - 0 - 0 - - + intel-ifort-doc - intel-ifort-doc-19.0 - 19.0.5 - 281 + intel-ifort-doc-19.1 + 19.1.0 + 166 noarch - intel-ifort-doc-19.0-19.0.5-281.noarch.rpm + intel-ifort-doc-19.1-19.1.0-166.noarch.rpm intel-ifort-doc__noarch 2 rpm ${PACKAGE_DIR}/rpm - + MKL Common MKL Common MKL Common - - - 0 - 0 - - + ${COMPLIB_ROOT} - 1566386482521 - + 1575292372451 + MKL_COMMON PLACEHOLDER MKL_COMMON @@ -1169,18 +877,13 @@ MKL_COMMON PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-common - intel-mkl-common-2019.5-281 - 2019.5 - 281 + intel-mkl-common-2020.0-166 + 2020.0 + 166 noarch - intel-mkl-common-2019.5-281-2019.5-281.noarch.rpm + intel-mkl-common-2020.0-166-2020.0-166.noarch.rpm intel-mkl-common__noarch 1 rpm @@ -1195,25 +898,20 @@ MKL_INSTALLER_LICENSE PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-installer-license - intel-mkl-installer-license-2019.5-281 - 2019.5 - 281 + intel-mkl-installer-license-2020.0-166 + 2020.0 + 166 noarch - intel-mkl-installer-license-2019.5-281-2019.5-281.noarch.rpm + intel-mkl-installer-license-2020.0-166-2020.0-166.noarch.rpm intel-mkl-installer-license__noarch 1 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + MKL_CORE_32 PLACEHOLDER MKL_CORE_32 @@ -1221,25 +919,20 @@ MKL_CORE_32 PLACEHOLDER 0 - - - 0 - 0 - - + intel-mkl-core-32bit - intel-mkl-core-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-core-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-core-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-core-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-core-32bit__x86_64 - 417 + 414 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + MKL_CORE_64 PLACEHOLDER MKL_CORE_64 @@ -1247,20 +940,15 @@ MKL_CORE_64 PLACEHOLDER 0 - - - 0 - 0 - - + intel-mkl-core - intel-mkl-core-2019.5-281 - 2019.5 - 281 + intel-mkl-core-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-core-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-core-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-core__x86_64 - 833 + 796 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} @@ -1273,20 +961,15 @@ MKL_CORE_RT_32 PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-core-rt-32bit - intel-mkl-core-rt-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-core-rt-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-core-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-core-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-core-rt-32bit__x86_64 - 379 + 376 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} @@ -1299,25 +982,20 @@ MKL_CORE_RT_64 PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-core-rt - intel-mkl-core-rt-2019.5-281 - 2019.5 - 281 + intel-mkl-core-rt-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-core-rt-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-core-rt-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-core-rt__x86_64 - 688 + 655 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + MKL_DOC PLACEHOLDER MKL_DOC @@ -1325,18 +1003,13 @@ MKL_DOC PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-doc - intel-mkl-doc-2019 - 2019.5 - 281 + intel-mkl-doc-2020 + 2020.0 + 166 noarch - intel-mkl-doc-2019-2019.5-281.noarch.rpm + intel-mkl-doc-2020-2020.0-166.noarch.rpm intel-mkl-doc__noarch 1 rpm @@ -1351,25 +1024,20 @@ MKL_PS_DOC PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-doc-ps - intel-mkl-doc-ps-2019 - 2019.5 - 281 + intel-mkl-doc-ps-2020 + 2020.0 + 166 noarch - intel-mkl-doc-ps-2019-2019.5-281.noarch.rpm + intel-mkl-doc-ps-2020-2020.0-166.noarch.rpm intel-mkl-doc-ps__noarch 1 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + MKL_GNU_32 PLACEHOLDER MKL_GNU_32 @@ -1377,25 +1045,20 @@ MKL_GNU_32 PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-gnu-32bit - intel-mkl-gnu-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-gnu-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-gnu-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-gnu-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-gnu-32bit__x86_64 15 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + MKL_GNU_64 PLACEHOLDER MKL_GNU_64 @@ -1403,18 +1066,13 @@ MKL_GNU_64 PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-gnu - intel-mkl-gnu-2019.5-281 - 2019.5 - 281 + intel-mkl-gnu-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-gnu-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-gnu-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-gnu__x86_64 36 rpm @@ -1429,18 +1087,13 @@ MKL_GNU_RT_32 PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-gnu-rt-32bit - intel-mkl-gnu-rt-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-gnu-rt-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-gnu-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-gnu-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-gnu-rt-32bit__x86_64 13 rpm @@ -1455,25 +1108,20 @@ MKL_GNU_RT_64 PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-gnu-rt - intel-mkl-gnu-rt-2019.5-281 - 2019.5 - 281 + intel-mkl-gnu-rt-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-gnu-rt-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-gnu-rt-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-gnu-rt__x86_64 27 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + MKL_CLUSTER PLACEHOLDER MKL_CLUSTER @@ -1481,20 +1129,15 @@ MKL_CLUSTER PLACEHOLDER 0 - - - 0 - 0 - - + intel-mkl-cluster - intel-mkl-cluster-2019.5-281 - 2019.5 - 281 + intel-mkl-cluster-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-cluster-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-cluster-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-cluster__x86_64 - 32 + 33 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} @@ -1507,18 +1150,13 @@ MKL_CLUSTER_RT PLACEHOLDER 0 - - - 0 - 0 - - + intel-mkl-cluster-rt - intel-mkl-cluster-rt-2019.5-281 - 2019.5 - 281 + intel-mkl-cluster-rt-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-cluster-rt-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-cluster-rt-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-cluster-rt__x86_64 19 rpm @@ -1533,25 +1171,20 @@ MKL_PS_COMMON PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-common-ps - intel-mkl-common-ps-2019.5-281 - 2019.5 - 281 + intel-mkl-common-ps-2020.0-166 + 2020.0 + 166 noarch - intel-mkl-common-ps-2019.5-281-2019.5-281.noarch.rpm + intel-mkl-common-ps-2020.0-166-2020.0-166.noarch.rpm intel-mkl-common-ps__noarch 1 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + MKL_CORE_PS_32 PLACEHOLDER MKL_CORE_PS_32 @@ -1559,25 +1192,20 @@ MKL_CORE_PS_32 PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-core-ps-32bit - intel-mkl-core-ps-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-core-ps-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-core-ps-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-core-ps-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-core-ps-32bit__x86_64 7 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + MKL_CORE_PS_64 PLACEHOLDER MKL_CORE_PS_64 @@ -1585,42 +1213,32 @@ MKL_CORE_PS_64 PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-core-ps - intel-mkl-core-ps-2019.5-281 - 2019.5 - 281 + intel-mkl-core-ps-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-core-ps-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-core-ps-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-core-ps__x86_64 - 54 + 59 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + MKL_PGI_64 MKL_PGI_64 MKL_PGI_64 0 - - - 0 - 0 - - + intel-mkl-pgi - intel-mkl-pgi-2019.5-281 - 2019.5 - 281 + intel-mkl-pgi-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-pgi-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-pgi-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-pgi__x86_64 65 rpm @@ -1635,25 +1253,20 @@ MKL_PGI_RT_64 PLACEHOLDER 0 - - - 0 - 0 - - + intel-mkl-pgi-rt - intel-mkl-pgi-rt-2019.5-281 - 2019.5 - 281 + intel-mkl-pgi-rt-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-pgi-rt-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-pgi-rt-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-pgi-rt__x86_64 43 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + CONDA_MKL_LINUX-64_SHADOW_PACKAGE PLACEHOLDER CONDA_MKL_LINUX-64_SHADOW_PACKAGE @@ -1661,25 +1274,20 @@ CONDA_MKL_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-mkl-linux-64-shadow-package - intel-conda-mkl-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-mkl-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-mkl-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-mkl-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-mkl-linux-64-shadow-package__x86_64 1 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + CONDA_MKL_LINUX-32_SHADOW_PACKAGE PLACEHOLDER CONDA_MKL_LINUX-32_SHADOW_PACKAGE @@ -1687,18 +1295,13 @@ CONDA_MKL_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-mkl-linux-32-shadow-package - intel-conda-mkl-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-mkl-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-mkl-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-mkl-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-mkl-linux-32-shadow-package__x86_64 1 rpm @@ -1713,18 +1316,13 @@ CONDA_MKL_STATIC_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-mkl-static-linux-64-shadow-package - intel-conda-mkl-static-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-mkl-static-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-mkl-static-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-mkl-static-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-mkl-static-linux-64-shadow-package__x86_64 1 rpm @@ -1739,18 +1337,13 @@ CONDA_MKL_STATIC_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-mkl-static-linux-32-shadow-package - intel-conda-mkl-static-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-mkl-static-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-mkl-static-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-mkl-static-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-mkl-static-linux-32-shadow-package__x86_64 1 rpm @@ -1765,18 +1358,13 @@ CONDA_MKL_DEVEL_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-mkl-devel-linux-64-shadow-package - intel-conda-mkl-devel-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-mkl-devel-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-mkl-devel-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-mkl-devel-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-mkl-devel-linux-64-shadow-package__x86_64 1 rpm @@ -1791,18 +1379,13 @@ CONDA_MKL_DEVEL_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-mkl-devel-linux-32-shadow-package - intel-conda-mkl-devel-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-mkl-devel-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-mkl-devel-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-mkl-devel-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-mkl-devel-linux-32-shadow-package__x86_64 1 rpm @@ -1817,18 +1400,13 @@ CONDA_MKL_INCLUDE_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-mkl-include-linux-64-shadow-package - intel-conda-mkl-include-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-mkl-include-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-mkl-include-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-mkl-include-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-mkl-include-linux-64-shadow-package__x86_64 1 rpm @@ -1843,18 +1421,13 @@ CONDA_MKL_INCLUDE_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-mkl-include-linux-32-shadow-package - intel-conda-mkl-include-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-mkl-include-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-mkl-include-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-mkl-include-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-mkl-include-linux-32-shadow-package__x86_64 1 rpm @@ -1862,22 +1435,17 @@ ${SHARED_SUITE} - - Intel Math Kernel Library 2019 Update 5 for C/C++ - Intel Math Kernel Library 2019 Update 5 for C/C++ - インテル(R) MKL 2019 Update 5 (C/C++) - インテル(R) MKL 2019 Update 5 (C/C++) - インテル(R) MKL 2019 Update 5 (C/C++) - インテル(R) MKL 2019 Update 5 (C/C++) - - - 0 - 0 - - + + Intel Math Kernel Library 2020 for C/C++ + Intel Math Kernel Library 2020 for C/C++ + インテル(R) MKL 2020 (C/C++) + インテル(R) MKL 2020 (C/C++) + インテル(R) MKL 2020 (C/C++) + インテル(R) MKL 2020 (C/C++) + ${COMPLIB_ROOT} - 1566386482521 - + 1575292372451 + Intel MKL core libraries for C/C++ ${tsd_mkl_c_desc} インテル(R) MKL コア・ライブラリー (C/C++) @@ -1885,25 +1453,20 @@ インテル(R) MKL コア・ライブラリー (C/C++) ${tsd_mkl_c_desc} 1 - - - 0 - 0 - - + intel-mkl-common-c - intel-mkl-common-c-2019.5-281 - 2019.5 - 281 + intel-mkl-common-c-2020.0-166 + 2020.0 + 166 noarch - intel-mkl-common-c-2019.5-281-2019.5-281.noarch.rpm + intel-mkl-common-c-2020.0-166-2020.0-166.noarch.rpm intel-mkl-common-c__noarch 8 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + Intel MKL core libraries for C/C++ for IA-32 These libraries provide the core functionality and are required for all C/C++ applications that use Intel MKL インテル(R) MKL コア・ライブラリー (C/C++) (IA-32) @@ -1911,28 +1474,23 @@ インテル(R) MKL コア・ライブラリー (C/C++) (IA-32) これらのライブラリーには主要な機能が含まれており、インテル(R) MKL を使用するすべての C/C++ アプリケーションに必要です。 1 - - - 0 - 0 - - + Intel MKL core libraries for C/C++ インテル(R) MKL コア・ライブラリー (C/C++) インテル(R) MKL コア・ライブラリー (C/C++) intel-mkl-core-c-32bit - intel-mkl-core-c-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-core-c-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-core-c-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-core-c-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-core-c-32bit__x86_64 1 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + Intel MKL core libraries for C/C++ for Intel(R) 64 These libraries provide the core functionality and are required for all C/C++ applications that use Intel MKL インテル(R) MKL コア・ライブラリー (C/C++) (インテル(R) 64) @@ -1940,21 +1498,16 @@ インテル(R) MKL コア・ライブラリー (C/C++) (インテル(R) 64) これらのライブラリーには主要な機能が含まれており、インテル(R) MKL を使用するすべての C/C++ アプリケーションに必要です。 1 - - - 0 - 0 - - + Intel MKL core libraries for C/C++ インテル(R) MKL コア・ライブラリー (C/C++) インテル(R) MKL コア・ライブラリー (C/C++) intel-mkl-core-c - intel-mkl-core-c-2019.5-281 - 2019.5 - 281 + intel-mkl-core-c-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-core-c-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-core-c-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-core-c__x86_64 1 rpm @@ -1969,25 +1522,20 @@ MKL_PS_COMMON_C PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-common-c-ps - intel-mkl-common-c-ps-2019.5-281 - 2019.5 - 281 + intel-mkl-common-c-ps-2020.0-166 + 2020.0 + 166 noarch - intel-mkl-common-c-ps-2019.5-281-2019.5-281.noarch.rpm + intel-mkl-common-c-ps-2020.0-166-2020.0-166.noarch.rpm intel-mkl-common-c-ps__noarch 1 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + Cluster support for C/C++ This component includes the Intel MKL BLACS, ScaLAPACK, Cluster Sparse Solver, and Cluster FFT components. It is required if your C/C++ application uses these components クラスターサポート (C/C++) @@ -1995,18 +1543,13 @@ クラスターサポート (C/C++) このコンポーネントには、インテル(R) MKL BLACS、ScaLAPACK、クラスター・スパース・ソルバー、クラスター FFT が含まれています。C/C++ アプリケーションでこれらを使用する場合、このコンポーネントが必要です。 0 - - - 0 - 0 - - + intel-mkl-cluster-c - intel-mkl-cluster-c-2019.5-281 - 2019.5 - 281 + intel-mkl-cluster-c-2020.0-166 + 2020.0 + 166 noarch - intel-mkl-cluster-c-2019.5-281-2019.5-281.noarch.rpm + intel-mkl-cluster-c-2020.0-166-2020.0-166.noarch.rpm intel-mkl-cluster-c__noarch 1 rpm @@ -2016,7 +1559,7 @@ クラスターサポート (C/C++) クラスターサポート (C/C++) - + Intel TBB threading support for IA-32 This component is required if your application uses Intel TBB threading model instead of OpenMP standard. インテル(R) TBB スレッド化サポート (IA-32) @@ -2024,18 +1567,13 @@ インテル(R) TBB スレッド化サポート (IA-32) アプリケーションで OpenMP* 仕様の代わりにインテル(R) TBB スレッド化モデルを使用する場合、このコンポーネントが必要です。 1 - - - 0 - 0 - - + intel-mkl-tbb-32bit - intel-mkl-tbb-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-tbb-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-tbb-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-tbb-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-tbb-32bit__x86_64 17 rpm @@ -2045,7 +1583,7 @@ インテル(R) TBB スレッド化サポート インテル(R) TBB スレッド化サポート - + Intel TBB threading support for Intel(R) 64 This component is required if your application uses Intel TBB threading model instead of OpenMP standard. インテル(R) TBB スレッド化サポート (インテル(R) 64) @@ -2053,18 +1591,13 @@ インテル(R) TBB スレッド化サポート (インテル(R) 64) アプリケーションで OpenMP* 仕様の代わりにインテル(R) TBB スレッド化モデルを使用する場合、このコンポーネントが必要です。 1 - - - 0 - 0 - - + intel-mkl-tbb - intel-mkl-tbb-2019.5-281 - 2019.5 - 281 + intel-mkl-tbb-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-tbb-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-tbb-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-tbb__x86_64 43 rpm @@ -2082,18 +1615,13 @@ MKL_TBB_RT_32 PLACEHOLDER 0 - - - 0 - 0 - - + intel-mkl-tbb-rt-32bit - intel-mkl-tbb-rt-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-tbb-rt-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-tbb-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-tbb-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-tbb-rt-32bit__x86_64 12 rpm @@ -2108,25 +1636,20 @@ MKL_TBB_RT_64 PLACEHOLDER 0 - - - 0 - 0 - - + intel-mkl-tbb-rt - intel-mkl-tbb-rt-2019.5-281 - 2019.5 - 281 + intel-mkl-tbb-rt-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-tbb-rt-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-tbb-rt-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-tbb-rt__x86_64 30 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + PGI* C/C++ compiler support for Intel(R) 64 This component is required if your application is built using the PGI* C/C++ compiler and relies on the PGI implementation of the OpenMP* standard PGI* C/C++ コンパイラー・サポート (インテル(R) 64) @@ -2134,18 +1657,13 @@ PGI* C/C++ コンパイラー・サポート (インテル(R) 64) アプリケーションが PGI* C/C++ コンパイラーでビルドされ、PGI* の OpenMP* 実装に依存する場合、このコンポーネントが必要です。 0 - - - 0 - 0 - - + intel-mkl-pgi-c - intel-mkl-pgi-c-2019.5-281 - 2019.5 - 281 + intel-mkl-pgi-c-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-pgi-c-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-pgi-c-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-pgi-c__x86_64 1 rpm @@ -2154,7 +1672,7 @@ PGI* C/C++ コンパイラー・サポート ${PACKAGE_DIR}/rpm - + GNU* C/C++ compiler support for IA-32 This component is required if your application is built using the GNU* C/C++ compiler and relies on the GNU implementation of the OpenMP* standard GNU* C/C++ コンパイラー・サポート (IA-32) @@ -2162,18 +1680,13 @@ GNU* C/C++ コンパイラー・サポート (IA-32) アプリケーションが GNU* C/C++ コンパイラーでビルドされ、GNU* の OpenMP* 実装に依存する場合、このコンポーネントが必要です。 1 - - - 0 - 0 - - + intel-mkl-gnu-c-32bit - intel-mkl-gnu-c-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-gnu-c-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-gnu-c-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-gnu-c-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-gnu-c-32bit__x86_64 1 rpm @@ -2182,7 +1695,7 @@ GNU* C/C++ コンパイラー・サポート ${PACKAGE_DIR}/rpm - + GNU* C/C++ compiler support for Intel(R) 64 This component is required if your application is built using the GNU* C/C++ compiler and relies on the GNU implementation of the OpenMP* standard GNU* C/C++ コンパイラー・サポート (インテル(R) 64) @@ -2190,18 +1703,13 @@ GNU* C/C++ コンパイラー・サポート (インテル(R) 64) アプリケーションが GNU* C/C++ コンパイラーでビルドされ、GNU* の OpenMP* 実装に依存する場合、このコンポーネントが必要です。 1 - - - 0 - 0 - - + intel-mkl-gnu-c - intel-mkl-gnu-c-2019.5-281 - 2019.5 - 281 + intel-mkl-gnu-c-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-gnu-c-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-gnu-c-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-gnu-c__x86_64 1 rpm @@ -2211,21 +1719,16 @@ ${PACKAGE_DIR}/rpm - - Intel Math Kernel Library 2019 Update 5 for Fortran - Intel Math Kernel Library 2019 Update 5 for Fortran - インテル(R) MKL 2019 Update 5 (Fortran) - インテル(R) MKL 2019 Update 5 (Fortran) - インテル(R) MKL 2019 Update 5 (Fortran) - インテル(R) MKL 2019 Update 5 (Fortran) - - - 0 - 0 - - + + Intel Math Kernel Library 2020 for Fortran + Intel Math Kernel Library 2020 for Fortran + インテル(R) MKL 2020 (Fortran) + インテル(R) MKL 2020 (Fortran) + インテル(R) MKL 2020 (Fortran) + インテル(R) MKL 2020 (Fortran) + ${COMPLIB_ROOT} - 1566386482521 + 1575292372451 Intel MKL core libraries for Fortran ${tsd_mkl_f_desc} @@ -2234,25 +1737,20 @@ インテル(R) MKL コア・ライブラリー (Fortran) ${tsd_mkl_f_desc} 1 - - - 0 - 0 - - + intel-mkl-common-f - intel-mkl-common-f-2019.5-281 - 2019.5 - 281 + intel-mkl-common-f-2020.0-166 + 2020.0 + 166 noarch - intel-mkl-common-f-2019.5-281-2019.5-281.noarch.rpm + intel-mkl-common-f-2020.0-166-2020.0-166.noarch.rpm intel-mkl-common-f__noarch 5 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + Intel MKL core libraries for Fortran for IA-32 These libraries provide the core functionality and are required for all Fortran applications that use Intel MKL インテル(R) MKL コア・ライブラリー (Fortran) (IA-32) @@ -2260,28 +1758,23 @@ インテル(R) MKL コア・ライブラリー (Fortran) (IA-32) これらのライブラリーには主要な機能が含まれており、インテル(R) MKL を使用するすべての Fortran アプリケーションに必要です。 1 - - - 0 - 0 - - + Intel MKL core libraries for Fortran インテル(R) MKL コア・ライブラリー (Fortran) インテル(R) MKL コア・ライブラリー (Fortran) intel-mkl-core-f-32bit - intel-mkl-core-f-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-core-f-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-core-f-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-core-f-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-core-f-32bit__x86_64 1 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + Intel MKL core libraries for Fortran for Intel(R) 64 These libraries provide the core functionality and are required for all Fortran applications that use Intel MKL インテル(R) MKL コア・ライブラリー (Fortran) (インテル(R) 64) @@ -2289,28 +1782,23 @@ インテル(R) MKL コア・ライブラリー (Fortran) (インテル(R) 64) これらのライブラリーには主要な機能が含まれており、インテル(R) MKL を使用するすべての Fortran アプリケーションに必要です。 1 - - - 0 - 0 - - + Intel MKL core libraries for Fortran インテル(R) MKL コア・ライブラリー (Fortran) インテル(R) MKL コア・ライブラリー (Fortran) intel-mkl-core-f - intel-mkl-core-f-2019.5-281 - 2019.5 - 281 + intel-mkl-core-f-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-core-f-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-core-f-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-core-f__x86_64 1 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + Cluster support for Fortran This component includes the Intel MKL BLACS, ScaLAPACK, Cluster Sparse Solver, and Cluster FFT components. It is required if your Fortran application uses these components クラスターサポート (Fortran) @@ -2318,18 +1806,13 @@ クラスターサポート (Fortran) このコンポーネントには、インテル(R) MKL BLACS、ScaLAPACK、クラスター・スパース・ソルバー、クラスター FFT が含まれています。Fortran アプリケーションでこれらを使用する場合、このコンポーネントが必要です。 0 - - - 0 - 0 - - + intel-mkl-cluster-f - intel-mkl-cluster-f-2019.5-281 - 2019.5 - 281 + intel-mkl-cluster-f-2020.0-166 + 2020.0 + 166 noarch - intel-mkl-cluster-f-2019.5-281-2019.5-281.noarch.rpm + intel-mkl-cluster-f-2020.0-166-2020.0-166.noarch.rpm intel-mkl-cluster-f__noarch 1 rpm @@ -2347,18 +1830,13 @@ MKL_PS_GNU_F_RT_32 PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-gnu-f-rt-32bit - intel-mkl-gnu-f-rt-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-gnu-f-rt-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-gnu-f-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-gnu-f-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-gnu-f-rt-32bit__x86_64 9 rpm @@ -2373,25 +1851,20 @@ MKL_PS_GNU_F_RT_64 PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-gnu-f-rt - intel-mkl-gnu-f-rt-2019.5-281 - 2019.5 - 281 + intel-mkl-gnu-f-rt-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-gnu-f-rt-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-gnu-f-rt-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-gnu-f-rt__x86_64 23 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + GNU* Fortran compiler support for Intel(R) 64 This component is required if your application is built using the GNU* Fortran compiler and relies on the GNU implementation of the OpenMP* standard GNU* Fortran コンパイラー・サポート (インテル(R) 64) @@ -2399,18 +1872,13 @@ GNU* Fortran コンパイラー・サポート (インテル(R) 64) アプリケーションが GNU* Fortran コンパイラーでビルドされ、GNU* の OpenMP* 実装に依存する場合、このコンポーネントが必要です。 1 - - - 0 - 0 - - + intel-mkl-gnu-f - intel-mkl-gnu-f-2019.5-281 - 2019.5 - 281 + intel-mkl-gnu-f-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-gnu-f-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-gnu-f-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-gnu-f__x86_64 53 rpm @@ -2420,7 +1888,7 @@ GNU* Fortran コンパイラー・サポート GNU* Fortran コンパイラー・サポート - + GNU* Fortran compiler support for IA-32 This component is required if your application is built using the GNU* Fortran compiler and relies on the GNU implementation of the OpenMP* standard GNU* Fortran コンパイラー・サポート (IA-32) @@ -2428,18 +1896,13 @@ GNU* Fortran コンパイラー・サポート (IA-32) アプリケーションが GNU* Fortran コンパイラーでビルドされ、GNU* の OpenMP* 実装に依存する場合、このコンポーネントが必要です。 1 - - - 0 - 0 - - + intel-mkl-gnu-f-32bit - intel-mkl-gnu-f-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-gnu-f-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-gnu-f-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-gnu-f-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-gnu-f-32bit__x86_64 18 rpm @@ -2457,25 +1920,20 @@ MKL_F95_COMMON PLACEHOLDER 1 - - - 0 - 0 - - + intel-mkl-f95-common - intel-mkl-f95-common-2019.5-281 - 2019.5 - 281 + intel-mkl-f95-common-2020.0-166 + 2020.0 + 166 noarch - intel-mkl-f95-common-2019.5-281-2019.5-281.noarch.rpm + intel-mkl-f95-common-2020.0-166-2020.0-166.noarch.rpm intel-mkl-f95-common__noarch 6 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + Fortran 95 interfaces for BLAS and LAPACK for IA-32 This component includes pre-compiled BLAS95 and LAPACK95 interfaces compatible with the Intel Fortran compiler and tools to build these interfaces for other supported compilers BLAS および LAPACK 用 Fortran 95 インターフェイス (IA-32) @@ -2483,18 +1941,13 @@ BLAS および LAPACK 用 Fortran 95 インターフェイス (IA-32) このコンポーネントには、インテル(R) Fortran コンパイラーおよびツールと互換性のあるコンパイル済み BLAS95 および LAPACK95 インターフェイスが含まれており、サポートされた他のコンパイラー向けにこれらのインターフェイスをビルドできます。 1 - - - 0 - 0 - - + intel-mkl-f95-32bit - intel-mkl-f95-32bit-2019.5-281 - 2019.5 - 281 + intel-mkl-f95-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-f95-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-f95-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-f95-32bit__x86_64 9 rpm @@ -2504,7 +1957,7 @@ BLAS および LAPACK 用 Fortran 95 インターフェイス BLAS および LAPACK 用 Fortran 95 インターフェイス - + Fortran 95 interfaces for BLAS and LAPACK for Intel(R) 64 This component includes pre-compiled BLAS95 and LAPACK95 interfaces compatible with the Intel Fortran compiler and tools to build these interfaces for other supported compilers BLAS および LAPACK 用 Fortran 95 インターフェイス (インテル(R) 64) @@ -2512,18 +1965,13 @@ BLAS および LAPACK 用 Fortran 95 インターフェイス (インテル(R) 64) このコンポーネントには、インテル(R) Fortran コンパイラーおよびツールと互換性のあるコンパイル済み BLAS95 および LAPACK95 インターフェイスが含まれており、サポートされた他のコンパイラー向けにこれらのインターフェイスをビルドできます。 1 - - - 0 - 0 - - + intel-mkl-f - intel-mkl-f95-2019.5-281 - 2019.5 - 281 + intel-mkl-f95-2020.0-166 + 2020.0 + 166 x86_64 - intel-mkl-f95-2019.5-281-2019.5-281.x86_64.rpm + intel-mkl-f95-2020.0-166-2020.0-166.x86_64.rpm intel-mkl-f__x86_64 21 rpm @@ -2534,22 +1982,17 @@ BLAS および LAPACK 用 Fortran 95 インターフェイス - - Intel Integrated Performance Primitives 2019 Update 5 - Intel Integrated Performance Primitives 2019 Update 5 - インテル(R) IPP 2019 Update 5 - インテル(R) IPP 2019 Update 5 - インテル(R) IPP 2019 Update 5 - インテル(R) IPP 2019 Update 5 - - - 0 - 0 - - + + Intel Integrated Performance Primitives 2020 + Intel Integrated Performance Primitives 2020 + インテル(R) IPP 2020 + インテル(R) IPP 2020 + インテル(R) IPP 2020 + インテル(R) IPP 2020 + ${COMPLIB_ROOT} - 1566386482831 - + 1575292372887 + IPP_COMMON IPP_COMMON IPP_COMMON @@ -2557,21 +2000,16 @@ IPP_COMMON IPP_COMMON 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-ipp-common - intel-ipp-common-2019.5-281 - 2019.5 - 281 + intel-ipp-common-2020.0-166 + 2020.0 + 166 noarch - intel-ipp-common-2019.5-281-2019.5-281.noarch.rpm + intel-ipp-common-2020.0-166-2020.0-166.noarch.rpm intel-ipp-common__noarch - 3 + 4 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm @@ -2584,19 +2022,14 @@ IPP_INSTALLER_LICENSE IPP_INSTALLER_LICENSE 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-ipp-installer-license - intel-ipp-installer-license-2019.5-281 - 2019.5 - 281 + intel-ipp-installer-license-2020.0-166 + 2020.0 + 166 noarch - intel-ipp-installer-license-2019.5-281-2019.5-281.noarch.rpm + intel-ipp-installer-license-2020.0-166-2020.0-166.noarch.rpm intel-ipp-installer-license__noarch 1 silent_cfg_template @@ -2611,21 +2044,16 @@ IPP_COMMON_PS IPP_COMMON_PS 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-ipp-common-ps - intel-ipp-common-ps-2019.5-281 - 2019.5 - 281 + intel-ipp-common-ps-2020.0-166 + 2020.0 + 166 noarch - intel-ipp-common-ps-2019.5-281-2019.5-281.noarch.rpm + intel-ipp-common-ps-2020.0-166-2020.0-166.noarch.rpm intel-ipp-common-ps__noarch - 8 + 7 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm @@ -2638,51 +2066,41 @@ IPP_COMMON_STA_SS IPP_COMMON_STA_SS 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-ipp-common-sta - intel-ipp-common-sta-2019.5-281 - 2019.5 - 281 + intel-ipp-common-sta-2020.0-166 + 2020.0 + 166 noarch - intel-ipp-common-sta-2019.5-281-2019.5-281.noarch.rpm + intel-ipp-common-sta-2020.0-166-2020.0-166.noarch.rpm intel-ipp-common-sta__noarch 7 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + Intel IPP single-threaded libraries for IA-32: General package - Intel Integrated Performance Primitives 2019 Update 5 single-threaded libraries: General package + Intel Integrated Performance Primitives 2020 single-threaded libraries: General package インテル(R) IPP シングルスレッド・ライブラリー (IA-32): 汎用パッケージ - インテル(R) IPP 2019 Update 5 シングルスレッド・ライブラリー: 汎用パッケージ + インテル(R) IPP 2020 シングルスレッド・ライブラリー: 汎用パッケージ インテル(R) IPP シングルスレッド・ライブラリー (IA-32): 汎用パッケージ - インテル(R) IPP 2019 Update 5 シングルスレッド・ライブラリー: 汎用パッケージ + インテル(R) IPP 2020 シングルスレッド・ライブラリー: 汎用パッケージ 1 - - - 0 - 0 - - + ${SHARED_SUITE} Intel IPP single-threaded libraries: General package インテル(R) IPP シングルスレッド・ライブラリー: 汎用パッケージ インテル(R) IPP シングルスレッド・ライブラリー: 汎用パッケージ intel-ipp-st-devel-32bit - intel-ipp-st-devel-32bit-2019.5-281 - 2019.5 - 281 + intel-ipp-st-devel-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-ipp-st-devel-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-ipp-st-devel-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-ipp-st-devel-32bit__x86_64 - 626 + 663 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm @@ -2695,52 +2113,20 @@ IPP-ST-DEVEL_STA_SS_32 IPP-ST-DEVEL_STA_SS_32 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-ipp-st-devel-sta-32bit - intel-ipp-st-devel-sta-32bit-2019.5-281 - 2019.5 - 281 + intel-ipp-st-devel-sta-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-ipp-st-devel-sta-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-ipp-st-devel-sta-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-ipp-st-devel-sta-32bit__x86_64 256 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - - IPP-ST-DEVEL_PS_32 - IPP-ST-DEVEL_PS_32 - IPP-ST-DEVEL_PS_32 - IPP-ST-DEVEL_PS_32 - IPP-ST-DEVEL_PS_32 - IPP-ST-DEVEL_PS_32 - 0 - - - 0 - 0 - - - ${SHARED_SUITE} - intel-ipp-st-devel-ps-32bit - intel-ipp-st-devel-ps-32bit-2019.5-281 - 2019.5 - 281 - x86_64 - intel-ipp-st-devel-ps-32bit-2019.5-281-2019.5-281.x86_64.rpm - intel-ipp-st-devel-ps-32bit__x86_64 - 34 - silent_cfg_template - ${ENGINE_DIR}/../../rpm - rpm - IPP-ST_RT_32 IPP-ST_RT_32 @@ -2749,19 +2135,14 @@ IPP-ST_RT_32 IPP-ST_RT_32 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-ipp-st-32bit - intel-ipp-st-32bit-2019.5-281 - 2019.5 - 281 + intel-ipp-st-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-ipp-st-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-ipp-st-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-ipp-st-32bit__x86_64 242 silent_cfg_template @@ -2776,21 +2157,16 @@ IPP-ST_RT_X64 IPP-ST_RT_X64 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-ipp-st - intel-ipp-st-2019.5-281 - 2019.5 - 281 + intel-ipp-st-2020.0-166 + 2020.0 + 166 x86_64 - intel-ipp-st-2019.5-281-2019.5-281.x86_64.rpm + intel-ipp-st-2020.0-166-2020.0-166.x86_64.rpm intel-ipp-st__x86_64 - 421 + 422 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm @@ -2803,21 +2179,16 @@ IPP-MT_RT_32 IPP-MT_RT_32 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-ipp-mt-32bit - intel-ipp-mt-32bit-2019.5-281 - 2019.5 - 281 + intel-ipp-mt-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-ipp-mt-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-ipp-mt-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-ipp-mt-32bit__x86_64 - 248 + 249 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm @@ -2830,78 +2201,41 @@ IPP-MT_RT_X64 IPP-MT_RT_X64 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-ipp-mt - intel-ipp-mt-2019.5-281 - 2019.5 - 281 + intel-ipp-mt-2020.0-166 + 2020.0 + 166 x86_64 - intel-ipp-mt-2019.5-281-2019.5-281.x86_64.rpm + intel-ipp-mt-2020.0-166-2020.0-166.x86_64.rpm intel-ipp-mt__x86_64 - 431 + 432 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + Intel IPP single-threaded libraries for Intel(R) 64: General package - Intel Integrated Performance Primitives 2019 Update 5 single-threaded libraries: General package + Intel Integrated Performance Primitives 2020 single-threaded libraries: General package インテル(R) IPP シングルスレッド・ライブラリー (インテル(R) 64): 汎用パッケージ - インテル(R) IPP 2019 Update 5 シングルスレッド・ライブラリー: 汎用パッケージ + インテル(R) IPP 2020 シングルスレッド・ライブラリー: 汎用パッケージ インテル(R) IPP シングルスレッド・ライブラリー (インテル(R) 64): 汎用パッケージ - インテル(R) IPP 2019 Update 5 シングルスレッド・ライブラリー: 汎用パッケージ + インテル(R) IPP 2020 シングルスレッド・ライブラリー: 汎用パッケージ 1 - - - 0 - 0 - - + ${SHARED_SUITE} Intel IPP single-threaded libraries: General package インテル(R) IPP シングルスレッド・ライブラリー: 汎用パッケージ インテル(R) IPP シングルスレッド・ライブラリー: 汎用パッケージ intel-ipp-st-devel - intel-ipp-st-devel-2019.5-281 - 2019.5 - 281 + intel-ipp-st-devel-2020.0-166 + 2020.0 + 166 x86_64 - intel-ipp-st-devel-2019.5-281-2019.5-281.x86_64.rpm + intel-ipp-st-devel-2020.0-166-2020.0-166.x86_64.rpm intel-ipp-st-devel__x86_64 - 1195 - silent_cfg_template - ${ENGINE_DIR}/../../rpm - rpm - - - IPP_ST_PS_X64 - IPP_ST_PS_X64 - IPP_ST_PS_X64 - IPP_ST_PS_X64 - IPP_ST_PS_X64 - IPP_ST_PS_X64 - 0 - - - 0 - 0 - - - ${SHARED_SUITE} - intel-ipp-st-devel-ps - intel-ipp-st-devel-ps-2019.5-281 - 2019.5 - 281 - x86_64 - intel-ipp-st-devel-ps-2019.5-281-2019.5-281.x86_64.rpm - intel-ipp-st-devel-ps__x86_64 - 62 + 1262 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm @@ -2914,81 +2248,66 @@ IPP_ST_DEVEL_STA_X64 IPP_ST_DEVEL_STA_SS_X64 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-ipp-st-devel-sta - intel-ipp-st-devel-sta-2019.5-281 - 2019.5 - 281 + intel-ipp-st-devel-sta-2020.0-166 + 2020.0 + 166 x86_64 - intel-ipp-st-devel-sta-2019.5-281-2019.5-281.x86_64.rpm + intel-ipp-st-devel-sta-2020.0-166-2020.0-166.x86_64.rpm intel-ipp-st-devel-sta__x86_64 337 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + Intel IPP multi-threaded libraries for IA-32 - Intel Integrated Performance Primitives 2019 Update 5 multi-threaded libraries + Intel Integrated Performance Primitives 2020 multi-threaded libraries インテル(R) IPP マルチスレッド・ライブラリー (IA-32) - インテル(R) IPP 2019 Update 5 マルチスレッド・ライブラリー + インテル(R) IPP 2020 マルチスレッド・ライブラリー インテル(R) IPP マルチスレッド・ライブラリー (IA-32) - インテル(R) IPP 2019 Update 5 マルチスレッド・ライブラリー + インテル(R) IPP 2020 マルチスレッド・ライブラリー 0 - - - 0 - 0 - - + ${SHARED_SUITE} Intel IPP multi-threaded libraries インテル(R) IPP マルチスレッド・ライブラリー インテル(R) IPP マルチスレッド・ライブラリー intel-ipp-mt-devel-32bit - intel-ipp-mt-devel-32bit-2019.5-281 - 2019.5 - 281 + intel-ipp-mt-devel-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-ipp-mt-devel-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-ipp-mt-devel-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-ipp-mt-devel-32bit__x86_64 - 306 + 307 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + Intel IPP multi-threaded libraries for Intel(R) 64 - Intel Integrated Performance Primitives 2019 Update 5 multi-threaded libraries + Intel Integrated Performance Primitives 2020 multi-threaded libraries インテル(R) IPP マルチスレッド・ライブラリー (インテル(R) 64) - インテル(R) IPP 2019 Update 5 マルチスレッド・ライブラリー + インテル(R) IPP 2020 マルチスレッド・ライブラリー インテル(R) IPP マルチスレッド・ライブラリー (インテル(R) 64) - インテル(R) IPP 2019 Update 5 マルチスレッド・ライブラリー + インテル(R) IPP 2020 マルチスレッド・ライブラリー 0 - - - 0 - 0 - - + ${SHARED_SUITE} Intel IPP multi-threaded libraries インテル(R) IPP マルチスレッド・ライブラリー インテル(R) IPP マルチスレッド・ライブラリー intel-ipp-mt-devel - intel-ipp-mt-devel-2019.5-281 - 2019.5 - 281 + intel-ipp-mt-devel-2020.0-166 + 2020.0 + 166 x86_64 - intel-ipp-mt-devel-2019.5-281-2019.5-281.x86_64.rpm + intel-ipp-mt-devel-2020.0-166-2020.0-166.x86_64.rpm intel-ipp-mt-devel__x86_64 - 587 + 589 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm @@ -3001,19 +2320,14 @@ IPP_DOC IPP_DOC 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-ipp-doc - intel-ipp-doc-2019 - 2019.5 - 281 + intel-ipp-doc-2020 + 2020.0 + 166 noarch - intel-ipp-doc-2019-2019.5-281.noarch.rpm + intel-ipp-doc-2020-2020.0-166.noarch.rpm intel-ipp-doc__noarch 1 silent_cfg_template @@ -3028,18 +2342,13 @@ CONDA_IPP_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-ipp-linux-64-shadow-package - intel-conda-ipp-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-ipp-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-ipp-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-ipp-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-ipp-linux-64-shadow-package__x86_64 1 rpm @@ -3054,18 +2363,13 @@ CONDA_IPP_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-ipp-linux-32-shadow-package - intel-conda-ipp-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-ipp-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-ipp-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-ipp-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-ipp-linux-32-shadow-package__x86_64 1 rpm @@ -3080,18 +2384,13 @@ CONDA_IPP_STATIC_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-ipp-static-linux-64-shadow-package - intel-conda-ipp-static-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-ipp-static-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-ipp-static-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-ipp-static-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-ipp-static-linux-64-shadow-package__x86_64 1 rpm @@ -3106,18 +2405,13 @@ CONDA_IPP_STATIC_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-ipp-static-linux-32-shadow-package - intel-conda-ipp-static-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-ipp-static-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-ipp-static-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-ipp-static-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-ipp-static-linux-32-shadow-package__x86_64 1 rpm @@ -3132,18 +2426,13 @@ CONDA_IPP_INCLUDE_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-ipp-include-linux-64-shadow-package - intel-conda-ipp-include-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-ipp-include-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-ipp-include-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-ipp-include-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-ipp-include-linux-64-shadow-package__x86_64 1 rpm @@ -3158,18 +2447,13 @@ CONDA_IPP_INCLUDE_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-ipp-include-linux-32-shadow-package - intel-conda-ipp-include-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-ipp-include-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-ipp-include-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-ipp-include-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-ipp-include-linux-32-shadow-package__x86_64 1 rpm @@ -3184,18 +2468,13 @@ CONDA_IPP_DEVEL_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-ipp-devel-linux-64-shadow-package - intel-conda-ipp-devel-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-ipp-devel-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-ipp-devel-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-ipp-devel-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-ipp-devel-linux-64-shadow-package__x86_64 1 rpm @@ -3210,18 +2489,13 @@ CONDA_IPP_DEVEL_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-ipp-devel-linux-32-shadow-package - intel-conda-ipp-devel-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-ipp-devel-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-ipp-devel-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-ipp-devel-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-ipp-devel-linux-32-shadow-package__x86_64 1 rpm @@ -3229,75 +2503,60 @@ ${SHARED_SUITE} - - Intel Integrated Performance Primitives Cryptography 2019 Update 5 - Intel Integrated Performance Primitives Cryptography 2019 Update 5 - インテル(R) IPP Cryptography 2019 Update 5 - インテル(R) IPP Cryptography 2019 Update 5 - インテル(R) IPP Cryptography 2019 Update 5 - インテル(R) IPP Cryptography 2019 Update 5 - - - 0 - 0 - - + + Intel Integrated Performance Primitives Cryptography 2020 + Intel Integrated Performance Primitives Cryptography 2020 + インテル(R) IPP Cryptography 2020 + インテル(R) IPP Cryptography 2020 + インテル(R) IPP Cryptography 2020 + インテル(R) IPP Cryptography 2020 + ${COMPLIB_ROOT} - 1566386483133 - + 1575292373370 + Intel IPP Cryptography single-threaded for IA-32 for Linux - Intel Integrated Performance Primitives Cryptography 2019 Update 5 + Intel Integrated Performance Primitives Cryptography 2020 インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Linux* (IA-32) - インテル(R) IPP Cryptography 2019 Update 5 + インテル(R) IPP Cryptography 2020 インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Linux* (IA-32) - インテル(R) IPP Cryptography 2019 Update 5 + インテル(R) IPP Cryptography 2020 1 - - - 0 - 0 - - + ${SHARED_SUITE} Intel IPP Cryptography single-threaded for Linux インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Linux* インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Linux* intel-crypto-ipp-st-devel-32bit - intel-crypto-ipp-st-devel-32bit-2019.5-281 - 2019.5 - 281 + intel-crypto-ipp-st-devel-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-crypto-ipp-st-devel-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-crypto-ipp-st-devel-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-crypto-ipp-st-devel-32bit__x86_64 22 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + Intel IPP Cryptography single-threaded for Intel(R) 64 for Linux - Intel Integrated Performance Primitives Cryptography 2019 Update 5 + Intel Integrated Performance Primitives Cryptography 2020 インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Linux* (インテル(R) 64) - インテル(R) IPP Cryptography 2019 Update 5 + インテル(R) IPP Cryptography 2020 インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Linux* (インテル(R) 64) - インテル(R) IPP Cryptography 2019 Update 5 + インテル(R) IPP Cryptography 2020 1 - - - 0 - 0 - - + ${SHARED_SUITE} Intel IPP Cryptography single-threaded for Linux インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Linux* インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Linux* intel-crypto-ipp-st-devel - intel-crypto-ipp-st-devel-2019.5-281 - 2019.5 - 281 + intel-crypto-ipp-st-devel-2020.0-166 + 2020.0 + 166 x86_64 - intel-crypto-ipp-st-devel-2019.5-281-2019.5-281.x86_64.rpm + intel-crypto-ipp-st-devel-2020.0-166-2020.0-166.x86_64.rpm intel-crypto-ipp-st-devel__x86_64 38 silent_cfg_template @@ -3312,21 +2571,16 @@ CRYPTO-IPP-ST_RT_X64 CRYPTO-IPP-ST_RT_X64 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-crypto-ipp-st - intel-crypto-ipp-st-2019.5-281 - 2019.5 - 281 + intel-crypto-ipp-st-2020.0-166 + 2020.0 + 166 x86_64 - intel-crypto-ipp-st-2019.5-281-2019.5-281.x86_64.rpm + intel-crypto-ipp-st-2020.0-166-2020.0-166.x86_64.rpm intel-crypto-ipp-st__x86_64 - 16 + 9 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm @@ -3339,163 +2593,39 @@ CRYPTO-IPP-ST_RT_32 CRYPTO-IPP-ST_RT_32 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-crypto-ipp-st-32bit - intel-crypto-ipp-st-32bit-2019.5-281 - 2019.5 - 281 + intel-crypto-ipp-st-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-crypto-ipp-st-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-crypto-ipp-st-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-crypto-ipp-st-32bit__x86_64 - 10 - silent_cfg_template - ${ENGINE_DIR}/../../rpm - rpm - - - Intel IPP Cryptography multi-threaded for Intel(R) 64 for Linux - Intel Integrated Performance Primitives Cryptography 2019 Update 5 - インテル(R) IPP Cryptography マルチスレッド・ライブラリー for Linux* (インテル(R) 64) - インテル(R) IPP Cryptography 2019 Update 5 - インテル(R) IPP Cryptography マルチスレッド・ライブラリー for Linux* (インテル(R) 64) - インテル(R) IPP Cryptography 2019 Update 5 - 0 - - - 0 - 0 - - - ${SHARED_SUITE} - Intel IPP Cryptography multi-threaded for Linux - インテル(R) IPP Cryptography マルチスレッド・ライブラリー for Linux* - インテル(R) IPP Cryptography マルチスレッド・ライブラリー for Linux* - intel-crypto-ipp-mt-devel-32bit - intel-crypto-ipp-mt-devel-32bit-2019.5-281 - 2019.5 - 281 - x86_64 - intel-crypto-ipp-mt-devel-32bit-2019.5-281-2019.5-281.x86_64.rpm - intel-crypto-ipp-mt-devel-32bit__x86_64 - 11 - silent_cfg_template - ${ENGINE_DIR}/../../rpm - rpm - - - Intel IPP Cryptography multi-threaded for IA-32 for Linux - Intel Integrated Performance Primitives Cryptography 2019 Update 5 - インテル(R) IPP Cryptography マルチスレッド・ライブラリー for Linux* (IA-32) - インテル(R) IPP Cryptography 2019 Update 5 - インテル(R) IPP Cryptography マルチスレッド・ライブラリー for Linux* (IA-32) - インテル(R) IPP Cryptography 2019 Update 5 - 0 - - - 0 - 0 - - - ${SHARED_SUITE} - Intel IPP Cryptography multi-threaded for Linux - インテル(R) IPP Cryptography マルチスレッド・ライブラリー for Linux* - インテル(R) IPP Cryptography マルチスレッド・ライブラリー for Linux* - intel-crypto-ipp-mt-devel - intel-crypto-ipp-mt-devel-2019.5-281 - 2019.5 - 281 - x86_64 - intel-crypto-ipp-mt-devel-2019.5-281-2019.5-281.x86_64.rpm - intel-crypto-ipp-mt-devel__x86_64 - 18 - silent_cfg_template - ${ENGINE_DIR}/../../rpm - rpm - - - CRYPTO-IPP-MT_RT_X64 - CRYPTO-IPP-MT_RT_X64 - CRYPTO-IPP-MT_RT_X64 - CRYPTO-IPP-MT_RT_X64 - CRYPTO-IPP-MT_RT_X64 - CRYPTO-IPP-MT_RT_X64 - 0 - - - 0 - 0 - - - ${SHARED_SUITE} - intel-crypto-ipp-mt - intel-crypto-ipp-mt-2019.5-281 - 2019.5 - 281 - x86_64 - intel-crypto-ipp-mt-2019.5-281-2019.5-281.x86_64.rpm - intel-crypto-ipp-mt__x86_64 - 16 - silent_cfg_template - ${ENGINE_DIR}/../../rpm - rpm - - - CRYPTO-IPP-MT_RT_32 - CRYPTO-IPP-MT_RT_32 - CRYPTO-IPP-MT_RT_32 - CRYPTO-IPP-MT_RT_32 - CRYPTO-IPP-MT_RT_32 - CRYPTO-IPP-MT_RT_32 - 0 - - - 0 - 0 - - - ${SHARED_SUITE} - intel-crypto-ipp-mt-32bit - intel-crypto-ipp-mt-32bit-2019.5-281 - 2019.5 - 281 - x86_64 - intel-crypto-ipp-mt-32bit-2019.5-281-2019.5-281.x86_64.rpm - intel-crypto-ipp-mt-32bit__x86_64 - 11 + 6 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm Intel IPP Cryptography single-threaded for IA-32 for Android - Intel Integrated Performance Primitives Cryptography 2019 Update 5 + Intel Integrated Performance Primitives Cryptography 2020 インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Android* (IA-32) - インテル(R) IPP Cryptography 2019 Update 5 + インテル(R) IPP Cryptography 2020 インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Android* (IA-32) - インテル(R) IPP Cryptography 2019 Update 5 + インテル(R) IPP Cryptography 2020 1 - - - 0 - 0 - - + ${SHARED_SUITE} Intel IPP Cryptography single-threaded for Android インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Android* インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Android* intel-crypto-ipp-ss-st-devel-32bit - intel-crypto-ipp-ss-st-devel-32bit-2019.5-281 - 2019.5 - 281 + intel-crypto-ipp-ss-st-devel-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-crypto-ipp-ss-st-devel-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-crypto-ipp-ss-st-devel-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-crypto-ipp-ss-st-devel-32bit__x86_64 9 silent_cfg_template @@ -3504,35 +2634,30 @@ Intel IPP Cryptography single-threaded for Intel(R) 64 for Android - Intel Integrated Performance Primitives Cryptography 2019 Update 5 + Intel Integrated Performance Primitives Cryptography 2020 インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Android* (インテル(R) 64) - インテル(R) IPP Cryptography 2019 Update 5 + インテル(R) IPP Cryptography 2020 インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Android* (インテル(R) 64) - インテル(R) IPP Cryptography 2019 Update 5 + インテル(R) IPP Cryptography 2020 1 - - - 0 - 0 - - + ${SHARED_SUITE} Intel IPP Cryptography single-threaded for Android インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Android* インテル(R) IPP Cryptography シングルスレッド・ライブラリー for Android* intel-crypto-ipp-ss-st-devel - intel-crypto-ipp-ss-st-devel-2019.5-281 - 2019.5 - 281 + intel-crypto-ipp-ss-st-devel-2020.0-166 + 2020.0 + 166 x86_64 - intel-crypto-ipp-ss-st-devel-2019.5-281-2019.5-281.x86_64.rpm + intel-crypto-ipp-ss-st-devel-2020.0-166-2020.0-166.x86_64.rpm intel-crypto-ipp-ss-st-devel__x86_64 11 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + CRYPTO_IPP_COMMON CRYPTO_IPP_COMMON CRYPTO_IPP_COMMON @@ -3540,19 +2665,14 @@ CRYPTO_IPP_COMMON CRYPTO_IPP_COMMON 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-crypto-ipp-common - intel-crypto-ipp-common-2019.5-281 - 2019.5 - 281 + intel-crypto-ipp-common-2020.0-166 + 2020.0 + 166 noarch - intel-crypto-ipp-common-2019.5-281-2019.5-281.noarch.rpm + intel-crypto-ipp-common-2020.0-166-2020.0-166.noarch.rpm intel-crypto-ipp-common__noarch 1 silent_cfg_template @@ -3567,19 +2687,14 @@ CRYPTO_IPP_DOC CRYPTO_IPP_DOC 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-crypto-ipp-doc - intel-crypto-ipp-doc-2019 - 2019.5 - 281 + intel-crypto-ipp-doc-2020 + 2020.0 + 166 noarch - intel-crypto-ipp-doc-2019-2019.5-281.noarch.rpm + intel-crypto-ipp-doc-2020-2020.0-166.noarch.rpm intel-crypto-ipp-doc__noarch 1 silent_cfg_template @@ -3587,22 +2702,17 @@ rpm - - Intel Threading Building Blocks 2019 Update 8 - Intel Threading Building Blocks 2019 Update 8 - インテル(R) TBB 2019 Update 8 - インテル(R) TBB 2019 Update 8 - インテル(R) TBB 2019 Update 8 - インテル(R) TBB 2019 Update 8 - - - 0 - 0 - - + + Intel Threading Building Blocks 2020 + Intel Threading Building Blocks 2020 + インテル(R) TBB 2020 + インテル(R) TBB 2020 + インテル(R) TBB 2020 + インテル(R) TBB 2020 + ${COMPLIB_ROOT} - 1566386483434 - + 1575292373804 + Intel TBB source code Intel TBB library source code and tests インテル(R) TBB ソースコード @@ -3610,26 +2720,21 @@ インテル(R) TBB ソースコード インテル(R) TBB ソースコードおよびテスト 1 - - - 0 - 0 - - + ${SHARED_SUITE} intel-tbb-source - intel-tbb-source-2019.8-281 - 2019.8 - 281 + intel-tbb-source-2020.0-166 + 2020.0 + 166 noarch - intel-tbb-source-2019.8-281-2019.8-281.noarch.rpm + intel-tbb-source-2020.0-166-2020.0-166.noarch.rpm intel-tbb-source__noarch 6 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + Intel TBB for IA-32 Intel TBB binary files and headers インテル(R) TBB (IA-32) @@ -3637,21 +2742,16 @@ インテル(R) TBB (IA-32) インテル(R) TBB バイナリーファイルおよびヘッダー 1 - - - 0 - 0 - - + ${SHARED_SUITE} intel-tbb-devel-32bit - intel-tbb-devel-32bit-2019.8-281 - 2019.8 - 281 + intel-tbb-devel-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-tbb-devel-32bit-2019.8-281-2019.8-281.x86_64.rpm + intel-tbb-devel-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-tbb-devel-32bit__x86_64 - 24 + 8 silent_cfg_template ${ENGINE_DIR}/../../rpm Intel TBB @@ -3659,7 +2759,7 @@ インテル(R) TBB rpm - + Intel TBB for Intel(R) 64 Intel TBB binary files and headers インテル(R) TBB (インテル(R) 64) @@ -3667,21 +2767,16 @@ インテル(R) TBB (インテル(R) 64) インテル(R) TBB バイナリーファイルおよびヘッダー 1 - - - 0 - 0 - - + ${SHARED_SUITE} intel-tbb-devel - intel-tbb-devel-2019.8-281 - 2019.8 - 281 + intel-tbb-devel-2020.0-166 + 2020.0 + 166 x86_64 - intel-tbb-devel-2019.8-281-2019.8-281.x86_64.rpm + intel-tbb-devel-2020.0-166-2020.0-166.x86_64.rpm intel-tbb-devel__x86_64 - 27 + 11 silent_cfg_template ${ENGINE_DIR}/../../rpm Intel TBB @@ -3689,7 +2784,7 @@ インテル(R) TBB rpm - + TBB_COMMON TBB_COMMON TBB_COMMON @@ -3697,26 +2792,21 @@ TBB_COMMON TBB_COMMON 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-tbb-common - intel-tbb-common-2019.8-281 - 2019.8 - 281 + intel-tbb-common-2020.0-166 + 2020.0 + 166 noarch - intel-tbb-common-2019.8-281-2019.8-281.noarch.rpm + intel-tbb-common-2020.0-166-2020.0-166.noarch.rpm intel-tbb-common__noarch 3 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + Intel TBB for Android* Intel TBB binary and startup files for Android* インテル(R) TBB for Android* @@ -3724,19 +2814,14 @@ インテル(R) TBB for Android* インテル(R) TBB バイナリーおよび起動ファイル for Android* 1 - - - 0 - 0 - - + ${SHARED_SUITE} intel-tbb-common-ss - intel-tbb-common-ss-2019.8-281 - 2019.8 - 281 + intel-tbb-common-ss-2020.0-166 + 2020.0 + 166 noarch - intel-tbb-common-ss-2019.8-281-2019.8-281.noarch.rpm + intel-tbb-common-ss-2020.0-166-2020.0-166.noarch.rpm intel-tbb-common-ss__noarch 25 silent_cfg_template @@ -3751,19 +2836,14 @@ TBB_DOC TBB_DOC 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-tbb-doc - intel-tbb-doc-2019 - 2019.8 - 281 + intel-tbb-doc-2020 + 2020.0 + 166 noarch - intel-tbb-doc-2019-2019.8-281.noarch.rpm + intel-tbb-doc-2020-2020.0-166.noarch.rpm intel-tbb-doc__noarch 1 silent_cfg_template @@ -3778,19 +2858,14 @@ TBB_INSTALLER_LICENSE TBB_INSTALLER_LICENSE 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-tbb-installer-license - intel-tbb-installer-license-2019.8-281 - 2019.8 - 281 + intel-tbb-installer-license-2020.0-166 + 2020.0 + 166 noarch - intel-tbb-installer-license-2019.8-281-2019.8-281.noarch.rpm + intel-tbb-installer-license-2020.0-166-2020.0-166.noarch.rpm intel-tbb-installer-license__noarch 1 silent_cfg_template @@ -3805,18 +2880,13 @@ CONDA_TBB_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-tbb-linux-64-shadow-package - intel-conda-tbb-linux-64-shadow-package-2019.8-281 - 2019.8 - 281 + intel-conda-tbb-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-tbb-linux-64-shadow-package-2019.8-281-2019.8-281.x86_64.rpm + intel-conda-tbb-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-tbb-linux-64-shadow-package__x86_64 1 rpm @@ -3831,18 +2901,13 @@ CONDA_TBB_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-tbb-linux-32-shadow-package - intel-conda-tbb-linux-32-shadow-package-2019.8-281 - 2019.8 - 281 + intel-conda-tbb-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-tbb-linux-32-shadow-package-2019.8-281-2019.8-281.x86_64.rpm + intel-conda-tbb-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-tbb-linux-32-shadow-package__x86_64 1 rpm @@ -3857,18 +2922,13 @@ CONDA_TBB_DEVEL_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-tbb-devel-linux-64-shadow-package - intel-conda-tbb-devel-linux-64-shadow-package-2019.8-281 - 2019.8 - 281 + intel-conda-tbb-devel-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-tbb-devel-linux-64-shadow-package-2019.8-281-2019.8-281.x86_64.rpm + intel-conda-tbb-devel-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-tbb-devel-linux-64-shadow-package__x86_64 1 rpm @@ -3883,18 +2943,13 @@ CONDA_TBB_DEVEL_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-tbb-devel-linux-32-shadow-package - intel-conda-tbb-devel-linux-32-shadow-package-2019.8-281 - 2019.8 - 281 + intel-conda-tbb-devel-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-tbb-devel-linux-32-shadow-package-2019.8-281-2019.8-281.x86_64.rpm + intel-conda-tbb-devel-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-tbb-devel-linux-32-shadow-package__x86_64 1 rpm @@ -3902,22 +2957,17 @@ ${SHARED_SUITE} - - Intel Data Analytics Acceleration Library 2019 Update 5 - Intel Data Analytics Acceleration Library 2019 Update 5 for Linux* - インテル(R) DAAL 2019 Update 5 - インテル(R) DAAL 2019 Update 5 for Linux* - インテル(R) DAAL 2019 Update 5 - インテル(R) DAAL 2019 Update 5 for Linux* - - - 0 - 0 - - + + Intel Data Analytics Acceleration Library 2020 + Intel Data Analytics Acceleration Library 2020 for Linux* + インテル(R) DAAL 2020 + インテル(R) DAAL 2020 for Linux* + インテル(R) DAAL 2020 + インテル(R) DAAL 2020 for Linux* + ${COMPLIB_ROOT} - 1566386483745 - + 1575292374214 + Intel DAAL for IA-32 These libraries provide the core functionality and are required for all applications running on IA-32 and compatible processors that use Intel DAAL インテル(R) DAAL (IA-32) @@ -3925,29 +2975,24 @@ インテル(R) DAAL (IA-32) これらのライブラリーには主要な機能が含まれており、IA-32 および互換性のあるプロセッサーで実行し、インテル(R) DAAL を使用するすべてのアプリケーションに必要です。 1 - - - 0 - 0 - - - ${SHARED_SUITE} - Intel Data Analytics Acceleration Library 2019 Update 5 - インテル(R) DAAL 2019 Update 5 - インテル(R) DAAL 2019 Update 5 + + ${SHARED_SUITE} + Intel Data Analytics Acceleration Library 2020 + インテル(R) DAAL 2020 + インテル(R) DAAL 2020 intel-daal-core-32bit - intel-daal-core-32bit-2019.5-281 - 2019.5 - 281 + intel-daal-core-32bit-2020.0-166 + 2020.0 + 166 x86_64 - intel-daal-core-32bit-2019.5-281-2019.5-281.x86_64.rpm + intel-daal-core-32bit-2020.0-166-2020.0-166.x86_64.rpm intel-daal-core-32bit__x86_64 - 1269 + 1355 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + Intel DAAL for Intel(R) 64 These libraries provide the core functionality and are required for all applications running on Intel(R) 64 and compatible processors that use Intel DAAL インテル(R) DAAL (インテル(R) 64) @@ -3955,29 +3000,24 @@ インテル(R) DAAL (インテル(R) 64) これらのライブラリーには主要な機能が含まれており、インテル(R) 64 および互換性のあるプロセッサーで実行し、インテル(R) DAAL を使用するすべてのアプリケーションに必要です。 1 - - - 0 - 0 - - - ${SHARED_SUITE} - Intel Data Analytics Acceleration Library 2019 Update 5 - インテル(R) DAAL 2019 Update 5 - インテル(R) DAAL 2019 Update 5 + + ${SHARED_SUITE} + Intel Data Analytics Acceleration Library 2020 + インテル(R) DAAL 2020 + インテル(R) DAAL 2020 intel-daal-core - intel-daal-core-2019.5-281 - 2019.5 - 281 + intel-daal-core-2020.0-166 + 2020.0 + 166 x86_64 - intel-daal-core-2019.5-281-2019.5-281.x86_64.rpm + intel-daal-core-2020.0-166-2020.0-166.x86_64.rpm intel-daal-core__x86_64 - 1955 + 2053 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + DAAL_COMMON DAAL_COMMON DAAL_COMMON @@ -3985,26 +3025,21 @@ DAAL_COMMON DAAL_COMMON 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-daal-common - intel-daal-common-2019.5-281 - 2019.5 - 281 + intel-daal-common-2020.0-166 + 2020.0 + 166 noarch - intel-daal-common-2019.5-281-2019.5-281.noarch.rpm + intel-daal-common-2020.0-166-2020.0-166.noarch.rpm intel-daal-common__noarch - 409 + 412 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + DAAL_DOC DAAL_DOC DAAL_DOC @@ -4012,19 +3047,14 @@ DAAL_DOC DAAL_DOC 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-daal-doc - intel-daal-doc-2019 - 2019.5 - 281 + intel-daal-doc-2020 + 2020.0 + 166 noarch - intel-daal-doc-2019-2019.5-281.noarch.rpm + intel-daal-doc-2020-2020.0-166.noarch.rpm intel-daal-doc__noarch 1 silent_cfg_template @@ -4039,26 +3069,21 @@ DAAL_INSTALLER_LICENSE DAAL_INSTALLER_LICENSE 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-daal-installer-license - intel-daal-installer-license-2019.5-281 - 2019.5 - 281 + intel-daal-installer-license-2020.0-166 + 2020.0 + 166 noarch - intel-daal-installer-license-2019.5-281-2019.5-281.noarch.rpm + intel-daal-installer-license-2020.0-166-2020.0-166.noarch.rpm intel-daal-installer-license__noarch 1 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + CONDA_DAAL_LINUX-64_SHADOW_PACKAGE PLACEHOLDER CONDA_DAAL_LINUX-64_SHADOW_PACKAGE @@ -4066,25 +3091,20 @@ CONDA_DAAL_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-daal-linux-64-shadow-package - intel-conda-daal-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-daal-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-daal-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-daal-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-daal-linux-64-shadow-package__x86_64 1 rpm ${PACKAGE_DIR}/rpm ${SHARED_SUITE} - + CONDA_DAAL_LINUX-32_SHADOW_PACKAGE PLACEHOLDER CONDA_DAAL_LINUX-32_SHADOW_PACKAGE @@ -4092,18 +3112,13 @@ CONDA_DAAL_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-daal-linux-32-shadow-package - intel-conda-daal-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-daal-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-daal-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-daal-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-daal-linux-32-shadow-package__x86_64 1 rpm @@ -4118,18 +3133,13 @@ CONDA_DAAL_STATIC_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-daal-static-linux-64-shadow-package - intel-conda-daal-static-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-daal-static-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-daal-static-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-daal-static-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-daal-static-linux-64-shadow-package__x86_64 1 rpm @@ -4144,18 +3154,13 @@ CONDA_DAAL_STATIC_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-daal-static-linux-32-shadow-package - intel-conda-daal-static-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-daal-static-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-daal-static-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-daal-static-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-daal-static-linux-32-shadow-package__x86_64 1 rpm @@ -4170,18 +3175,13 @@ CONDA_DAAL_INCLUDE_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-daal-include-linux-64-shadow-package - intel-conda-daal-include-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-daal-include-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-daal-include-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-daal-include-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-daal-include-linux-64-shadow-package__x86_64 1 rpm @@ -4196,18 +3196,13 @@ CONDA_DAAL_INCLUDE_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-daal-include-linux-32-shadow-package - intel-conda-daal-include-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-daal-include-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-daal-include-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-daal-include-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-daal-include-linux-32-shadow-package__x86_64 1 rpm @@ -4222,18 +3217,13 @@ CONDA_DAAL_DEVEL_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-daal-devel-linux-64-shadow-package - intel-conda-daal-devel-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-daal-devel-linux-64-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-daal-devel-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-daal-devel-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-daal-devel-linux-64-shadow-package__x86_64 1 rpm @@ -4248,18 +3238,13 @@ CONDA_DAAL_DEVEL_LINUX-32_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-daal-devel-linux-32-shadow-package - intel-conda-daal-devel-linux-32-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-daal-devel-linux-32-shadow-package-2020.0-166 + 2020.0 + 166 x86_64 - intel-conda-daal-devel-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-daal-devel-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm intel-conda-daal-devel-linux-32-shadow-package__x86_64 1 rpm @@ -4274,19 +3259,14 @@ DAAL_DOC_PS DAAL_DOC_PS 1 - - - 0 - 0 - - + ${SHARED_SUITE} intel-daal-doc-ps - intel-daal-doc-ps-2019 - 2019.5 - 281 + intel-daal-doc-ps-2020 + 2020.0 + 166 noarch - intel-daal-doc-ps-2019-2019.5-281.noarch.rpm + intel-daal-doc-ps-2020-2020.0-166.noarch.rpm intel-daal-doc-ps__noarch 1 silent_cfg_template @@ -4294,48 +3274,38 @@ rpm - - Intel MPI Library 2019 Update 5 - Intel MPI Library 2019 Update 5 - インテル(R) MPI ライブラリー 2019 Update 5 - インテル(R) MPI ライブラリー 2019 Update 5 - インテル(R) MPI ライブラリー 2019 Update 5 - インテル(R) MPI ライブラリー 2019 Update 5 - - - 0 - 0 - - + + Intel MPI Library 2019 Update 6 + Intel MPI Library 2019 Update 6 + インテル(R) MPI ライブラリー 2019 Update 6 + インテル(R) MPI ライブラリー 2019 Update 6 + インテル(R) MPI ライブラリー 2019 Update 6 + インテル(R) MPI ライブラリー 2019 Update 6 + ${COMPLIB_ROOT} - 1566386484063 + 1575292374667 - Intel MPI Benchmarks 2019 Update 4 - Intel MPI Benchmarks 2019 Update 4 - インテル(R) MPI Benchmarks 2019 Update 4 - インテル(R) MPI Benchmarks 2019 Update 4 - インテル(R) MPI Benchmarks 2019 Update 4 - インテル(R) MPI Benchmarks 2019 Update 4 - 1 - - - 0 - 0 - - + Intel MPI Benchmarks + Intel MPI Benchmarks 2019 Update 6 + インテル(R) MPI Benchmarks + インテル(R) MPI Benchmarks 2019 Update 6 + インテル(R) MPI Benchmarks + インテル(R) MPI Benchmarks 2019 Update 6 + 1 + ${SHARED_SUITE} intel-imb - intel-imb-2019.5-281 - 2019.5 - 281 + intel-imb-2019.6-166 + 2019.6 + 166 x86_64 - intel-imb-2019.5-281-2019.5-281.x86_64.rpm + intel-imb-2019.6-166-2019.6-166.x86_64.rpm intel-imb__x86_64 2 rpm ${PACKAGE_DIR}/rpm - + Intel MPI Library, Runtime Environment for applications running on Intel(R) 64 Architecture Intel MPI Library, Runtime Environment for applications running on Intel(R) 64 Architecture インテル(R) MPI ライブラリー、インテル(R) 64 アーキテクチャー対応アプリケーション用ランタイム環境 @@ -4343,25 +3313,20 @@ インテル(R) MPI ライブラリー、インテル(R) 64 アーキテクチャー対応アプリケーション用ランタイム環境 インテル(R) MPI ライブラリー、インテル(R) 64 アーキテクチャー対応アプリケーション用ランタイム環境 1 - - - 0 - 0 - - + ${SHARED_SUITE} intel-mpi-rt - intel-mpi-rt-2019.5-281 - 2019.5 - 281 + intel-mpi-rt-2019.6-166 + 2019.6 + 166 x86_64 - intel-mpi-rt-2019.5-281-2019.5-281.x86_64.rpm + intel-mpi-rt-2019.6-166-2019.6-166.x86_64.rpm intel-mpi-rt__x86_64 - 68 + 65 rpm ${PACKAGE_DIR}/rpm - + Intel MPI Library for applications running on Intel(R) 64 Architecture Intel MPI Library for applications running on Intel(R) 64 Architecture インテル(R) MPI ライブラリー、インテル(R) 64 アーキテクチャー対応アプリケーション用 @@ -4369,21 +3334,16 @@ インテル(R) MPI ライブラリー、インテル(R) 64 アーキテクチャー対応アプリケーション用 インテル(R) MPI ライブラリー、インテル(R) 64 アーキテクチャー対応アプリケーション用 1 - - - 0 - 0 - - + ${SHARED_SUITE} intel-mpi-sdk - intel-mpi-sdk-2019.5-281 - 2019.5 - 281 + intel-mpi-sdk-2019.6-166 + 2019.6 + 166 x86_64 - intel-mpi-sdk-2019.5-281-2019.5-281.x86_64.rpm + intel-mpi-sdk-2019.6-166-2019.6-166.x86_64.rpm intel-mpi-sdk__x86_64 - 717 + 764 rpm ${PACKAGE_DIR}/rpm @@ -4395,19 +3355,14 @@ mpi-doc mpi-doc 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-mpi-doc intel-mpi-doc-2019 - 2019.5 - 281 + 2019.6 + 166 x86_64 - intel-mpi-doc-2019-2019.5-281.x86_64.rpm + intel-mpi-doc-2019-2019.6-166.x86_64.rpm intel-mpi-doc__x86_64 1 rpm @@ -4421,19 +3376,14 @@ mpi-samples mpi-samples 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-mpi-samples - intel-mpi-samples-2019.5-281 - 2019.5 - 281 + intel-mpi-samples-2019.6-166 + 2019.6 + 166 x86_64 - intel-mpi-samples-2019.5-281-2019.5-281.x86_64.rpm + intel-mpi-samples-2019.6-166-2019.6-166.x86_64.rpm intel-mpi-samples__x86_64 1 rpm @@ -4447,19 +3397,14 @@ MPI_INSTALLER_LICENSE MPI_INSTALLER_LICENSE 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-mpi-installer-license - intel-mpi-installer-license-2019.5-281 - 2019.5 - 281 + intel-mpi-installer-license-2019.6-166 + 2019.6 + 166 x86_64 - intel-mpi-installer-license-2019.5-281-2019.5-281.x86_64.rpm + intel-mpi-installer-license-2019.6-166-2019.6-166.x86_64.rpm intel-mpi-installer-license__x86_64 1 rpm @@ -4473,18 +3418,13 @@ CONDA_IMPI_RT_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-impi_rt-linux-64-shadow-package - intel-conda-impi_rt-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-impi_rt-linux-64-shadow-package-2019.6-166 + 2019.6 + 166 x86_64 - intel-conda-impi_rt-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-impi_rt-linux-64-shadow-package-2019.6-166-2019.6-166.x86_64.rpm intel-conda-impi_rt-linux-64-shadow-package__x86_64 1 rpm @@ -4499,18 +3439,13 @@ CONDA_IMPI-DEVEL_LINUX-64_SHADOW_PACKAGE PLACEHOLDER 1 - - - 0 - 0 - - + intel-conda-impi-devel-linux-64-shadow-package - intel-conda-impi-devel-linux-64-shadow-package-2019.5-281 - 2019.5 - 281 + intel-conda-impi-devel-linux-64-shadow-package-2019.6-166 + 2019.6 + 166 x86_64 - intel-conda-impi-devel-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm + intel-conda-impi-devel-linux-64-shadow-package-2019.6-166-2019.6-166.x86_64.rpm intel-conda-impi-devel-linux-64-shadow-package__x86_64 1 rpm @@ -4518,73 +3453,59 @@ ${SHARED_SUITE} - - GNU* GDB 8.2 - GNU* GDB 8.2 - GNU* GDB 8.2 - GNU* GDB 8.2 - GNU* GDB 8.2 - GNU* GDB 8.2 + + GNU* GDB 8.3 + GNU* GDB 8.3 + GNU* GDB 8.3 + GNU* GDB 8.3 + GNU* GDB 8.3 + GNU* GDB 8.3 ${ENGINE_DIR}/../ - - 0 - 0 - ${COMPLIB_ROOT} - 1566386484367 - - GNU* GDB 8.2 on Intel(R) 64 + 1575292375076 + + GNU* GDB 8.3 on Intel(R) 64 GNU* GDB components - GNU* GDB 8.2 (インテル(R) 64) + GNU* GDB 8.3 (インテル(R) 64) GNU* GDB コンポーネント - GNU* GDB 8.2 (インテル(R) 64) + GNU* GDB 8.3 (インテル(R) 64) GNU* GDB コンポーネント 1 - - - 0 - 0 - - + ${SHARED_SUITE} intel-gdb - intel-gdb-2019 - 2019.4 - 281 + intel-gdb-2020 + 2020.0 + 166 x86_64 - intel-gdb-2019-2019.4-281.x86_64.rpm + intel-gdb-2020-2020.0-166.x86_64.rpm intel-gdb__x86_64 - 89 + 97 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - Source of GNU* GDB 8.2 + Source of GNU* GDB 8.3 Source of GNU* GDB component - GNU* GDB 8.2 のソース + GNU* GDB 8.3 のソース GNU* GDB コンポーネントのソース - GNU* GDB 8.2 のソース + GNU* GDB 8.3 のソース GNU* GDB コンポーネントのソース 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-gdb-source - intel-gdb-source-2019 - 2019.4 - 281 + intel-gdb-source-2020 + 2020.0 + 166 noarch - intel-gdb-source-2019-2019.4-281.noarch.rpm + intel-gdb-source-2020-2020.0-166.noarch.rpm intel-gdb-source__noarch 91 silent_cfg_template @@ -4599,26 +3520,21 @@ Python* ソース Python* ソース・コンポーネント 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-gdb-python-source - intel-gdb-python-source-2019 - 2019.4 - 281 + intel-gdb-python-source-2020 + 2020.0 + 166 noarch - intel-gdb-python-source-2019-2019.4-281.noarch.rpm + intel-gdb-python-source-2020-2020.0-166.noarch.rpm intel-gdb-python-source__noarch - 19 + 26 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - + GDB_COMMON GDB_COMMON GDB_COMMON @@ -4626,19 +3542,14 @@ GDB_COMMON GDB_COMMON 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-gdb-common - intel-gdb-common-2019 - 2019.4 - 281 + intel-gdb-common-2020 + 2020.0 + 166 noarch - intel-gdb-common-2019-2019.4-281.noarch.rpm + intel-gdb-common-2020-2020.0-166.noarch.rpm intel-gdb-common__noarch 13 silent_cfg_template @@ -4653,208 +3564,136 @@ GDB_COMMON_PS GDB_COMMON_PS 0 - - - 0 - 0 - - + ${SHARED_SUITE} intel-gdb-common-ps - intel-gdb-common-ps-2019 - 2019.4 - 281 + intel-gdb-common-ps-2020 + 2020.0 + 166 noarch - intel-gdb-common-ps-2019-2019.4-281.noarch.rpm + intel-gdb-common-ps-2020-2020.0-166.noarch.rpm intel-gdb-common-ps__noarch 1 silent_cfg_template ${ENGINE_DIR}/../../rpm rpm - - Source of GDB Eclipse* Integration - Source of GDB Eclipse* Integration - GDB Eclipse* 統合のソース - GDB Eclipse* 統合のソース - GDB Eclipse* 統合のソース - GDB Eclipse* 統合のソース - 0 - - - 0 - 0 - - - ${SHARED_SUITE} - intel-gdb-cdt-source - intel-gdb-cdt-source-2019 - 2019.4 - 281 - noarch - intel-gdb-cdt-source-2019-2019.4-281.noarch.rpm - intel-gdb-cdt-source__noarch - 1 - silent_cfg_template - ${ENGINE_DIR}/../../rpm - rpm - - - Intel(R) Parallel Studio XE 2019 Update 5 Cluster Edition for Linux* suite files + + PSXE_SUITE_FILES - - - ${BUNDLE_MAPFILE_DIR} - - - + ${PSXE_ROOT} - + ICSXE 1 - - - ${BUNDLE_MAPFILE_DIR} - - - + intel-icsxe noarch - 075 - intel-icsxe-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-icsxe-2020.0-088-2020.0-088.noarch.rpm intel-icsxe__noarch 1 ${PACKAGE_DIR}/rpm - intel-icsxe-2019.5-075 - 2019.5 + intel-icsxe-2020.0-088 + 2020.0 rpm - + IPS 1 - - - ${BUNDLE_MAPFILE_DIR} - - - + intel-ips noarch - 075 - intel-ips-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-ips-2020.0-088-2020.0-088.noarch.rpm intel-ips__noarch 1 ${PACKAGE_DIR}/rpm - intel-ips-2019.5-075 - 2019.5 + intel-ips-2020.0-088 + 2020.0 rpm - + IPSC 1 - - - ${BUNDLE_MAPFILE_DIR} - - - + intel-ipsc noarch - 075 - intel-ipsc-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-ipsc-2020.0-088-2020.0-088.noarch.rpm intel-ipsc__noarch 1 ${PACKAGE_DIR}/rpm - intel-ipsc-2019.5-075 - 2019.5 + intel-ipsc-2020.0-088 + 2020.0 rpm - + IPSF 1 - - - ${BUNDLE_MAPFILE_DIR} - - - + intel-ipsf noarch - 075 - intel-ipsf-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-ipsf-2020.0-088-2020.0-088.noarch.rpm intel-ipsf__noarch 1 ${PACKAGE_DIR}/rpm - intel-ipsf-2019.5-075 - 2019.5 + intel-ipsf-2020.0-088 + 2020.0 rpm - + COMPXE 1 - - - ${BUNDLE_MAPFILE_DIR} - - - + intel-compxe - intel-compxe-2019.5-075 + intel-compxe-2020.0-088 noarch - 075 - intel-compxe-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-compxe-2020.0-088-2020.0-088.noarch.rpm intel-compxe__noarch 1 ${PACKAGE_DIR}/rpm - 2019.5 + 2020.0 rpm - + CCOMPXE 1 - - - ${BUNDLE_MAPFILE_DIR} - - - + intel-ccompxe noarch - 075 - intel-ccompxe-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-ccompxe-2020.0-088-2020.0-088.noarch.rpm intel-ccompxe__noarch 1 ${PACKAGE_DIR}/rpm - intel-ccompxe-2019.5-075 - 2019.5 + intel-ccompxe-2020.0-088 + 2020.0 rpm - + FCOMPXE 1 - - - ${BUNDLE_MAPFILE_DIR} - - - + intel-fcompxe noarch - 075 - intel-fcompxe-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-fcompxe-2020.0-088-2020.0-088.noarch.rpm intel-fcompxe__noarch 1 ${PACKAGE_DIR}/rpm - intel-fcompxe-2019.5-075 - 2019.5 + intel-fcompxe-2020.0-088 + 2020.0 rpm @@ -4864,13 +3703,13 @@ intel-ipp-psxe noarch - 075 - intel-ipp-psxe-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-ipp-psxe-2020.0-088-2020.0-088.noarch.rpm intel-ipp-psxe__noarch 1 ${PACKAGE_DIR}/rpm - intel-ipp-psxe-2019.5-075 - 2019.5 + intel-ipp-psxe-2020.0-088 + 2020.0 rpm @@ -4880,13 +3719,13 @@ intel-mkl-psxe noarch - 075 - intel-mkl-psxe-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-mkl-psxe-2020.0-088-2020.0-088.noarch.rpm intel-mkl-psxe__noarch 1 ${PACKAGE_DIR}/rpm - intel-mkl-psxe-2019.5-075 - 2019.5 + intel-mkl-psxe-2020.0-088 + 2020.0 rpm @@ -4896,13 +3735,13 @@ intel-tbb-psxe noarch - 075 - intel-tbb-psxe-2019.8-075-2019.8-075.noarch.rpm + 088 + intel-tbb-psxe-2020.0-088-2020.0-088.noarch.rpm intel-tbb-psxe__noarch 1 ${PACKAGE_DIR}/rpm - intel-tbb-psxe-2019.8-075 - 2019.8 + intel-tbb-psxe-2020.0-088 + 2020.0 rpm @@ -4912,13 +3751,13 @@ intel-daal-psxe noarch - 075 - intel-daal-psxe-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-daal-psxe-2020.0-088-2020.0-088.noarch.rpm intel-daal-psxe__noarch 1 ${PACKAGE_DIR}/rpm - intel-daal-psxe-2019.5-075 - 2019.5 + intel-daal-psxe-2020.0-088 + 2020.0 rpm @@ -4928,34 +3767,29 @@ intel-mpi-psxe x86_64 - 075 - intel-mpi-psxe-2019.5-075-2019.5-075.x86_64.rpm + 088 + intel-mpi-psxe-2019.6-088-2019.6-088.x86_64.rpm intel-mpi-psxe__x86_64 1 ${PACKAGE_DIR}/rpm - intel-mpi-psxe-2019.5-075 - 2019.5 + intel-mpi-psxe-2019.6-088 + 2019.6 rpm MPI_RT_PSXE 1 - - - ${BUNDLE_MAPFILE_DIR} - - - + intel-mpi-rt-psxe x86_64 - 075 - intel-mpi-rt-psxe-2019.5-075-2019.5-075.x86_64.rpm + 088 + intel-mpi-rt-psxe-2019.6-088-2019.6-088.x86_64.rpm intel-mpi-rt-psxe__x86_64 1 ${PACKAGE_DIR}/rpm - intel-mpi-rt-psxe-2019.5-075 - 2019.5 + intel-mpi-rt-psxe-2019.6-088 + 2019.6 rpm @@ -4965,56 +3799,51 @@ intel-ippcp-psxe noarch - 075 - intel-ippcp-psxe-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-ippcp-psxe-2020.0-088-2020.0-088.noarch.rpm intel-ippcp-psxe__noarch 1 ${PACKAGE_DIR}/rpm - intel-ippcp-psxe-2019.5-075 - 2019.5 + intel-ippcp-psxe-2020.0-088 + 2020.0 rpm - - Parallel Studio Documentation + + PSXE_DOCUMENTATION - - - ${BUNDLE_MAPFILE_DIR} - - - + ${PSXE_ROOT} - + PSXE_COMMON 1 intel-psxe-common noarch - 075 - intel-psxe-common-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-psxe-common-2020.0-088-2020.0-088.noarch.rpm intel-psxe-common__noarch 1 ${PACKAGE_DIR}/rpm - intel-psxe-common-2019.5-075 - 2019.5 + intel-psxe-common-2020.0-088 + 2020.0 rpm - + PSXE_DOC 1 intel-psxe-doc noarch - 075 - intel-psxe-doc-2019-2019.5-075.noarch.rpm + 088 + intel-psxe-doc-2020-2020.0-088.noarch.rpm intel-psxe-doc__noarch 1 ${PACKAGE_DIR}/rpm - intel-psxe-doc-2019 - 2019.5 + intel-psxe-doc-2020 + 2020.0 rpm @@ -5024,13 +3853,13 @@ intel-psxe-common-doc noarch - 075 - intel-psxe-common-doc-2019-2019.5-075.noarch.rpm + 088 + intel-psxe-common-doc-2020-2020.0-088.noarch.rpm intel-psxe-common-doc__noarch 1 ${PACKAGE_DIR}/rpm - intel-psxe-common-doc-2019 - 2019.5 + intel-psxe-common-doc-2020 + 2020.0 rpm @@ -5040,13 +3869,13 @@ intel-icsxe-doc noarch - 075 - intel-icsxe-doc-2019-2019.5-075.noarch.rpm + 088 + intel-icsxe-doc-2020-2020.0-088.noarch.rpm intel-icsxe-doc__noarch 1 ${PACKAGE_DIR}/rpm - intel-icsxe-doc-2019 - 2019.5 + intel-icsxe-doc-2020 + 2020.0 rpm @@ -5056,13 +3885,13 @@ intel-ips-doc noarch - 075 - intel-ips-doc-2019-2019.5-075.noarch.rpm + 088 + intel-ips-doc-2020-2020.0-088.noarch.rpm intel-ips-doc__noarch 1 ${PACKAGE_DIR}/rpm - intel-ips-doc-2019 - 2019.5 + intel-ips-doc-2020 + 2020.0 rpm @@ -5072,13 +3901,13 @@ intel-compxe-doc noarch - 075 - intel-compxe-doc-2019-2019.5-075.noarch.rpm + 088 + intel-compxe-doc-2020-2020.0-088.noarch.rpm intel-compxe-doc__noarch 1 ${PACKAGE_DIR}/rpm - intel-compxe-doc-2019 - 2019.5 + intel-compxe-doc-2020 + 2020.0 rpm @@ -5088,13 +3917,13 @@ intel-psxe-licensing noarch - 075 - intel-psxe-licensing-2019.5-075-2019.5-075.noarch.rpm + 088 + intel-psxe-licensing-2020.0-088-2020.0-088.noarch.rpm intel-psxe-licensing__noarch 1 ${PACKAGE_DIR}/rpm - intel-psxe-licensing-2019.5-075 - 2019.5 + intel-psxe-licensing-2020.0-088 + 2020.0 rpm @@ -5104,51 +3933,35 @@ intel-psxe-licensing-doc noarch - 075 - intel-psxe-licensing-doc-2019-2019.5-075.noarch.rpm + 088 + intel-psxe-licensing-doc-2020-2020.0-088.noarch.rpm intel-psxe-licensing-doc__noarch 1 ${PACKAGE_DIR}/rpm - intel-psxe-licensing-doc-2019 - 2019.5 + intel-psxe-licensing-doc-2020 + 2020.0 rpm - + ${python_name} ${PSXE_ROOT} - + ${python3_product_name} 1 intel-python3-psxe - intel-python3-psxe-2019 - 075 + intel-python3-psxe-2020 + 088 noarch - intel-python3-psxe-2019-2019.5-075.noarch.rpm + intel-python3-psxe-2020-2020.0-088.noarch.rpm intel-python3-psxe__noarch - 175 + 217 ${PACKAGE_DIR}/rpm - 2019.5 - rpm - - - ${python2_product_name} - - 0 - - intel-python2-psxe - intel-python2-psxe-2019 - 075 - noarch - intel-python2-psxe-2019-2019.5-075.noarch.rpm - intel-python2-psxe__noarch - 159 - ${PACKAGE_DIR}/rpm - 2019.5 + 2020.0 rpm @@ -5157,32 +3970,32 @@ 1 intel-python-nopyver - intel-python-nopyver-2019 - 075 + intel-python-nopyver-2020 + 088 noarch - intel-python-nopyver-2019-2019.5-075.noarch.rpm + intel-python-nopyver-2020-2020.0-088.noarch.rpm intel-python-nopyver__noarch - 9 + 11 ${PACKAGE_DIR}/rpm - 2019.5 + 2020.0 rpm - + Uninstaller Uninstaller Uninstaller Uninstaller ${PACKAGE_DIR}/rpm - 2019.5 - 075 + 2020.0 + 088 1 - intel-compxe-pset-2019.5-075-2019.5-075.noarch.rpm + intel-compxe-pset-2020.0-088-2020.0-088.noarch.rpm rpm - intel-compxe-pset-2019.5-075 + intel-compxe-pset-2020.0-088 intel-compxe-pset - 49 + 52 Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/pset_standard_dialogs.cab and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/pset_standard_dialogs.cab differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/pset_user_stat.cab and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/pset_user_stat.cab differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/psxe_symlinks.cab and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/psxe_symlinks.cab differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/pset/zbundle_advanced_options.cab and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/pset/zbundle_advanced_options.cab differ diff -Nru intel-mkl-2019.5.281/PUBLIC_KEY.PUB intel-mkl-2020.0.166/PUBLIC_KEY.PUB --- intel-mkl-2019.5.281/PUBLIC_KEY.PUB 2019-08-21 09:59:03.000000000 +0000 +++ intel-mkl-2020.0.166/PUBLIC_KEY.PUB 2019-11-26 12:17:03.000000000 +0000 @@ -1,16 +1,16 @@ -----BEGIN PGP PUBLIC KEY BLOCK----- -mQENBFfriU0BCADD98BaTc+sNO2nk7UwfhNIwiyN+8PtoozyIQtITGViuLGTC2f7kcA08blM+pkz -qGc9+uYosY5zW++HPowg+b1IEvPAGv1/WzDgCcm8vMbvmgs9GQL64X81mkXglGO1xI7VFQ5KxvQY -oaOA4NFSw0L3RTYyGl2AAGRbkEmdUg+6DCUZ5aNp+ZUhH5sV3rpUwWj8aJw/1SUm8KmA6GTb8a+s -hQhygablAVyxY29/F4reIYD3TJsnKl9xcoc+NMaT76rOaL9TU71dhn9DRl6I2S63r4QmZXIgcikt -vzbWwny8IBPFrh/5HaVh+eGIVg7aC/6ZPvwLzVTiKtywP3JP9OXzABEBAAG1AEIiQ04gPSBJbnRl -bChSKSBTb2Z0d2FyZSBEZXZlbG9wbWVudCBQcm9kdWN0cyIsIE89SW50ZWwgQ29ycG9yYXRpb26J -AT4EEwEIACgFAlfriU0CGwMFCQWiSQAGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEBqEl7EZ -EeCX1+gH/1ChlnCBN9SqB1xKW6gPPX+9UcqTD+kr1HPve64S0eSoV86U5iKNPVdJ3GcRrEd/hNuh -eiazQaxLjHBIkHMbur1x3/91uYFdVOndwKJwIRKZmP2vCjucNb8FO3I4lINevVn7IHTf4hMMyFEd -0ZLBvlmxXqOlV2Tb4ACGFPhLLhKNvkf6TFCCc0VoYmcyNecWEoh2ZZ9w/+uuY2pKkNulrjPFWjKA -G1TEIim+KkpzoBjBWAlb+Rf0OkahAWjc0LCbiA22oIdJxwsWYGqlJMSXCB5Q+Vk8duHRIm6tf5L3 -7ymDS8lnPgq3871dhD+i5K6LTXdlY9Yk2Nv2BbDLSm42l+A= -=r6NW +mQENBF2Ru1cBCADET6CERkWEDRAF6GIEceiajgMFT6BepRjF26rtnyEXdAXT4vU+wLqg0DE5Va1t +4ZAXcIHJ3g1OuGw7Vst2b7WySJl1cFvRSOxZg7Em0QUd51c7n0IYX6FL55Ern2pU3sL2NfJnyrKi +HBSTBGqMFELF5cTaY4E1GQyIUj0BrwUXMpLuxxL0ISyz2CNFnJuENbunbax0L5LrHLFwcsTEvT9q +ZVcP5G+xZBmhPOJ3bR3LHZN/9tj1E6IEzFOY/S/jfqXKmwbR4EzZ7pTtBqNzDm6bviWwQHyh6euw +eoDhTa6TAUUsP5vIL+7iWDQd9X10XyByWEsLaQbWNBCPxAwRTAgnABEBAAG1ACZJbnRlbChSKSBT +b2Z0d2FyZSBEZXZlbG9wbWVudCBQcm9kdWN0c4kBPgQTAQgAKAUCXZG7VwIbAwUJB4YfgAYLCQgH +AwIGFQgCCQoLBBYCAwECHgECF4AACgkQrPqfxX5sXb7L5Qf/cxJs9tDCea0ZWqeSX1lAjuff2Bku +H/yXwvu625DcAneUemho6NDck2LJKhpUM/9teyQWGTIIuz8IlIr3zYeK8VmVitm6cgjD07TYeh5j +71eAd7R1o49IUhIx/cXcuBcYHOw9kWCpl05D85xByZxkF7tlShLwVveyNGeVzU8aBJPhqoPGzIP0 +/CJ3c2Qe09UMmqyhUw5ETMqBxR1E+vFCqAHfa3VdtOc8gIfmMK50t/wjE33RdnMI0cHoqmRLFj6C +ppBjBabIY+ro1focySyJ8cLkVEsk0T6u0s2B8nj+ctjasYAeZCmk6shNh9Y06zHkRcBS/cy2bHeB +4nKs3YBvpA== +=aXpT -----END PGP PUBLIC KEY BLOCK----- Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-comp-l-all-vars-19.0.5-281-19.0.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-comp-l-all-vars-19.0.5-281-19.0.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-comp-l-all-vars-19.1.0-166-19.1.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-comp-l-all-vars-19.1.0-166-19.1.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-comp-nomcu-vars-19.0.5-281-19.0.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-comp-nomcu-vars-19.0.5-281-19.0.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-comp-nomcu-vars-19.1.0-166-19.1.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-comp-nomcu-vars-19.1.0-166-19.1.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-compxe-pset-2019.5-075-2019.5-075.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-compxe-pset-2019.5-075-2019.5-075.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-compxe-pset-2020.0-088-2020.0-088.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-compxe-pset-2020.0-088-2020.0-088.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-index-tool-19.0.5-281-19.0.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-index-tool-19.0.5-281-19.0.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-index-tool-19.1.0-166-19.1.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-index-tool-19.1.0-166-19.1.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-intel-openmp-linux-32-shadow-package-19.1.0-166-19.1.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-intel-openmp-linux-32-shadow-package-19.1.0-166-19.1.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-intel-openmp-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-intel-openmp-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-intel-openmp-linux-64-shadow-package-19.1.0-166-19.1.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-intel-openmp-linux-64-shadow-package-19.1.0-166-19.1.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-intel-openmp-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-intel-openmp-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-devel-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-devel-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-devel-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-devel-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-devel-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-devel-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-devel-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-devel-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-include-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-include-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-include-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-include-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-include-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-include-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-include-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-include-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-static-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-static-linux-32-shadow-package-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-static-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-static-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-static-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-static-linux-64-shadow-package-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-mkl-static-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-mkl-static-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-tbb-devel-linux-32-shadow-package-2019.8-281-2019.8-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-tbb-devel-linux-32-shadow-package-2019.8-281-2019.8-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-tbb-devel-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-tbb-devel-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-tbb-devel-linux-64-shadow-package-2019.8-281-2019.8-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-tbb-devel-linux-64-shadow-package-2019.8-281-2019.8-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-tbb-devel-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-tbb-devel-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-tbb-linux-32-shadow-package-2019.8-281-2019.8-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-tbb-linux-32-shadow-package-2019.8-281-2019.8-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-tbb-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-tbb-linux-32-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-tbb-linux-64-shadow-package-2019.8-281-2019.8-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-tbb-linux-64-shadow-package-2019.8-281-2019.8-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-conda-tbb-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-conda-tbb-linux-64-shadow-package-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-cluster-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-cluster-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-cluster-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-cluster-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-cluster-c-2019.5-281-2019.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-cluster-c-2019.5-281-2019.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-cluster-c-2020.0-166-2020.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-cluster-c-2020.0-166-2020.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-cluster-f-2019.5-281-2019.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-cluster-f-2019.5-281-2019.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-cluster-f-2020.0-166-2020.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-cluster-f-2020.0-166-2020.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-cluster-rt-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-cluster-rt-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-cluster-rt-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-cluster-rt-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-common-2019.5-281-2019.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-common-2019.5-281-2019.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-common-2020.0-166-2020.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-common-2020.0-166-2020.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-common-c-2019.5-281-2019.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-common-c-2019.5-281-2019.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-common-c-2020.0-166-2020.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-common-c-2020.0-166-2020.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-common-c-ps-2019.5-281-2019.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-common-c-ps-2019.5-281-2019.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-common-c-ps-2020.0-166-2020.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-common-c-ps-2020.0-166-2020.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-common-f-2019.5-281-2019.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-common-f-2019.5-281-2019.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-common-f-2020.0-166-2020.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-common-f-2020.0-166-2020.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-common-ps-2019.5-281-2019.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-common-ps-2019.5-281-2019.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-common-ps-2020.0-166-2020.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-common-ps-2020.0-166-2020.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-c-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-c-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-c-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-c-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-c-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-c-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-c-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-c-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-f-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-f-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-f-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-f-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-f-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-f-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-f-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-f-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-ps-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-ps-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-ps-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-ps-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-ps-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-ps-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-ps-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-ps-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-rt-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-rt-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-rt-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-rt-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-core-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-core-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-doc-2019-2019.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-doc-2019-2019.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-doc-2020-2020.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-doc-2020-2020.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-doc-ps-2019-2019.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-doc-ps-2019-2019.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-doc-ps-2020-2020.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-doc-ps-2020-2020.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-f95-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-f95-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-f95-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-f95-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-f95-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-f95-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-f95-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-f95-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-f95-common-2019.5-281-2019.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-f95-common-2019.5-281-2019.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-f95-common-2020.0-166-2020.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-f95-common-2020.0-166-2020.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-c-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-c-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-c-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-c-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-c-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-c-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-c-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-c-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-f-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-f-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-f-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-f-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-f-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-f-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-f-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-f-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-f-rt-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-f-rt-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-f-rt-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-f-rt-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-f-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-f-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-f-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-f-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-rt-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-rt-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-rt-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-rt-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-gnu-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-gnu-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-installer-license-2019.5-281-2019.5-281.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-installer-license-2019.5-281-2019.5-281.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-installer-license-2020.0-166-2020.0-166.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-installer-license-2020.0-166-2020.0-166.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-pgi-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-pgi-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-pgi-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-pgi-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-pgi-c-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-pgi-c-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-pgi-c-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-pgi-c-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-pgi-rt-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-pgi-rt-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-pgi-rt-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-pgi-rt-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-psxe-2019.5-075-2019.5-075.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-psxe-2019.5-075-2019.5-075.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-psxe-2020.0-088-2020.0-088.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-psxe-2020.0-088-2020.0-088.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-tbb-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-tbb-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-tbb-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-tbb-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-tbb-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-tbb-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-tbb-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-tbb-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-tbb-rt-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-tbb-rt-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-tbb-rt-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-tbb-rt-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-tbb-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-tbb-rt-32bit-2019.5-281-2019.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-mkl-tbb-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-mkl-tbb-rt-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-openmp-19.0.5-281-19.0.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-openmp-19.0.5-281-19.0.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-openmp-19.1.0-166-19.1.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-openmp-19.1.0-166-19.1.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-openmp-32bit-19.0.5-281-19.0.5-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-openmp-32bit-19.0.5-281-19.0.5-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-openmp-32bit-19.1.0-166-19.1.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-openmp-32bit-19.1.0-166-19.1.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-psxe-common-2019.5-075-2019.5-075.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-psxe-common-2019.5-075-2019.5-075.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-psxe-common-2020.0-088-2020.0-088.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-psxe-common-2020.0-088-2020.0-088.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-psxe-common-doc-2019-2019.5-075.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-psxe-common-doc-2019-2019.5-075.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-psxe-common-doc-2020-2020.0-088.noarch.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-psxe-common-doc-2020-2020.0-088.noarch.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-tbb-libs-2019.8-281-2019.8-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-tbb-libs-2019.8-281-2019.8-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-tbb-libs-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-tbb-libs-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-tbb-libs-32bit-2019.8-281-2019.8-281.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-tbb-libs-32bit-2019.8-281-2019.8-281.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/intel-tbb-libs-32bit-2020.0-166-2020.0-166.x86_64.rpm and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/intel-tbb-libs-32bit-2020.0-166-2020.0-166.x86_64.rpm differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/repodata/filelists.xml.gz and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/repodata/filelists.xml.gz differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/repodata/other.xml.gz and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/repodata/other.xml.gz differ Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/repodata/primary.xml.gz and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/repodata/primary.xml.gz differ diff -Nru intel-mkl-2019.5.281/rpm/repodata/repomd.xml intel-mkl-2020.0.166/rpm/repodata/repomd.xml --- intel-mkl-2019.5.281/rpm/repodata/repomd.xml 2019-08-21 11:24:34.000000000 +0000 +++ intel-mkl-2020.0.166/rpm/repodata/repomd.xml 2019-12-02 13:16:01.000000000 +0000 @@ -1,28 +1,28 @@ - 1566386673 + 1575292559 - 3c56eeea30eb82b00d76c464a7c8b218e8f9cdbe - d87a7a059fe351d8f426aabe3cde22b1f9f8f549 + 76fc6c8a4e605c266aa986195c16ae8d13c13940 + 4b997e4d5674937025e729d23f3a123a5239defb - 1566386674 - 14694 - 312009 + 1575292561 + 14587 + 311146 - d9ce8f93003b0a8aa3a49bcfda0e659e06d2dea5 - f324601b49397c30e3d436a1c5e37e28f4f6b973 + 5d44aac3090aae8236eb3c1694d2913961c73cde + 683ed39397612472b1b40e145a9748e7237e65f3 - 1566386674 - 2378 + 1575292561 + 2371 11933 - 6472baa1654a9679838146290922163122004be8 - dc3497cbc46589d9651e1648a1f85dc6519493ba + cdc6e52bf12b8e70f4ced9845dc6e16eba587937 + 51301e0f4d8d7cc80b5947f7360cb51238542a76 - 1566386674 - 7735 - 103781 + 1575292561 + 7688 + 102952 Binary files /tmp/tmpzLZMpQ/GjwYh1Rjuw/intel-mkl-2019.5.281/rpm/repodata/repomd.xml.asc and /tmp/tmpzLZMpQ/FKzoX3qJtB/intel-mkl-2020.0.166/rpm/repodata/repomd.xml.asc differ