changeset 171:bd719b78c8d7

wscript: remove cblas check
author Paul Brossier <piem@piem.org>
date Mon, 13 Feb 2017 16:44:50 +0100
parents 02093f7d3d0a
children 0139e582961b
files wscript
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wscript	Mon Feb 13 16:40:21 2017 +0100
+++ b/wscript	Mon Feb 13 16:44:50 2017 +0100
@@ -37,7 +37,6 @@
             local_vamp_lib = local_vamp_lib_amd64
         elif platform.machine() == 'x86_64':
             local_vamp_lib = local_vamp_lib_i686
-        conf.check(lib='cblas', uselib_store='CBLAS', mandatory=False)
     elif sys.platform == 'darwin':
         local_vamp_lib = local_vamp_lib_osx
     elif sys.platform == 'win32':