From 304ad0ee30ad83db53a76a76d7bb4f3392779eb4 Mon Sep 17 00:00:00 2001 From: Mushirahmed Date: Fri, 15 Jan 2016 16:55:23 +0530 Subject: added copyBlasLapackLibs for buildtool=='make' --- macros/runsci2c.sci | 1 + 1 file changed, 1 insertion(+) (limited to 'macros') diff --git a/macros/runsci2c.sci b/macros/runsci2c.sci index 4620705..9d86589 100644 --- a/macros/runsci2c.sci +++ b/macros/runsci2c.sci @@ -151,6 +151,7 @@ else if BuildTool == "make" C_GenerateMakefile(FileInfo,SharedInfo); + copyBlasLapackLibs(FileInfo,SharedInfo); //Previously .dll files and blas,lapack library not creating for cygwin by additing this works fine end if BuildTool == "nmake" copyBlasLapackLibs(FileInfo,SharedInfo); -- cgit