Added 2017 Intel libraries (#3084)

This commit is contained in:
healther 2017-02-18 23:02:33 +01:00 committed by Adam J. Stewart
parent 5712b524cc
commit 63a0ca729d

View File

@ -37,6 +37,8 @@ class Daal(IntelInstaller):
homepage = "https://software.intel.com/en-us/daal" homepage = "https://software.intel.com/en-us/daal"
version('2017.0.098', 'b4eb234de12beff4a5cba4b81ea60673',
url="file://%s/l_daal_2017.0.098.tgz" % os.getcwd())
version('2016.2.181', 'aad2aa70e5599ebfe6f85b29d8719d46', version('2016.2.181', 'aad2aa70e5599ebfe6f85b29d8719d46',
url="file://%s/l_daal_2016.2.181.tgz" % os.getcwd()) url="file://%s/l_daal_2016.2.181.tgz" % os.getcwd())
version('2016.3.210', 'ad747c0dd97dace4cad03cf2266cad28', version('2016.3.210', 'ad747c0dd97dace4cad03cf2266cad28',