Skip to content

Instantly share code, notes, and snippets.

@hughperkins
Created September 11, 2016 11:48
Show Gist options
  • Select an option

  • Save hughperkins/0f32ec65146796369bb39101396da9fe to your computer and use it in GitHub Desktop.

Select an option

Save hughperkins/0f32ec65146796369bb39101396da9fe to your computer and use it in GitHub Desktop.
Started by user hughperkins
Building remotely on msvc2015 (windows) in workspace c:\jenkins\workspace\torch-win64
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/hughperkins/distro
> c:\program files\git\bin\git init c:\jenkins\workspace\torch-win64 # timeout=10
Fetching upstream changes from https://github.com/hughperkins/distro
> c:\program files\git\bin\git --version # timeout=10
> c:\program files\git\bin\git -c core.askpass=true fetch --tags --progress https://github.com/hughperkins/distro +refs/heads/*:refs/remotes/origin/*
> c:\program files\git\bin\git config remote.origin.url https://github.com/hughperkins/distro # timeout=10
> c:\program files\git\bin\git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> c:\program files\git\bin\git config remote.origin.url https://github.com/hughperkins/distro # timeout=10
Fetching upstream changes from https://github.com/hughperkins/distro
> c:\program files\git\bin\git -c core.askpass=true fetch --tags --progress https://github.com/hughperkins/distro +refs/heads/*:refs/remotes/origin/*
> c:\program files\git\bin\git rev-parse "refs/remotes/origin/distro-win^{commit}" # timeout=10
> c:\program files\git\bin\git rev-parse "refs/remotes/origin/origin/distro-win^{commit}" # timeout=10
Checking out Revision 7598a995007aa6c566d85c957435eb0899e22902 (refs/remotes/origin/distro-win)
> c:\program files\git\bin\git config core.sparsecheckout # timeout=10
> c:\program files\git\bin\git checkout -f 7598a995007aa6c566d85c957435eb0899e22902
> c:\program files\git\bin\git rev-list 962d78bd1a1864d42efcdeae0fbe4a830b83cde2 # timeout=10
[torch-win64] $ cmd /c call C:\Windows\TEMP\hudson5792333610316674155.bat
c:\jenkins\workspace\torch-win64>build_windows.bat || exit 1
c:\jenkins\workspace\torch-win64>rem assumptions:
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem - ec2 windows 2012 r2 default box (eg ami-281ad849, or equivalent, in ec2, click 'Launch' and select
c:\jenkins\workspace\torch-win64>rem 'Microsoft Windows Server 2012 R2 Base', from 'Quick Start')
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem - visual studio 2015 community
c:\jenkins\workspace\torch-win64>rem https://beta.visualstudio.com/vs/community/
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem - cmake installed at C:\Program Files (x86)\CMake\bin\cmake.exe (3.6.2-amd64)
c:\jenkins\workspace\torch-win64>rem https://cmake.org/files/v3.6/cmake-3.6.2-win64-x64.msi
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem - msys git available at C:\Program Files\Git (git-2.9.2 64-bit)
c:\jenkins\workspace\torch-win64>rem latest: https://github.com/git-for-windows/git/releases/download/v2.10.0.windows.1/Git-2.10.0-64-bit.exe
c:\jenkins\workspace\torch-win64>rem 2.9.2 64-bit: https://github.com/git-for-windows/git/releases/download/v2.9.2.windows.1/Git-2.9.2-64-bit.exe
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem - 7zip available at C:\Program Files\7-Zip\7z.exe (7z920-x64)
c:\jenkins\workspace\torch-win64>rem 7z920-x64: http://7-zip.org/a/7z920-x64.msi
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem Not used currently, but assumed avaliable (can ignore for now, if preparing a jenkins agent):
c:\jenkins\workspace\torch-win64>rem - python 3.5 is available at c:\py35-64 (python 3.5.2-amd64) (not used currently)
c:\jenkins\workspace\torch-win64>rem - cygwin64 available at c:\cygwin64 (not needed currently)
c:\jenkins\workspace\torch-win64>rem - cmder lite installed at "C:\Downloads\cmder" (not used currently)
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem Target build:
c:\jenkins\workspace\torch-win64>rem - windows 64 bit
c:\jenkins\workspace\torch-win64>rem - cpu architecture etc on a g2.2xlarge ec2 box
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem environment:
c:\jenkins\workspace\torch-win64>rem - jenkins agent
c:\jenkins\workspace\torch-win64>rem - running out of a job/workspace directory
c:\jenkins\workspace\torch-win64>rem - on C: drive, eg c:\jenkins\workspace\[job name]
c:\jenkins\workspace\torch-win64>rem - workspace is wiped at start of each job (this is an option in the 'git' section of a jenkins job)
c:\jenkins\workspace\torch-win64>rem - we are in a directory containing this (distro-win) already cloned, by virtue of the jenkins job bringing it down
c:\jenkins\workspace\torch-win64>rem - to simulate this enviornment, open a cmd, and run:
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem git clone --recursive https://github.com/hughperkins/distro -b distro-win torch
c:\jenkins\workspace\torch-win64>rem cd torch
c:\jenkins\workspace\torch-win64>rem based heavily/entirely on what hiili wrote at https://github.com/torch/torch7/wiki/Windows#using-visual-studio
c:\jenkins\workspace\torch-win64>rem call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
c:\jenkins\workspace\torch-win64>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat"
c:\jenkins\workspace\torch-win64>set "PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin"
c:\jenkins\workspace\torch-win64>set "PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin"
c:\jenkins\workspace\torch-win64>set "DOWNLOADS=C:\Downloads"
c:\jenkins\workspace\torch-win64>set "BASE=c:\jenkins\workspace\torch-win64"
c:\jenkins\workspace\torch-win64>set "TORCH_INSTALL=c:\jenkins\workspace\torch-win64\install"
c:\jenkins\workspace\torch-win64>echo BASE: c:\jenkins\workspace\torch-win64
BASE: c:\jenkins\workspace\torch-win64
c:\jenkins\workspace\torch-win64>echo DOWNLOADS C:\Downloads
DOWNLOADS C:\Downloads
c:\jenkins\workspace\torch-win64>rem rmdir /s /q "c:\jenkins\workspace\torch-win64\soft"
c:\jenkins\workspace\torch-win64>mkdir "c:\jenkins\workspace\torch-win64\soft"
c:\jenkins\workspace\torch-win64>rmdir /s /q pkg\torch
c:\jenkins\workspace\torch-win64>git submodule update --init pkg/torch
Submodule 'pkg/torch' (https://github.com/torch/torch7.git) registered for path 'pkg/torch'
Cloning into 'C:/jenkins/workspace/torch-win64/pkg/torch'...
Submodule path 'pkg/torch': checked out '95f137f635c3b01d89b9c008b68a9321ca28e59b'
c:\jenkins\workspace\torch-win64>rem git submodule update --init --recursive
c:\jenkins\workspace\torch-win64>rem install msys64
c:\jenkins\workspace\torch-win64>rem compared to the instructions on the website, using bash direclty is synchronous, and puts the output into our
c:\jenkins\workspace\torch-win64>rem console/jenkins
c:\jenkins\workspace\torch-win64>rem we install it here, since it's a bit non-standard (cf 7zip, cmake, msvc2015, which I think are reasonably standard?)
c:\jenkins\workspace\torch-win64>rem we need it, because we need a fortran compiler
c:\jenkins\workspace\torch-win64>cd /d "c:\jenkins\workspace\torch-win64\soft"
c:\jenkins\workspace\torch-win64\soft>powershell.exe -Command (new-object System.Net.WebClient).DownloadFile('https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20160205.tar.xz/download', 'msys2-base-x86_64-20160205.tar.xz')
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>"c:\program files\7-Zip\7z.exe" x msys2-base-x86_64-20160205.tar.xz
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive: msys2-base-x86_64-20160205.tar.xz
Extracting msys2-base-x86_64-20160205.tar
Everything is Ok
Size: 212203520
Compressed: 44942956
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>"c:\program files\7-Zip\7z.exe" x msys2-base-x86_64-20160205.tar 1>nul
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>cmd /c msys64\usr\bin\bash --login exit
mkdir: cannot change permissions of '/dev/shm': Permission denied
mkdir: cannot change permissions of '/dev/mqueue': Permission denied
Copying skeleton files.
These files are for the users to personalise their msys2 experience.
They will never be overwritten nor automatically updated.
'./.bashrc' -> '/home/Administrator//.bashrc'
'./.bash_logout' -> '/home/Administrator//.bash_logout'
'./.bash_profile' -> '/home/Administrator//.bash_profile'
'./.inputrc' -> '/home/Administrator//.inputrc'
'./.profile' -> '/home/Administrator//.profile'
'C:\\Windows\\system32\\drivers\\etc\\hosts' -> '/etc/hosts'
'C:\\Windows\\system32\\drivers\\etc\\protocol' -> '/etc/protocols'
'C:\\Windows\\system32\\drivers\\etc\\services' -> '/etc/services'
'C:\\Windows\\system32\\drivers\\etc\\networks' -> '/etc/networks'
gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
gpg: no ultimately trusted keys found
gpg: Generating pacman keyring master key...
gpg: skipping control `%no-protection' ()
.................+++++
....+++++
gpg: key D6DBA438 marked as ultimately trusted
gpg: Done
==> Updating trust database...
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
==> Appending keys from msys2.gpg...
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
==> Locally signing trusted keys in keyring...
-> Locally signing key D55E7A6D7CE9BA1587C0ACACF40D263ECA25678A...
-> Locally signing key 123D4D51A1793859C2BE916BBBE514E53E0D0813...
-> Locally signing key B91BCF3303284BF90CC043CA9F418C233E652008...
-> Locally signing key 9DD0D4217D75A33B896159E6DA7EF2ABAEEA755C...
==> Importing owner trust values...
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: inserting ownertrust of 4
==> Updating trust database...
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 4 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1 valid: 4 signed: 3 trust: 0-, 0q, 0n, 4m, 0f, 0u
gpg: depth: 2 valid: 3 signed: 0 trust: 3-, 0q, 0n, 0m, 0f, 0u
gpg: refreshing 8 keys from hkp://pool.sks-keyservers.net
gpg: requesting key D6DBA438 from hkp server pool.sks-keyservers.net
gpg: requesting key CA25678A from hkp server pool.sks-keyservers.net
gpg: requesting key AEEA755C from hkp server pool.sks-keyservers.net
gpg: requesting key 3E0D0813 from hkp server pool.sks-keyservers.net
gpg: requesting key 3E652008 from hkp server pool.sks-keyservers.net
gpg: requesting key A47D45A1 from hkp server pool.sks-keyservers.net
gpg: requesting key 2C51581E from hkp server pool.sks-keyservers.net
gpg: requesting key 4CA56930 from hkp server pool.sks-keyservers.net
gpgkeys: key B46064D1151C834AD12E59B20786F831D6DBA438 not found on keyserver
gpg: DBG: armor-keys-failed (KEY 0xB46064D1151C834AD12E59B20786F831D6DBA438 BEGIN
) ->0
gpg: DBG: armor-keys-failed (KEY 0xB46064D1151C834AD12E59B20786F831D6DBA438 FAILED 6
) ->6
gpg: key CA25678A: "Alexey Pavlov (Alexpux) <alexey.pawlow@gmail.com>" 4 new signatures
gpg: key AEEA755C: "Martell Malone (martell) <martellmalone@gmail.com>" 3 new signatures
gpg: key 3E0D0813: "Ray Donnelly (MSYS2 Developer - master key) <mingw.android@gmail.com>" 2 new signatures
gpg: key 3E652008: "Ignacio Casal Quinteiro <icquinteiro@gmail.com>" 2 new signatures
gpg: key A47D45A1: "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" 1 new signature
gpg: key 2C51581E: "Martell Malone (MSYS2 Developer) <martellmalone@gmail.com>" not changed
gpg: key 4CA56930: "Ray Donnelly (MSYS2 Developer) <mingw.android@gmail.com>" 2 new signatures
gpg: Total number processed: 7
gpg: unchanged: 1
gpg: new signatures: 14
gpg: keyserver communications error: key not found
gpg: keyserver communications error: bad public key
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 4 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1 valid: 4 signed: 3 trust: 0-, 0q, 0n, 4m, 0f, 0u
gpg: depth: 2 valid: 3 signed: 0 trust: 3-, 0q, 0n, 0m, 0f, 0u
gpg: keyserver refresh failed: bad public key
==> ERROR: A specified local key could not be updated from a keyserver.
--> Installing /usr/share/info/autosprintf.info.gz ... done
--> Installing /usr/share/info/bash.info.gz ... done
--> Installing /usr/share/info/configure.info.gz ... done
--> Installing /usr/share/info/coreutils.info.gz ... done
--> Installing /usr/share/info/find.info.gz ... done
--> Installing /usr/share/info/find-maint.info.gz ... done
--> Installing /usr/share/info/flex.info.gz ... done
--> Installing /usr/share/info/gawk.info.gz ... done
--> Installing /usr/share/info/gawkinet.info.gz ... done
--> Installing /usr/share/info/gettext.info.gz ... done
--> Installing /usr/share/info/gmp.info.gz ... done
--> Installing /usr/share/info/gnupg1.info.gz ... done
--> Installing /usr/share/info/grep.info.gz ... done
--> Installing /usr/share/info/gzip.info.gz ... done
--> Installing /usr/share/info/history.info.gz ... done
--> Installing /usr/share/info/inetutils.info.gz ... done
--> Installing /usr/share/info/info.info.gz ... done
--> Installing /usr/share/info/info-stnd.info.gz ... done
--> Installing /usr/share/info/libffi.info.gz ... done
--> Installing /usr/share/info/libgomp.info.gz ... done
--> Installing /usr/share/info/libidn.info.gz ... done
--> Installing /usr/share/info/libquadmath.info.gz ... done
--> Installing /usr/share/info/libtasn1.info.gz ... done
--> Installing /usr/share/info/m4.info.gz ... done
--> Installing /usr/share/info/mpfr.info.gz ... done
--> Installing /usr/share/info/readline.info.gz ... done
--> Installing /usr/share/info/rluserman.info.gz ... done
--> Installing /usr/share/info/sed.info.gz ... done
--> Installing /usr/share/info/standards.info.gz ... done
--> Installing /usr/share/info/time.info.gz ...install-info: warning: no info dir entry in `/usr/share/info/time.info.gz'
done
--> Installing /usr/share/info/which.info.gz ... done

###################################################################
# #
# #
# C A U T I O N #
# #
# This is first start of MSYS2. #
# You MUST restart shell to apply necessary actions. #
# #
# #
###################################################################
msys64/usr/bin/bash: exit: No such file or directory
c:\jenkins\workspace\torch-win64\soft>cmd /c msys64\usr\bin\bash --login -c "pacman -Syu --noconfirm"
:: Synchronizing package databases...
downloading mingw32.db...
downloading mingw32.db...
downloading mingw32.db...
downloading mingw32.db...
downloading mingw32.db...
downloading mingw32.db.sig...
downloading mingw64.db...
downloading mingw64.db.sig...
downloading msys.db...
downloading msys.db.sig...
:: Starting full system upgrade...
:: Replace repman-git with msys/pactoys-git? [Y/n]
resolving dependencies...
looking for conflicting packages...
Packages (47) bash-4.3.046-1 bash-completion-2.3-1 bsdcpio-3.2.1-1 bsdtar-3.2.1-1 coreutils-8.25-1 crypt-1.3-1 curl-7.50.1-1 file-5.25-1 filesystem-2016.07-2 flex-2.6.1-1 gawk-4.1.4-1 gcc-libs-5.3.0-3 gettext-0.19.7-3 gmp-6.1.0-2 gnupg-1.4.20-1 grep-2.22-3 gzip-1.7-1 heimdal-libs-1.5.3-9 info-6.1-1 libarchive-3.2.1-1 libasprintf-0.19.7-3 libassuan-2.4.2-1 libcrypt-1.3-1 libcurl-7.50.1-1 libexpat-2.1.1-1 libgettextpo-0.19.7-3 libgpg-error-1.23-1 libgpgme-1.6.0-1 libidn-1.33-1 libintl-0.19.7-3 liblzma-5.2.2-1 libnettle-3.2-1 libopenssl-1.0.2.h-1 libssh2-1.7.0-1 libtasn1-4.9-1 mintty-1~2.5.0-1 mpfr-3.1.4-1 msys2-launcher-git-0.3.32.56c2ba7-2 msys2-runtime-2.6.0-1 ncurses-6.0.20160220-1 openssl-1.0.2.h-1 pacman-5.0.1-1 pactoys-git-r2.07ca37f-1 rebase-4.4.2-1 repman-git-r23.87bf865-1 [removal] wget-1.17.1-3 xz-5.2.2-1
Total Download Size: 28.40 MiB
Total Installed Size: 138.99 MiB
Net Upgrade Size: 6.25 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages ...
downloading msys2-runtime-2.6.0-1-x86_64.pkg.tar.xz...
downloading bash-4.3.046-1-x86_64.pkg.tar.xz...
downloading bash-4.3.046-1-x86_64.pkg.tar.xz...
downloading bash-4.3.046-1-x86_64.pkg.tar.xz...
downloading bash-4.3.046-1-x86_64.pkg.tar.xz...
downloading bash-4.3.046-1-x86_64.pkg.tar.xz...
downloading bash-completion-2.3-1-any.pkg.tar.xz...
downloading bash-completion-2.3-1-any.pkg.tar.xz...
downloading bash-completion-2.3-1-any.pkg.tar.xz...
downloading bash-completion-2.3-1-any.pkg.tar.xz...
downloading bash-completion-2.3-1-any.pkg.tar.xz...
downloading gcc-libs-5.3.0-3-x86_64.pkg.tar.xz...
downloading gcc-libs-5.3.0-3-x86_64.pkg.tar.xz...
downloading gcc-libs-5.3.0-3-x86_64.pkg.tar.xz...
downloading gcc-libs-5.3.0-3-x86_64.pkg.tar.xz...
downloading gcc-libs-5.3.0-3-x86_64.pkg.tar.xz...
downloading libintl-0.19.7-3-x86_64.pkg.tar.xz...
downloading libintl-0.19.7-3-x86_64.pkg.tar.xz...
downloading libintl-0.19.7-3-x86_64.pkg.tar.xz...
downloading libintl-0.19.7-3-x86_64.pkg.tar.xz...
downloading libintl-0.19.7-3-x86_64.pkg.tar.xz...
downloading libgettextpo-0.19.7-3-x86_64.pkg.tar.xz...
downloading libasprintf-0.19.7-3-x86_64.pkg.tar.xz...
downloading libasprintf-0.19.7-3-x86_64.pkg.tar.xz...
downloading libasprintf-0.19.7-3-x86_64.pkg.tar.xz...
downloading libasprintf-0.19.7-3-x86_64.pkg.tar.xz...
downloading libasprintf-0.19.7-3-x86_64.pkg.tar.xz...
downloading gettext-0.19.7-3-x86_64.pkg.tar.xz...
downloading liblzma-5.2.2-1-x86_64.pkg.tar.xz...
downloading gmp-6.1.0-2-x86_64.pkg.tar.xz...
downloading gmp-6.1.0-2-x86_64.pkg.tar.xz...
downloading gmp-6.1.0-2-x86_64.pkg.tar.xz...
downloading gmp-6.1.0-2-x86_64.pkg.tar.xz...
downloading gmp-6.1.0-2-x86_64.pkg.tar.xz...
downloading libnettle-3.2-1-x86_64.pkg.tar.xz...
downloading coreutils-8.25-1-x86_64.pkg.tar.xz...
downloading ncurses-6.0.20160220-1-x86_64.pkg.tar.xz...
downloading bsdcpio-3.2.1-1-x86_64.pkg.tar.xz...
downloading bsdtar-3.2.1-1-x86_64.pkg.tar.xz...
downloading bsdtar-3.2.1-1-x86_64.pkg.tar.xz...
downloading bsdtar-3.2.1-1-x86_64.pkg.tar.xz...
downloading bsdtar-3.2.1-1-x86_64.pkg.tar.xz...
downloading bsdtar-3.2.1-1-x86_64.pkg.tar.xz...
downloading libcrypt-1.3-1-x86_64.pkg.tar.xz...
downloading libcrypt-1.3-1-x86_64.pkg.tar.xz...
downloading libcrypt-1.3-1-x86_64.pkg.tar.xz...
downloading libcrypt-1.3-1-x86_64.pkg.tar.xz...
downloading libcrypt-1.3-1-x86_64.pkg.tar.xz...
downloading crypt-1.3-1-x86_64.pkg.tar.xz...
downloading crypt-1.3-1-x86_64.pkg.tar.xz...
downloading crypt-1.3-1-x86_64.pkg.tar.xz...
downloading crypt-1.3-1-x86_64.pkg.tar.xz...
downloading crypt-1.3-1-x86_64.pkg.tar.xz...
downloading libopenssl-1.0.2.h-1-x86_64.pkg.tar.xz...
downloading heimdal-libs-1.5.3-9-x86_64.pkg.tar.xz...
downloading heimdal-libs-1.5.3-9-x86_64.pkg.tar.xz...
downloading heimdal-libs-1.5.3-9-x86_64.pkg.tar.xz...
downloading heimdal-libs-1.5.3-9-x86_64.pkg.tar.xz...
downloading heimdal-libs-1.5.3-9-x86_64.pkg.tar.xz...
downloading gzip-1.7-1-x86_64.pkg.tar.xz...
downloading gzip-1.7-1-x86_64.pkg.tar.xz...
downloading gzip-1.7-1-x86_64.pkg.tar.xz...
downloading gzip-1.7-1-x86_64.pkg.tar.xz...
downloading gzip-1.7-1-x86_64.pkg.tar.xz...
downloading info-6.1-1-x86_64.pkg.tar.xz...
downloading info-6.1-1-x86_64.pkg.tar.xz...
downloading info-6.1-1-x86_64.pkg.tar.xz...
downloading info-6.1-1-x86_64.pkg.tar.xz...
downloading info-6.1-1-x86_64.pkg.tar.xz...
downloading libidn-1.33-1-x86_64.pkg.tar.xz...
downloading libidn-1.33-1-x86_64.pkg.tar.xz...
downloading libidn-1.33-1-x86_64.pkg.tar.xz...
downloading libidn-1.33-1-x86_64.pkg.tar.xz...
downloading libidn-1.33-1-x86_64.pkg.tar.xz...
downloading openssl-1.0.2.h-1-x86_64.pkg.tar.xz...
downloading openssl-1.0.2.h-1-x86_64.pkg.tar.xz...
downloading openssl-1.0.2.h-1-x86_64.pkg.tar.xz...
downloading openssl-1.0.2.h-1-x86_64.pkg.tar.xz...
downloading openssl-1.0.2.h-1-x86_64.pkg.tar.xz...
downloading libtasn1-4.9-1-x86_64.pkg.tar.xz...
downloading libtasn1-4.9-1-x86_64.pkg.tar.xz...
downloading libtasn1-4.9-1-x86_64.pkg.tar.xz...
downloading libtasn1-4.9-1-x86_64.pkg.tar.xz...
downloading libtasn1-4.9-1-x86_64.pkg.tar.xz...
downloading libssh2-1.7.0-1-x86_64.pkg.tar.xz...
downloading libexpat-2.1.1-1-x86_64.pkg.tar.xz...
downloading libcurl-7.50.1-1-x86_64.pkg.tar.xz...
downloading libcurl-7.50.1-1-x86_64.pkg.tar.xz...
downloading libcurl-7.50.1-1-x86_64.pkg.tar.xz...
downloading libcurl-7.50.1-1-x86_64.pkg.tar.xz...
downloading libcurl-7.50.1-1-x86_64.pkg.tar.xz...
downloading curl-7.50.1-1-x86_64.pkg.tar.xz...
downloading curl-7.50.1-1-x86_64.pkg.tar.xz...
downloading curl-7.50.1-1-x86_64.pkg.tar.xz...
downloading curl-7.50.1-1-x86_64.pkg.tar.xz...
downloading curl-7.50.1-1-x86_64.pkg.tar.xz...
downloading file-5.25-1-x86_64.pkg.tar.xz...
downloading filesystem-2016.07-2-x86_64.pkg.tar.xz...
downloading filesystem-2016.07-2-x86_64.pkg.tar.xz...
downloading filesystem-2016.07-2-x86_64.pkg.tar.xz...
downloading filesystem-2016.07-2-x86_64.pkg.tar.xz...
downloading filesystem-2016.07-2-x86_64.pkg.tar.xz...
downloading flex-2.6.1-1-x86_64.pkg.tar.xz...
downloading mpfr-3.1.4-1-x86_64.pkg.tar.xz...
downloading gawk-4.1.4-1-x86_64.pkg.tar.xz...
downloading gnupg-1.4.20-1-x86_64.pkg.tar.xz...
downloading grep-2.22-3-x86_64.pkg.tar.xz...
downloading libarchive-3.2.1-1-x86_64.pkg.tar.xz...
downloading libarchive-3.2.1-1-x86_64.pkg.tar.xz...
downloading libarchive-3.2.1-1-x86_64.pkg.tar.xz...
downloading libarchive-3.2.1-1-x86_64.pkg.tar.xz...
downloading libarchive-3.2.1-1-x86_64.pkg.tar.xz...
downloading mintty-1~2.5.0-1-x86_64.pkg.tar.xz...
downloading mintty-1~2.5.0-1-x86_64.pkg.tar.xz...
downloading mintty-1~2.5.0-1-x86_64.pkg.tar.xz...
downloading mintty-1~2.5.0-1-x86_64.pkg.tar.xz...
downloading mintty-1~2.5.0-1-x86_64.pkg.tar.xz...
downloading msys2-launcher-git-0.3.32.56c2ba7-2-x86_64.pkg.tar.xz...
downloading msys2-launcher-git-0.3.32.56c2ba7-2-x86_64.pkg.tar.xz...
downloading msys2-launcher-git-0.3.32.56c2ba7-2-x86_64.pkg.tar.xz...
downloading msys2-launcher-git-0.3.32.56c2ba7-2-x86_64.pkg.tar.xz...
downloading msys2-launcher-git-0.3.32.56c2ba7-2-x86_64.pkg.tar.xz...
downloading xz-5.2.2-1-x86_64.pkg.tar.xz...
downloading pacman-5.0.1-1-x86_64.pkg.tar.xz...
downloading rebase-4.4.2-1-x86_64.pkg.tar.xz...
downloading rebase-4.4.2-1-x86_64.pkg.tar.xz...
downloading rebase-4.4.2-1-x86_64.pkg.tar.xz...
downloading rebase-4.4.2-1-x86_64.pkg.tar.xz...
downloading rebase-4.4.2-1-x86_64.pkg.tar.xz...
downloading libgpg-error-1.23-1-x86_64.pkg.tar.xz...
downloading libassuan-2.4.2-1-x86_64.pkg.tar.xz...
downloading libassuan-2.4.2-1-x86_64.pkg.tar.xz...
downloading libassuan-2.4.2-1-x86_64.pkg.tar.xz...
downloading libassuan-2.4.2-1-x86_64.pkg.tar.xz...
downloading libassuan-2.4.2-1-x86_64.pkg.tar.xz...
downloading libgpgme-1.6.0-1-x86_64.pkg.tar.xz...
downloading libgpgme-1.6.0-1-x86_64.pkg.tar.xz...
downloading libgpgme-1.6.0-1-x86_64.pkg.tar.xz...
downloading libgpgme-1.6.0-1-x86_64.pkg.tar.xz...
downloading libgpgme-1.6.0-1-x86_64.pkg.tar.xz...
downloading wget-1.17.1-3-x86_64.pkg.tar.xz...
downloading pactoys-git-r2.07ca37f-1-x86_64.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
removing repman-git...
upgrading msys2-runtime...
upgrading bash...
upgrading bash-completion...
upgrading gcc-libs...
4 [main] pacman (4300) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
0 [main] pacman 3644 fork: child -1 - forked process 4300 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading libintl...
upgrading libgettextpo...
upgrading libasprintf...
upgrading gettext...
1 [main] pacman (1724) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
463240 [main] pacman 3644 fork: child -1 - forked process 1724 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading liblzma...
upgrading gmp...
1 [main] pacman (4208) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
543237 [main] pacman 3644 fork: child -1 - forked process 4208 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading libnettle...
upgrading coreutils...
1 [main] pacman (3156) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
1070181 [main] pacman 3644 fork: child -1 - forked process 3156 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading ncurses...
upgrading bsdcpio...
upgrading bsdtar...
upgrading libcrypt...
upgrading crypt...
upgrading libopenssl...
upgrading heimdal-libs...
upgrading gzip...
1 [main] pacman (5004) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
10674526 [main] pacman 3644 fork: child -1 - forked process 5004 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading info...
1 [main] pacman (1608) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
10731371 [main] pacman 3644 fork: child -1 - forked process 1608 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading libidn...
2 [main] pacman (2024) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
10854352 [main] pacman 3644 fork: child -1 - forked process 2024 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading openssl...
upgrading libtasn1...
1 [main] pacman (4272) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
12694931 [main] pacman 3644 fork: child -1 - forked process 4272 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading libssh2...
upgrading libexpat...
upgrading libcurl...
upgrading curl...
upgrading file...
upgrading filesystem...
1 [main] pacman (3796) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
13983365 [main] pacman 3644 fork: child -1 - forked process 3796 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading flex...
1 [main] pacman (100) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
14090627 [main] pacman 3644 fork: child -1 - forked process 100 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading mpfr...
1 [main] pacman (3152) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
14159406 [main] pacman 3644 fork: child -1 - forked process 3152 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading gawk...
1 [main] pacman (4832) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
14387786 [main] pacman 3644 fork: child -1 - forked process 4832 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading gnupg...
1 [main] pacman (5080) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
14581947 [main] pacman 3644 fork: child -1 - forked process 5080 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading grep...
1 [main] pacman (3952) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
14700202 [main] pacman 3644 fork: child -1 - forked process 3952 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading libarchive...
upgrading mintty...
upgrading msys2-launcher-git...
upgrading xz...
upgrading pacman...
upgrading rebase...
installing libgpg-error...
installing libassuan...
1 [main] pacman (3840) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
16374727 [main] pacman 3644 fork: child -1 - forked process 3840 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
installing libgpgme...
1 [main] pacman (2364) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
16428345 [main] pacman 3644 fork: child -1 - forked process 2364 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
installing wget...
1 [main] pacman (4844) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
16543894 [main] pacman 3644 fork: child -1 - forked process 4844 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
Optional dependencies for wget
ca-certificates: HTTPS downloads [installed]
installing pactoys-git...
c:\jenkins\workspace\torch-win64\soft>cmd /c msys64\usr\bin\bash --login -c "pacman -Sy git tar make mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-fortran --noconfirm"
:: Synchronizing package databases...
mingw32 is up to date
mingw64 is up to date
msys is up to date
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: mingw-w64-x86_64-gcc-libgfortran will be installed before its mingw-w64-x86_64-gcc-libs dependency
Packages (53) db-5.3.28-2 expat-2.1.1-1 gdbm-1.11-3 heimdal-1.5.3-9 libgdbm-1.11-3 mingw-w64-x86_64-binutils-2.25.1-6 mingw-w64-x86_64-bzip2-1.0.6-5 mingw-w64-x86_64-crt-git-5.0.0.4734.8f72872-1 mingw-w64-x86_64-gcc-libgfortran-6.1.0-1 mingw-w64-x86_64-gcc-libs-6.1.0-1 mingw-w64-x86_64-gmp-6.1.1-1 mingw-w64-x86_64-headers-git-5.0.0.4734.8f72872-1 mingw-w64-x86_64-isl-0.17.1-1 mingw-w64-x86_64-libiconv-1.14-5 mingw-w64-x86_64-libwinpthread-git-5.0.0.4733.ae160b2-1 mingw-w64-x86_64-mpc-1.0.3-2 mingw-w64-x86_64-mpfr-3.1.4.p3-4 mingw-w64-x86_64-windows-default-manifest-6.4-2 mingw-w64-x86_64-winpthreads-git-5.0.0.4733.ae160b2-1 mingw-w64-x86_64-zlib-1.2.8-9 openssh-7.3p1-1 perl-5.22.1-1 perl-Authen-SASL-2.16-2 perl-Convert-BinHex-1.123-2 perl-Encode-Locale-1.04-1 perl-Error-0.17024-1 perl-File-Listing-6.04-2 perl-HTML-Parser-3.71-3 perl-HTML-Tagset-3.20-2 perl-HTTP-Cookies-6.01-2 perl-HTTP-Daemon-6.01-2 perl-HTTP-Date-6.02-2 perl-HTTP-Message-6.06-2 perl-HTTP-Negotiate-6.01-2 perl-IO-Socket-SSL-2.016-1 perl-IO-stringy-2.111-1 perl-LWP-MediaTypes-6.02-2 perl-MIME-tools-5.506-1 perl-MailTools-2.14-1 perl-Net-HTTP-6.09-1 perl-Net-SMTP-SSL-1.02-1 perl-Net-SSLeay-1.72-1 perl-TermReadKey-2.33-1 perl-TimeDate-2.30-2 perl-URI-1.68-1 perl-WWW-RobotRules-6.02-2 perl-libwww-6.13-1 vim-7.4.1721-1 git-2.9.1-1 make-4.2.1-1 mingw-w64-x86_64-gcc-6.1.0-1 mingw-w64-x86_64-gcc-fortran-6.1.0-1 tar-1.29-1
Total Download Size: 84.09 MiB
Total Installed Size: 499.68 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
downloading mingw-w64-x86_64-libiconv-1.14-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-libiconv-1.14-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-libiconv-1.14-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-libiconv-1.14-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-libiconv-1.14-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gmp-6.1.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gmp-6.1.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gmp-6.1.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gmp-6.1.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gmp-6.1.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-libwinpthread-git-5.0.0.4733.ae160b2-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libgfortran-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libgfortran-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libgfortran-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libgfortran-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libgfortran-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libs-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libs-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libs-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libs-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libs-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-bzip2-1.0.6-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-bzip2-1.0.6-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-bzip2-1.0.6-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-bzip2-1.0.6-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-bzip2-1.0.6-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-zlib-1.2.8-9-any.pkg.tar.xz...
downloading mingw-w64-x86_64-zlib-1.2.8-9-any.pkg.tar.xz...
downloading mingw-w64-x86_64-zlib-1.2.8-9-any.pkg.tar.xz...
downloading mingw-w64-x86_64-zlib-1.2.8-9-any.pkg.tar.xz...
downloading mingw-w64-x86_64-zlib-1.2.8-9-any.pkg.tar.xz...
downloading mingw-w64-x86_64-binutils-2.25.1-6-any.pkg.tar.xz...
downloading mingw-w64-x86_64-headers-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-headers-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-headers-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-headers-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-headers-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-crt-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-crt-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-crt-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-crt-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-crt-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-isl-0.17.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-isl-0.17.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-isl-0.17.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-isl-0.17.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-isl-0.17.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-mpfr-3.1.4.p3-4-any.pkg.tar.xz...
downloading mingw-w64-x86_64-mpc-1.0.3-2-any.pkg.tar.xz...
downloading mingw-w64-x86_64-windows-default-manifest-6.4-2-any.pkg.tar.xz...
downloading mingw-w64-x86_64-windows-default-manifest-6.4-2-any.pkg.tar.xz...
downloading mingw-w64-x86_64-windows-default-manifest-6.4-2-any.pkg.tar.xz...
downloading mingw-w64-x86_64-windows-default-manifest-6.4-2-any.pkg.tar.xz...
downloading mingw-w64-x86_64-windows-default-manifest-6.4-2-any.pkg.tar.xz...
downloading mingw-w64-x86_64-winpthreads-git-5.0.0.4733.ae160b2-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-fortran-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-fortran-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-fortran-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-fortran-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-fortran-6.1.0-1-any.pkg.tar.xz...
downloading expat-2.1.1-1-x86_64.pkg.tar.xz...
downloading vim-7.4.1721-1-x86_64.pkg.tar.xz...
downloading vim-7.4.1721-1-x86_64.pkg.tar.xz...
downloading vim-7.4.1721-1-x86_64.pkg.tar.xz...
downloading vim-7.4.1721-1-x86_64.pkg.tar.xz...
downloading vim-7.4.1721-1-x86_64.pkg.tar.xz...
downloading heimdal-1.5.3-9-x86_64.pkg.tar.xz...
downloading heimdal-1.5.3-9-x86_64.pkg.tar.xz...
downloading heimdal-1.5.3-9-x86_64.pkg.tar.xz...
downloading heimdal-1.5.3-9-x86_64.pkg.tar.xz...
downloading heimdal-1.5.3-9-x86_64.pkg.tar.xz...
downloading openssh-7.3p1-1-x86_64.pkg.tar.xz...
downloading db-5.3.28-2-x86_64.pkg.tar.xz...
downloading db-5.3.28-2-x86_64.pkg.tar.xz...
downloading db-5.3.28-2-x86_64.pkg.tar.xz...
downloading db-5.3.28-2-x86_64.pkg.tar.xz...
downloading db-5.3.28-2-x86_64.pkg.tar.xz...
downloading libgdbm-1.11-3-x86_64.pkg.tar.xz...
downloading libgdbm-1.11-3-x86_64.pkg.tar.xz...
downloading libgdbm-1.11-3-x86_64.pkg.tar.xz...
downloading libgdbm-1.11-3-x86_64.pkg.tar.xz...
downloading libgdbm-1.11-3-x86_64.pkg.tar.xz...
downloading gdbm-1.11-3-x86_64.pkg.tar.xz...
downloading gdbm-1.11-3-x86_64.pkg.tar.xz...
downloading gdbm-1.11-3-x86_64.pkg.tar.xz...
downloading gdbm-1.11-3-x86_64.pkg.tar.xz...
downloading gdbm-1.11-3-x86_64.pkg.tar.xz...
downloading perl-5.22.1-1-x86_64.pkg.tar.xz...
downloading perl-5.22.1-1-x86_64.pkg.tar.xz...
downloading perl-5.22.1-1-x86_64.pkg.tar.xz...
downloading perl-5.22.1-1-x86_64.pkg.tar.xz...
downloading perl-5.22.1-1-x86_64.pkg.tar.xz...
downloading perl-Error-0.17024-1-any.pkg.tar.xz...
downloading perl-Error-0.17024-1-any.pkg.tar.xz...
downloading perl-Error-0.17024-1-any.pkg.tar.xz...
downloading perl-Error-0.17024-1-any.pkg.tar.xz...
downloading perl-Error-0.17024-1-any.pkg.tar.xz...
downloading perl-Authen-SASL-2.16-2-any.pkg.tar.xz...
downloading perl-Encode-Locale-1.04-1-any.pkg.tar.xz...
downloading perl-Encode-Locale-1.04-1-any.pkg.tar.xz...
downloading perl-Encode-Locale-1.04-1-any.pkg.tar.xz...
downloading perl-Encode-Locale-1.04-1-any.pkg.tar.xz...
downloading perl-Encode-Locale-1.04-1-any.pkg.tar.xz...
downloading perl-HTTP-Date-6.02-2-any.pkg.tar.xz...
downloading perl-File-Listing-6.04-2-any.pkg.tar.xz...
downloading perl-HTML-Tagset-3.20-2-any.pkg.tar.xz...
downloading perl-HTML-Tagset-3.20-2-any.pkg.tar.xz...
downloading perl-HTML-Tagset-3.20-2-any.pkg.tar.xz...
downloading perl-HTML-Tagset-3.20-2-any.pkg.tar.xz...
downloading perl-HTML-Tagset-3.20-2-any.pkg.tar.xz...
downloading perl-HTML-Parser-3.71-3-x86_64.pkg.tar.xz...
downloading perl-LWP-MediaTypes-6.02-2-any.pkg.tar.xz...
downloading perl-URI-1.68-1-any.pkg.tar.xz...
downloading perl-HTTP-Message-6.06-2-any.pkg.tar.xz...
downloading perl-HTTP-Message-6.06-2-any.pkg.tar.xz...
downloading perl-HTTP-Message-6.06-2-any.pkg.tar.xz...
downloading perl-HTTP-Message-6.06-2-any.pkg.tar.xz...
downloading perl-HTTP-Message-6.06-2-any.pkg.tar.xz...
downloading perl-HTTP-Cookies-6.01-2-any.pkg.tar.xz...
downloading perl-HTTP-Cookies-6.01-2-any.pkg.tar.xz...
downloading perl-HTTP-Cookies-6.01-2-any.pkg.tar.xz...
downloading perl-HTTP-Cookies-6.01-2-any.pkg.tar.xz...
downloading perl-HTTP-Cookies-6.01-2-any.pkg.tar.xz...
downloading perl-HTTP-Daemon-6.01-2-any.pkg.tar.xz...
downloading perl-HTTP-Negotiate-6.01-2-any.pkg.tar.xz...
downloading perl-Net-HTTP-6.09-1-any.pkg.tar.xz...
downloading perl-Net-HTTP-6.09-1-any.pkg.tar.xz...
downloading perl-Net-HTTP-6.09-1-any.pkg.tar.xz...
downloading perl-Net-HTTP-6.09-1-any.pkg.tar.xz...
downloading perl-Net-HTTP-6.09-1-any.pkg.tar.xz...
downloading perl-WWW-RobotRules-6.02-2-any.pkg.tar.xz...
downloading perl-libwww-6.13-1-any.pkg.tar.xz...
downloading perl-libwww-6.13-1-any.pkg.tar.xz...
downloading perl-libwww-6.13-1-any.pkg.tar.xz...
downloading perl-libwww-6.13-1-any.pkg.tar.xz...
downloading perl-libwww-6.13-1-any.pkg.tar.xz...
downloading perl-TimeDate-2.30-2-any.pkg.tar.xz...
downloading perl-TimeDate-2.30-2-any.pkg.tar.xz...
downloading perl-TimeDate-2.30-2-any.pkg.tar.xz...
downloading perl-TimeDate-2.30-2-any.pkg.tar.xz...
downloading perl-TimeDate-2.30-2-any.pkg.tar.xz...
downloading perl-MailTools-2.14-1-any.pkg.tar.xz...
downloading perl-IO-stringy-2.111-1-any.pkg.tar.xz...
downloading perl-Convert-BinHex-1.123-2-any.pkg.tar.xz...
downloading perl-Convert-BinHex-1.123-2-any.pkg.tar.xz...
downloading perl-Convert-BinHex-1.123-2-any.pkg.tar.xz...
downloading perl-Convert-BinHex-1.123-2-any.pkg.tar.xz...
downloading perl-Convert-BinHex-1.123-2-any.pkg.tar.xz...
downloading perl-MIME-tools-5.506-1-any.pkg.tar.xz...
downloading perl-Net-SSLeay-1.72-1-x86_64.pkg.tar.xz...
downloading perl-Net-SSLeay-1.72-1-x86_64.pkg.tar.xz...
downloading perl-Net-SSLeay-1.72-1-x86_64.pkg.tar.xz...
downloading perl-Net-SSLeay-1.72-1-x86_64.pkg.tar.xz...
downloading perl-Net-SSLeay-1.72-1-x86_64.pkg.tar.xz...
downloading perl-IO-Socket-SSL-2.016-1-any.pkg.tar.xz...
downloading perl-IO-Socket-SSL-2.016-1-any.pkg.tar.xz...
downloading perl-IO-Socket-SSL-2.016-1-any.pkg.tar.xz...
downloading perl-IO-Socket-SSL-2.016-1-any.pkg.tar.xz...
downloading perl-IO-Socket-SSL-2.016-1-any.pkg.tar.xz...
downloading perl-Net-SMTP-SSL-1.02-1-any.pkg.tar.xz...
downloading perl-Net-SMTP-SSL-1.02-1-any.pkg.tar.xz...
downloading perl-Net-SMTP-SSL-1.02-1-any.pkg.tar.xz...
downloading perl-Net-SMTP-SSL-1.02-1-any.pkg.tar.xz...
downloading perl-Net-SMTP-SSL-1.02-1-any.pkg.tar.xz...
downloading perl-TermReadKey-2.33-1-x86_64.pkg.tar.xz...
downloading git-2.9.1-1-x86_64.pkg.tar.xz...
downloading git-2.9.1-1-x86_64.pkg.tar.xz...
downloading git-2.9.1-1-x86_64.pkg.tar.xz...
downloading git-2.9.1-1-x86_64.pkg.tar.xz...
downloading git-2.9.1-1-x86_64.pkg.tar.xz...
downloading tar-1.29-1-x86_64.pkg.tar.xz...
downloading tar-1.29-1-x86_64.pkg.tar.xz...
downloading tar-1.29-1-x86_64.pkg.tar.xz...
downloading tar-1.29-1-x86_64.pkg.tar.xz...
downloading tar-1.29-1-x86_64.pkg.tar.xz...
downloading make-4.2.1-1-x86_64.pkg.tar.xz...
downloading make-4.2.1-1-x86_64.pkg.tar.xz...
downloading make-4.2.1-1-x86_64.pkg.tar.xz...
downloading make-4.2.1-1-x86_64.pkg.tar.xz...
downloading make-4.2.1-1-x86_64.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing expat...
installing vim...
installing heimdal...
installing openssh...
installing db...
installing libgdbm...
installing gdbm...
installing perl...
installing perl-Error...
installing perl-Authen-SASL...
installing perl-Encode-Locale...
installing perl-HTTP-Date...
installing perl-File-Listing...
installing perl-HTML-Tagset...
installing perl-HTML-Parser...
installing perl-LWP-MediaTypes...
installing perl-URI...
installing perl-HTTP-Message...
installing perl-HTTP-Cookies...
installing perl-HTTP-Daemon...
installing perl-HTTP-Negotiate...
installing perl-Net-HTTP...
installing perl-WWW-RobotRules...
installing perl-libwww...
Optional dependencies for perl-libwww
perl-LWP-Protocol-HTTPS: for https:// url schemes
installing perl-TimeDate...
installing perl-MailTools...
installing perl-IO-stringy...
installing perl-Convert-BinHex...
module test... pass.
installing perl-MIME-tools...
installing perl-Net-SSLeay...
installing perl-IO-Socket-SSL...
installing perl-Net-SMTP-SSL...
installing perl-TermReadKey...
installing git...
Optional dependencies for git
python2: various helper scripts
subversion: git svn
installing tar...
installing make...
installing mingw-w64-x86_64-libiconv...
installing mingw-w64-x86_64-gmp...
installing mingw-w64-x86_64-libwinpthread-git...
installing mingw-w64-x86_64-gcc-libgfortran...
installing mingw-w64-x86_64-gcc-libs...
installing mingw-w64-x86_64-bzip2...
installing mingw-w64-x86_64-zlib...
installing mingw-w64-x86_64-binutils...
installing mingw-w64-x86_64-headers-git...
installing mingw-w64-x86_64-crt-git...
installing mingw-w64-x86_64-isl...
installing mingw-w64-x86_64-mpfr...
installing mingw-w64-x86_64-mpc...
installing mingw-w64-x86_64-windows-default-manifest...
installing mingw-w64-x86_64-winpthreads-git...
installing mingw-w64-x86_64-gcc...
installing mingw-w64-x86_64-gcc-fortran...
c:\jenkins\workspace\torch-win64\soft>rem install lapack; I debated whether to put it in 'build' or 'installdeps', but decided 'build' is maybe better,
c:\jenkins\workspace\torch-win64\soft>rem on the basis that it might be less stable, subject to changes/bugs/tweaks than eg 7zip install?
c:\jenkins\workspace\torch-win64\soft>rem (and also it is architecture specific etc, probalby subject to device-specific optimizations?)
c:\jenkins\workspace\torch-win64\soft>cd /d "c:\jenkins\workspace\torch-win64\soft"
c:\jenkins\workspace\torch-win64\soft>powershell.exe -Command (new-object System.Net.WebClient).DownloadFile('http://www.netlib.org/lapack/lapack-3.6.1.tgz', 'lapack-3.6.1.tgz')
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>"c:\program files\7-Zip\7z.exe" x lapack-3.6.1.tgz
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive: lapack-3.6.1.tgz
Extracting lapack-3.6.1.tar
Everything is Ok
Size: 59781120
Compressed: 6813749
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>"c:\program files\7-Zip\7z.exe" x lapack-3.6.1.tar 1>nul
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>dir lapack-3.6.1
Volume in drive C has no label.
Volume Serial Number is 548E-9189
Directory of c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1
09/11/2016 11:38 AM <DIR> .
09/11/2016 11:38 AM <DIR> ..
06/18/2016 10:15 PM 257 .gitignore
06/18/2016 10:15 PM 325 .travis.yml
09/11/2016 11:38 AM <DIR> BLAS
09/11/2016 11:38 AM <DIR> CBLAS
09/11/2016 11:38 AM <DIR> CMAKE
06/18/2016 10:15 PM 14,166 CMakeLists.txt
06/18/2016 10:15 PM 529 CTestConfig.cmake
06/18/2016 10:15 PM 1,604 CTestCustom.cmake.in
09/11/2016 11:38 AM <DIR> DOCS
09/11/2016 11:38 AM <DIR> INSTALL
06/18/2016 10:15 PM 315 lapack.pc.in
09/11/2016 11:38 AM <DIR> LAPACKE
06/18/2016 10:15 PM 7,600 lapack_build.cmake
06/18/2016 10:15 PM 12,773 lapack_testing.py
06/18/2016 10:15 PM 2,266 LICENSE
06/18/2016 10:15 PM 2,911 make.inc.example
06/18/2016 10:15 PM 4,178 Makefile
06/18/2016 10:15 PM 6,443 README
09/11/2016 11:38 AM <DIR> SRC
09/11/2016 11:38 AM <DIR> TESTING
12 File(s) 53,367 bytes
10 Dir(s) 8,222,658,560 bytes free
c:\jenkins\workspace\torch-win64\soft>cd lapack-3.6.1
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1>mkdir build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1>cd build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>set "SOFT=c:\jenkins\workspace\torch-win64\soft"
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>cmd /c c:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\bash.exe --login "c:\jenkins\workspace\torch-win64\win-files\install_lapack.sh"
SOFT c:\jenkins\workspace\torch-win64\soft
BASE c:\jenkins\workspace\torch-win64
DOWNLOADS C:\Downloads
mkdir: cannot create directory ‘build’: File exists
-- The Fortran compiler identification is GNU 6.1.0
-- Check for working Fortran compiler: C:/jenkins/workspace/torch-win64/soft/msys64/mingw64/bin/x86_64-w64-mingw32-gfortran.exe
-- Check for working Fortran compiler: C:/jenkins/workspace/torch-win64/soft/msys64/mingw64/bin/x86_64-w64-mingw32-gfortran.exe -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether C:/jenkins/workspace/torch-win64/soft/msys64/mingw64/bin/x86_64-w64-mingw32-gfortran.exe supports Fortran 90
-- Checking whether C:/jenkins/workspace/torch-win64/soft/msys64/mingw64/bin/x86_64-w64-mingw32-gfortran.exe supports Fortran 90 -- yes
-- Found PythonInterp: C:/Program Files/Python35/python.exe (found version "3.5.2")
-- Looking for Python found - TRUE
-- Using Python version 3.5.2
-- Reducing RELEASE optimization level to O2
-- Looking for Fortran NONE - found
-- Looking for Fortran INT_CPU_TIME - found
-- Looking for Fortran EXT_ETIME - not found
-- Looking for Fortran EXT_ETIME_ - not found
-- Looking for Fortran INT_ETIME - found
-- --> Will use second_INT_ETIME.f and dsecnd_INT_ETIME.f as timing function.
-- Using supplied NETLIB BLAS implementation
-- Using supplied NETLIB LAPACK implementation
-- Building Single Precision
-- Building Double Precision
-- Building Complex Precision
-- Building Double Complex Precision
-- BUILD TESTING : ON
-- Configuring done
-- Generating done
-- Build files have been written to: C:/jenkins/workspace/torch-win64/soft/lapack-3.6.1/build
Scanning dependencies of target blas
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/isamax.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sasum.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/saxpy.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/scopy.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sdot.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/snrm2.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/srot.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/srotg.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sscal.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sswap.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sdsdot.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/srotmg.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/srotm.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sgemv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sgbmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssymv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssbmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sspmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/strmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/stbmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/stpmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/strsv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/stbsv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/stpsv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sger.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssyr.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sspr.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssyr2.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sspr2.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sgemm.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssymm.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssyrk.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssyr2k.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/strmm.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/strsm.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/idamax.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dasum.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/daxpy.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dcopy.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ddot.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dnrm2.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/drot.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/drotg.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dscal.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsdot.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dswap.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/drotmg.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/drotm.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dgemv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dgbmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsymv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsbmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dspmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtrmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtbmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtpmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtrsv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtbsv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtpsv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dger.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsyr.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dspr.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsyr2.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dspr2.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dgemm.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsymm.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsyrk.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsyr2k.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtrmm.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtrsm.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/scabs1.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/scasum.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/scnrm2.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/icamax.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/caxpy.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ccopy.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cdotc.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cdotu.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/csscal.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/crotg.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cscal.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cswap.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/csrot.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cgemv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cgbmv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chemv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chbmv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chpmv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctrmv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctbmv.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctpmv.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctrsv.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctbsv.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctpsv.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cgerc.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cgeru.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cher.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chpr.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cher2.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chpr2.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cgemm.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/csymm.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/csyrk.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/csyr2k.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctrmm.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctrsm.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chemm.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cherk.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cher2k.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dcabs1.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dzasum.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dznrm2.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/izamax.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zaxpy.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zcopy.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zdotc.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zdotu.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zdscal.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zrotg.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zscal.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zswap.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zdrot.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zgemv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zgbmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhemv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhbmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhpmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztrmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztbmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztpmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztrsv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztbsv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztpsv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zgerc.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zgeru.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zher.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhpr.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zher2.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhpr2.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zgemm.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zsymm.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zsyrk.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zsyr2k.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztrmm.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztrsm.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhemm.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zherk.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zher2k.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/lsame.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/xerbla.f.obj
[ 5%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/xerbla_array.f.obj
[ 5%] Linking Fortran shared library ../../bin/libblas.dll
Microsoft (R) Library Manager Version 14.00.24213.1
Copyright (C) Microsoft Corporation. All rights reserved.
Creating library ../../lib/libblas.lib and object ../../lib/libblas.exp
[ 5%] Built target blas
Scanning dependencies of target lapack
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sbdsvdx.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbbrd.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbcon.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbequ.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbrfs.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbsv.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbsvx.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbtf2.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbtrf.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbtrs.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgebak.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgebal.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgebd2.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgebrd.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgecon.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeequ.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgees.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeesx.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeev.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeevx.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgehd2.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgehrd.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgelq2.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgelqf.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgels.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgelsd.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgelss.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgelsy.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeql2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqlf.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqp3.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqr2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqr2p.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqrf.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqrfp.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgerfs.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgerq2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgerqf.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesc2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesdd.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesv.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesvd.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesvdx.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesvx.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetc2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetf2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetrf.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetrf2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetri.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetrs.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggbak.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggbal.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgges.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgges3.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggesx.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggev.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggev3.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggevx.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggglm.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgghrd.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgghd3.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgglse.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggqrf.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggrqf.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggsvd3.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggsvp3.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgtcon.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgtrfs.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgtsv.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgtsvx.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgttrf.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgttrs.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgtts2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/shgeqz.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/shsein.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/shseqr.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slabrd.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slacon.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slacn2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaein.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaexc.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slag2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slags2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slagtm.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slagv2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slahqr.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slahr2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaic1.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaln2.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slals0.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slalsa.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slalsd.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slangb.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slange.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slangt.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slanhs.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slansb.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slansp.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slansy.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slantb.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slantp.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slantr.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slanv2.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slapll.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slapmt.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqgb.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqge.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqp2.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqps.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqsb.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqsp.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqsy.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr0.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr1.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr2.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr3.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr4.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr5.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqtr.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slar1v.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slar2v.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaslr.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaslc.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarf.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarfb.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarfg.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarfgp.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarft.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarfx.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slargv.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrv.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slartv.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarz.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarzb.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarzt.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaswp.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasy2.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasyf.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasyf_rook.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatbs.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatdf.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatps.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatrd.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatrs.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatrz.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slauu2.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slauum.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/sopgtr.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/sopmtr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorg2l.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorg2r.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgbr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorghr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgl2.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorglq.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgql.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgqr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgr2.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgrq.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgtr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorm2l.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorm2r.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorm22.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormbr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormhr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorml2.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormlq.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormql.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormqr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormr2.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormr3.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormrq.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormrz.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormtr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbcon.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbequ.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbrfs.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbstf.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbsv.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbsvx.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbtf2.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbtrf.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbtrs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spocon.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spoequ.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sporfs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sposv.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sposvx.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spotf2.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spotrf.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spotrf2.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spotri.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spotrs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spstrf.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spstf2.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sppcon.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sppequ.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spprfs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sppsv.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sppsvx.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spptrf.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spptri.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spptrs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sptcon.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spteqr.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sptrfs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sptsv.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sptsvx.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spttrs.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sptts2.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/srscl.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbev.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbevd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbevx.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbgst.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbgv.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbgvd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbgvx.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbtrd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspcon.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspev.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspevd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspevx.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspgst.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspgv.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspgvd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspgvx.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssprfs.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspsv.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspsvx.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssptrd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssptrf.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssptri.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssptrs.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstegr.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstein.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstev.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstevd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstevr.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstevx.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssycon.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyev.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyevd.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyevr.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyevx.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssygs2.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssygst.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssygv.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssygvd.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssygvx.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyrfs.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssysv.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssysvx.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytd2.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytf2.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrd.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrf.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytri.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytri2.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytri2x.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyswapr.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrs.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrs2.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyconv.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytf2_rook.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrf_rook.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrs_rook.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytri_rook.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssycon_rook.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssysv_rook.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stbcon.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stbrfs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stbtrs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgevc.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgex2.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgexc.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgsen.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgsja.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgsna.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgsy2.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgsyl.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpcon.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stprfs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stptri.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stptrs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strcon.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strevc.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strevc3.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strexc.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strrfs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strsen.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strsna.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strsyl.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strti2.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strtri.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strtrs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stzrzf.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstemr.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/slansf.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/spftrf.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/spftri.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/spftrs.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssfrk.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stfsm.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stftri.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stfttp.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stfttr.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpttf.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpttr.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/strttf.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/strttp.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgejsv.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesvj.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgsvj0.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgsvj1.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeequb.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyequb.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/spoequb.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbequb.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sbbcsd.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/slapmr.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb1.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb2.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb3.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb4.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb5.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb6.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorcsd.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorcsd2by1.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqrt.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqrt2.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqrt3.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgemqrt.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpqrt.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpqrt2.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpmqrt.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/stprfb.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaenv.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/ieeeck.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/lsamen.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/iparmq.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaprec.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilatrans.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilauplo.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/iladiag.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/chla_transtype.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/ilaver.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/lsame.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/xerbla.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/xerbla_array.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/slamch.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sbdsdc.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sbdsqr.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sdisna.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/slabad.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/slacpy.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sladiv.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/slae2.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaebz.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed0.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed1.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed2.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed3.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed4.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed5.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed6.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed7.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed8.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed9.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaeda.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaev2.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slagtf.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slagts.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slamrg.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slanst.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slapy2.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slapy3.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarnv.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarra.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrb.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrc.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrd.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarre.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrf.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrj.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrk.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrr.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaneg.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slartg.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaruv.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slas2.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slascl.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd0.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd1.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd2.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd3.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd4.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd5.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd6.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd7.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd8.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasda.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasdq.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasdt.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaset.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq1.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq2.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq3.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq4.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq5.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq6.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasr.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasrt.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slassq.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasv2.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/spttrf.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstebz.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstedc.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssteqr.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssterf.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaisnan.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/sisnan.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/slartgp.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/slartgs.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/second_INT_ETIME.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dbdsvdx.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbbrd.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbcon.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbequ.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbrfs.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbsv.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbsvx.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbtf2.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbtrf.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbtrs.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgebak.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgebal.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgebd2.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgebrd.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgecon.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeequ.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgees.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeesx.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeev.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeevx.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgehd2.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgehrd.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgelq2.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgelqf.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgels.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgelsd.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgelss.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgelsy.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeql2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqlf.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqp3.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqr2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqr2p.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqrf.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqrfp.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgerfs.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgerq2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgerqf.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesc2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesdd.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesv.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesvd.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesvdx.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesvx.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetc2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetf2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetrf.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetrf2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetri.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetrs.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggbak.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggbal.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgges.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgges3.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggesx.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggev.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggev3.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggevx.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggglm.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgghrd.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgghd3.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgglse.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggqrf.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggrqf.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggsvd3.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggsvp3.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgtcon.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgtrfs.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgtsv.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgtsvx.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgttrf.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgttrs.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgtts2.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dhgeqz.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dhsein.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dhseqr.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlabrd.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlacon.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlacn2.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaein.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaexc.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlag2.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlags2.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlagtm.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlagv2.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlahqr.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlahr2.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaic1.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaln2.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlals0.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlalsa.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlalsd.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlangb.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlange.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlangt.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlanhs.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlansb.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlansp.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlansy.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlantb.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlantp.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlantr.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlanv2.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlapll.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlapmt.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqgb.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqge.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqp2.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqps.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqsb.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqsp.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqsy.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr0.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr1.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr2.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr3.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr4.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr5.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqtr.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlar1v.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlar2v.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/iladlr.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/iladlc.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarf.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarfb.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarfg.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarfgp.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarft.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarfx.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlargv.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrv.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlartv.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarz.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarzb.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarzt.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaswp.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasy2.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasyf.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasyf_rook.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatbs.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatdf.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatps.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatrd.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatrs.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatrz.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlauu2.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlauum.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dopgtr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dopmtr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorg2l.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorg2r.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgbr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorghr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgl2.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorglq.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgql.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgqr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgr2.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgrq.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgtr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorm2l.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorm2r.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorm22.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormbr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormhr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorml2.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormlq.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormql.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormqr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormr2.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormr3.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormrq.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormrz.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormtr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbcon.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbequ.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbrfs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbstf.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbsv.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbsvx.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbtf2.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbtrf.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbtrs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpocon.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpoequ.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dporfs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dposv.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dposvx.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpotf2.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpotrf.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpotrf2.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpotri.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpotrs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpstrf.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpstf2.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dppcon.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dppequ.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpprfs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dppsv.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dppsvx.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpptrf.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpptri.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpptrs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dptcon.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpteqr.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dptrfs.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dptsv.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dptsvx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpttrs.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dptts2.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/drscl.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbev.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbevd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbevx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbgst.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbgv.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbgvd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbgvx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbtrd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspcon.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspev.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspevd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspevx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspgst.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspgv.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspgvd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspgvx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsprfs.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspsv.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspsvx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsptrd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsptrf.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsptri.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsptrs.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstegr.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstein.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstev.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstevd.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstevr.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstevx.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsycon.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyev.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyevd.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyevr.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyevx.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsygs2.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsygst.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsygv.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsygvd.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsygvx.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyrfs.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsysv.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsysvx.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytd2.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytf2.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrd.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrf.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytri.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrs.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrs2.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytri2.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytri2x.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyswapr.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyconv.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytf2_rook.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrf_rook.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrs_rook.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytri_rook.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsycon_rook.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsysv_rook.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtbcon.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtbrfs.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtbtrs.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgevc.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgex2.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgexc.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgsen.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgsja.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgsna.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgsy2.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgsyl.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpcon.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtprfs.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtptri.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtptrs.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrcon.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrevc.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrevc3.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrexc.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrrfs.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrsen.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrsna.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrsyl.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrti2.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrtri.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrtrs.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtzrzf.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstemr.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsgesv.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsposv.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlag2s.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/slag2d.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlat2s.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlansf.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpftrf.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpftri.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpftrs.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsfrk.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtfsm.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtftri.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtfttp.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtfttr.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpttf.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpttr.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrttf.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrttp.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgejsv.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesvj.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgsvj0.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgsvj1.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeequb.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyequb.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpoequb.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbequb.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dbbcsd.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlapmr.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb1.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb2.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb3.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb4.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb5.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb6.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorcsd.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorcsd2by1.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqrt.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqrt2.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqrt3.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgemqrt.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpqrt.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpqrt2.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpmqrt.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtprfb.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dbdsdc.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dbdsqr.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/ddisna.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlabad.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlacpy.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dladiv.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlae2.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaebz.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed0.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed1.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed2.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed3.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed4.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed5.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed6.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed7.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed8.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed9.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaeda.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaev2.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlagtf.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlagts.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlamrg.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlanst.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlapy2.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlapy3.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarnv.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarra.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrb.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrc.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrd.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarre.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrf.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrj.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrk.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrr.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaneg.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlartg.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaruv.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlas2.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlascl.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd0.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd1.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd2.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd3.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd4.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd5.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd6.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd7.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd8.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasda.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasdq.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasdt.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaset.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq1.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq2.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq3.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq4.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq5.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq6.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasr.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasrt.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlassq.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasv2.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpttrf.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstebz.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstedc.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsteqr.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsterf.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaisnan.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/disnan.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlartgp.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlartgs.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/dlamch.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cbdsqr.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbbrd.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbcon.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbequ.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbrfs.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbsv.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbsvx.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbtf2.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbtrf.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbtrs.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgebak.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgebal.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgebd2.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgebrd.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgecon.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeequ.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgees.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeesx.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeev.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeevx.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgehd2.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgehrd.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgelq2.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgelqf.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgels.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgelsd.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgelss.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgelsy.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeql2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqlf.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqp3.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqr2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqr2p.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqrf.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqrfp.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgerfs.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgerq2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgerqf.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesc2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesdd.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesv.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesvd.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesvdx.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesvj.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgejsv.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgsvj0.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgsvj1.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesvx.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetc2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetf2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetrf.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetrf2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetri.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetrs.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggbak.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggbal.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgges.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgges3.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggesx.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggev.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggev3.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggevx.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggglm.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgghrd.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgghd3.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgglse.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggqrf.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggrqf.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggsvd3.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggsvp3.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgtcon.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgtrfs.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgtsv.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgtsvx.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgttrf.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgttrs.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgtts2.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbev.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbevd.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbevx.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbgst.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbgv.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbgvd.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbgvx.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbtrd.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/checon.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheev.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheevd.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheevr.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheevx.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chegs2.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chegst.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chegv.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chegvd.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chegvx.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/cherfs.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chesv.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chesvx.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetd2.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetf2.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrd.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrf.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetri.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetri2.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetri2x.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheswapr.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrs.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrs2.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetf2_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrf_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetri_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrs_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/checon_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chesv_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chgeqz.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpcon.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpev.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpevd.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpevx.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpgst.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpgv.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpgvd.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpgvx.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chprfs.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpsv.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpsvx.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chptrd.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chptrf.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chptri.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chptrs.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chsein.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chseqr.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clabrd.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacgv.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacon.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacn2.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacp2.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacpy.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacrm.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacrt.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/cladiv.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claed0.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claed7.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claed8.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claein.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claesy.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claev2.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clags2.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clagtm.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clahef.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clahef_rook.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clahqr.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clahr2.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claic1.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clals0.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clalsa.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clalsd.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clangb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clange.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clangt.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanhb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanhe.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanhp.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanhs.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanht.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clansb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clansp.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clansy.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clantb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clantp.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clantr.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clapll.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clapmt.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarcm.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqgb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqge.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqhb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqhe.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqhp.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqp2.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqps.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqsb.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr0.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr1.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr2.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr3.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr4.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr5.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqsp.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqsy.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clar1v.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clar2v.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaclr.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaclc.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarf.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarfb.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarfg.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarfgp.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarft.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarfx.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clargv.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarnv.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarrv.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clartg.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clartv.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarz.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarzb.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarzt.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clascl.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/claset.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clasr.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/classq.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/claswp.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clasyf.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clasyf_rook.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatbs.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatdf.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatps.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatrd.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatrs.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatrz.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clauu2.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clauum.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbcon.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbequ.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbrfs.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbstf.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbsv.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbsvx.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbtf2.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbtrf.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbtrs.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpocon.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpoequ.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cporfs.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cposv.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cposvx.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpotf2.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpotrf.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpotrf2.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpotri.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpotrs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpstrf.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpstf2.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cppcon.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cppequ.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpprfs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cppsv.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cppsvx.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpptrf.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpptri.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpptrs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cptcon.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpteqr.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cptrfs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cptsv.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cptsvx.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpttrf.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpttrs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cptts2.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/crot.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cspcon.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cspmv.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cspr.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/csprfs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cspsv.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cspsvx.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/csptrf.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/csptri.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/csptrs.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csrscl.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/cstedc.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/cstegr.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/cstein.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csteqr.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csycon.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csymv.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csyr.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csyrfs.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csysv.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csysvx.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytf2.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytrf.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytri.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytri2.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytri2x.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csyswapr.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytrs.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytrs2.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csyconv.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytf2_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytrf_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytrs_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytri_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csycon_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csysv_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctbcon.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctbrfs.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctbtrs.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgevc.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgex2.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgexc.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgsen.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgsja.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgsna.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgsy2.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgsyl.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpcon.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctprfs.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctptri.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctptrs.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrcon.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrevc.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrevc3.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrexc.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrrfs.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrsen.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrsna.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrsyl.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrti2.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrtri.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrtrs.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctzrzf.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cung2l.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cung2r.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungbr.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunghr.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungl2.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunglq.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungql.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungqr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungr2.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungrq.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungtr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunm2l.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunm2r.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmbr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmhr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunml2.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunm22.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmlq.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmql.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmqr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmr2.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmr3.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmrq.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmrz.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmtr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cupgtr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cupmtr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/icmax1.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/scsum1.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cstemr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/chfrk.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctfttp.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanhf.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpftrf.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpftri.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpftrs.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctfsm.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctftri.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctfttr.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpttf.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpttr.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrttf.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrttp.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeequb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbequb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/csyequb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpoequb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheequb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cbbcsd.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/clapmr.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb1.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb2.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb3.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb4.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb5.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb6.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cuncsd.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cuncsd2by1.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqrt.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqrt2.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqrt3.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgemqrt.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpqrt.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpqrt2.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpmqrt.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctprfb.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zbdsqr.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbbrd.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbcon.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbequ.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbrfs.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbsv.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbsvx.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbtf2.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbtrf.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbtrs.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgebak.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgebal.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgebd2.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgebrd.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgecon.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeequ.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgees.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeesx.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeev.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeevx.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgehd2.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgehrd.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgelq2.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgelqf.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgels.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgelsd.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgelss.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgelsy.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeql2.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqlf.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqp3.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqr2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqr2p.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqrf.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqrfp.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgerfs.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgerq2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgerqf.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesc2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesdd.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesv.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesvd.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesvdx.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesvx.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesvj.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgejsv.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgsvj0.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgsvj1.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetc2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetf2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetrf.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetrf2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetri.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetrs.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggbak.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggbal.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgges.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgges3.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggesx.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggev.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggev3.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggevx.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggglm.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgghrd.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgghd3.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgglse.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggqrf.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggrqf.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggsvd3.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggsvp3.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgtcon.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgtrfs.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgtsv.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgtsvx.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgttrf.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgttrs.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgtts2.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbev.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbevd.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbevx.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbgst.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbgv.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbgvd.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbgvx.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbtrd.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhecon.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheev.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheevd.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheevr.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheevx.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhegs2.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhegst.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhegv.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhegvd.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhegvx.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zherfs.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhesv.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhesvx.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetd2.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetf2.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrd.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrf.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetri.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetri2.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetri2x.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheswapr.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrs.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrs2.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetf2_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrf_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetri_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrs_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhecon_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhesv_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhgeqz.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpcon.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpev.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpevd.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpevx.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpgst.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpgv.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpgvd.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpgvx.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhprfs.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpsv.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpsvx.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhptrd.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhptrf.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhptri.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhptrs.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhsein.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhseqr.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlabrd.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacgv.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacon.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacn2.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacp2.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacpy.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacrm.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacrt.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zladiv.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaed0.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaed7.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaed8.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaein.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaesy.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaev2.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlags2.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlagtm.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlahef.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlahef_rook.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlahqr.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlahr2.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaic1.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlals0.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlalsa.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlalsd.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlangb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlange.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlangt.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanhb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanhe.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanhp.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanhs.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanht.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlansb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlansp.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlansy.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlantb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlantp.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlantr.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlapll.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlapmt.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqgb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqge.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqhb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqhe.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqhp.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqp2.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqps.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqsb.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr0.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr1.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr2.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr3.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr4.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr5.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqsp.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqsy.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlar1v.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlar2v.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilazlr.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilazlc.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarcm.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarf.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarfb.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarfg.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarfgp.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarft.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarfx.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlargv.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarnv.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarrv.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlartg.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlartv.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarz.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarzb.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarzt.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlascl.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaset.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlasr.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlassq.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaswp.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlasyf.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlasyf_rook.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatbs.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatdf.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatps.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatrd.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatrs.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatrz.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlauu2.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlauum.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbcon.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbequ.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbrfs.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbstf.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbsv.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbsvx.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbtf2.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbtrf.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbtrs.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpocon.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpoequ.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zporfs.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zposv.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zposvx.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpotf2.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpotrf.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpotrf2.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpotri.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpotrs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpstrf.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpstf2.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zppcon.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zppequ.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpprfs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zppsv.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zppsvx.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpptrf.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpptri.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpptrs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zptcon.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpteqr.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zptrfs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zptsv.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zptsvx.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpttrf.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpttrs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zptts2.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zrot.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zspcon.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zspmv.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zspr.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsprfs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zspsv.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zspsvx.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsptrf.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsptri.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsptrs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zdrscl.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zstedc.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zstegr.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zstein.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsteqr.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsycon.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsymv.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsyr.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsyrfs.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsysv.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsysvx.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytf2.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytrf.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytri.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytri2.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytri2x.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsyswapr.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytrs.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytrs2.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsyconv.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytf2_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytrf_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytrs_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytri_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsycon_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsysv_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztbcon.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztbrfs.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztbtrs.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgevc.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgex2.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgexc.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgsen.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgsja.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgsna.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgsy2.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgsyl.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpcon.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztprfs.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztptri.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztptrs.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrcon.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrevc.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrevc3.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrexc.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrrfs.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrsen.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrsna.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrti2.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrsyl.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrtri.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrtrs.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztzrzf.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zung2l.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zung2r.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungbr.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunghr.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungl2.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunglq.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungql.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungqr.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungr2.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungrq.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungtr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunm2l.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunm2r.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmbr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmhr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunml2.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunm22.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmlq.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmql.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmqr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmr2.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmr3.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmrq.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmrz.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmtr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zupgtr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zupmtr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/izmax1.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/dzsum1.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zstemr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zcgesv.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zcposv.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlag2c.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/clag2z.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlat2c.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhfrk.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztfttp.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanhf.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpftrf.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpftri.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpftrs.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztfsm.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztftri.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztfttr.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpttf.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpttr.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrttf.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrttp.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeequb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbequb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsyequb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpoequb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheequb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zbbcsd.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlapmr.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb1.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb2.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb3.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb4.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb5.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb6.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zuncsd.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zuncsd2by1.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqrt.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqrt2.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqrt3.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgemqrt.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpqrt.f.obj
[ 59%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpqrt2.f.obj
[ 59%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpmqrt.f.obj
[ 59%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztprfb.f.obj
[ 59%] Linking Fortran shared library ../bin/liblapack.dll
Microsoft (R) Library Manager Version 14.00.24213.1
Copyright (C) Microsoft Corporation. All rights reserved.
Creating library ../lib/liblapack.lib and object ../lib/liblapack.exp
[ 59%] Built target lapack
Scanning dependencies of target tmglib
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatms.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatme.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatmr.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatmt.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slagge.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slagsy.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slakf2.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slarge.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slaror.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slarot.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm2.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm3.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm5.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm6.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm7.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slahilb.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm1.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slaran.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slarnd.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatms.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatme.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatmr.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatmt.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlagge.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlagsy.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlakf2.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlarge.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlaror.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlarot.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm2.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm3.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm5.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm6.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm7.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlahilb.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm1.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlaran.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlarnd.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatms.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatme.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatmr.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatmt.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clagge.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/claghe.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clagsy.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clakf2.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clarge.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/claror.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clarot.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatm1.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clarnd.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatm2.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatm3.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatm5.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatm6.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clahilb.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatms.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatme.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatmr.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatmt.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlagge.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlaghe.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlagsy.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlakf2.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlarge.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlaror.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlarot.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatm1.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlarnd.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatm2.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatm3.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatm5.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatm6.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlahilb.f.obj
[ 61%] Linking Fortran shared library ../../bin/libtmglib.dll
Microsoft (R) Library Manager Version 14.00.24213.1
Copyright (C) Microsoft Corporation. All rights reserved.
Creating library ../../lib/libtmglib.lib and object ../../lib/libtmglib.exp
[ 61%] Built target tmglib
Scanning dependencies of target xlintstrfc
Scanning dependencies of target xlintstrfs
Scanning dependencies of target xlintstrfd
Scanning dependencies of target xlintstds
Scanning dependencies of target xlintstrfz
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cchkrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/schkrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dchkrfp.f.obj
Scanning dependencies of target xlintsts
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zchkrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dchkab.f.obj
Scanning dependencies of target xlintstd
Scanning dependencies of target xlintstc
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/aladhd.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/aladhd.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/aladhd.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cdrvrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sdrvrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/ddrvrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zdrvrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/ddrvab.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alaerh.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sdrvrf1.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alaerh.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cdrvrf1.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/ddrvrf1.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zdrvrf1.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alaerh.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/ddrvac.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sdrvrf2.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cdrvrf2.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/ddrvrf2.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zdrvrf2.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/derrab.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cdrvrf3.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sdrvrf3.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/ddrvrf3.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/derrac.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zdrvrf3.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alaesm.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alaesm.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alaesm.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dget08.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sdrvrf4.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cdrvrf4.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/ddrvrf4.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zdrvrf4.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alahd.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alahd.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alahd.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/alaerh.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/serrrfp.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cerrrfp.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/derrrfp.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zerrrfp.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/slatb4.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dlatb4.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/claipd.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zlatb4.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/clatb4.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alareq.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/slarhs.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alareq.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dlarhs.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alareq.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zlaipd.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/alahd.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alasum.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/clarhs.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alasum.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zlarhs.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alasum.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sget04.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dget04.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alasvm.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alasvm.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alasvm.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/spot01.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dpot01.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/csbmv.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zsbmv.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/chkxer.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/chkxer.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/chkxer.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/spot03.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dpot03.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/aladhd.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cget04.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zget04.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/icopy.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/icopy.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/icopy.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dpot02.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/spot02.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cpot01.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zpot01.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ilaenv.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/ilaenv.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ilaenv.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/alareq.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/chkxer.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/chkxer.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cpot03.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/xlaenv.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/xlaenv.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zpot03.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/xlaenv.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/chkxer.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/xerbla.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/xerbla.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cpot02.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/xerbla.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/xerbla.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zpot02.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/xerbla.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dlarhs.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/alaerh.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/alaerh.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkaa.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/chkxer.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slaord.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/chkxer.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkaa.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dlatb4.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/xerbla.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkaa.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/xerbla.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/xerbla.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/alaerh.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/alaerh.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkeq.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dget02.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/aladhd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkeq.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/aladhd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkeq.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dpot06.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkgb.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/alahd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/alahd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkgb.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkgb.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/aladhd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/aladhd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkge.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkge.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkge.f.obj
[ 65%] Linking Fortran executable ../../bin/xlintstds.exe
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/alahd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkgt.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/alahd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/alasvm.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/alasvm.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkgt.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkgt.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchklq.f.obj
[ 66%] Built target xlintstds
[ 66%] Linking Fortran executable ../../bin/xlintstrfd.exe
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkhe.f.obj
[ 66%] Linking Fortran executable ../../bin/xlintstrfs.exe
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schklq.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkpb.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/alasvm.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/alasvm.f.obj
Scanning dependencies of target xlintstz
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkhe_rook.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkpb.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/aladhd.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkpo.f.obj
[ 66%] Built target xlintstrfs
[ 66%] Built target xlintstrfd
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkpo.f.obj
[ 66%] Linking Fortran executable ../../bin/xlintstrfz.exe
[ 66%] Linking Fortran executable ../../bin/xlintstrfc.exe
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkps.f.obj
Scanning dependencies of target xlintstzc
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkhp.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zchkab.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alaerh.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkps.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkpp.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkpt.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchklq.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkpp.f.obj
[ 66%] Built target xlintstrfz
[ 66%] Built target xlintstrfc
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zdrvab.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zdrvac.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkq3.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkql.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkpb.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkpt.f.obj
Scanning dependencies of target xeigtstc
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zerrab.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkqr.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zerrac.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkrq.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alaesm.f.obj
[ 66%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkee.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkpo.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkq3.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zget08.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schksp.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schksy.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alahd.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schksy_rook.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkps.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/alaerh.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkql.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schktb.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schktp.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schktr.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkpp.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkqr.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schktz.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkpt.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alareq.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvgt.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkq3.f.obj
[ 66%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cbdt01.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkrq.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvls.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/alahd.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alasum.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alasvm.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkql.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvpb.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cbdt02.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchksp.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/chkxer.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvpp.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cbdt03.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkqr.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkrq.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchksy.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvpt.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/icopy.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cbdt05.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchksp.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchksy.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvsp.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/aladhd.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ilaenv.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchksy_rook.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvsy.f.obj
[ 68%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkbb.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchksy_rook.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchktb.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvsy_rook.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/xlaenv.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/alareq.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrgt.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchktb.f.obj
[ 68%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkbd.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/xerbla.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrlq.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrls.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchktp.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/chkxer.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrpo.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkaa.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchktp.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zget02.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkeq.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchktr.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkbk.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchktz.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zlarhs.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrps.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchktr.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkbl.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvgt.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvhe.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkgb.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkge.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrql.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkec.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zlatb4.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchktz.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvhe_rook.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvhp.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkgt.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkgg.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zsbmv.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkhe.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrqp.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvgt.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvls.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvpb.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrqr.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/xerbla.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkhe_rook.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkhp.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvls.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zpot06.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvpp.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkgk.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvpt.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrrq.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchklq.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvsp.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zlaipd.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvpb.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkgl.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvsy.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvsy_rook.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrsy.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkpb.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrgt.f.obj
[ 71%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkhb.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvpp.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrhe.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrlq.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrtr.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkpo.f.obj
[ 71%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrls.f.obj
[ 72%] Linking Fortran executable ../../bin/xlintstzc.exe
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkhs.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvpt.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrps.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrql.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrqp.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkps.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrtz.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrqr.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvsp.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrrq.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkpp.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrsy.f.obj
[ 72%] Built target xlintstzc
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkst.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrvx.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvsy.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrtr.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrtz.f.obj
Scanning dependencies of target xeigtsts
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkpt.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgbt01.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkee.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrvx.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkq3.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvsy_rook.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrgt.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgbt02.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgbt01.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cckcsd.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgbt05.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkql.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgbt02.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cckglm.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrlq.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cckgqr.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgbt05.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgelqs.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkqr.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cckgsv.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrls.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ccklse.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrps.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgeqls.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sbdt01.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgelqs.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkrq.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrql.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ccsdts.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchksp.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgeqrs.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrges.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgeqls.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sbdt02.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrqp.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgerqs.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgeqrs.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sbdt03.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchksy.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrgev.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget01.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrqr.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchksy_rook.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget02.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgerqs.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sbdt04.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchktb.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sbdt05.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget03.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cget01.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrrq.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkbb.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkbd.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrges3.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkbk.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget04.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cget02.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchktp.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkbl.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrsy.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget06.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkec.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cget03.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrgev3.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchktr.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget07.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkgg.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgtt01.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkgk.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cget04.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrtr.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgtt02.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgtt05.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchktz.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cget07.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrgsx.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgtt01.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrgvx.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkgl.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slaptm.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrtz.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgtt02.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvgt.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvbd.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrvx.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkhs.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgtt05.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slarhs.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrves.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgbt01.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvhe.f.obj
[ 74%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/chet01.f.obj
[ 74%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slatb4.f.obj
[ 74%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgbt02.f.obj
[ 74%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvev.f.obj
[ 74%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvsg.f.obj
[ 74%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvhe_rook.f.obj
[ 74%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schksb.f.obj
[ 74%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/chet01_rook.f.obj
[ 74%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slatb5.f.obj
[ 74%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slattb.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgbt05.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slattp.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvhp.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvst.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/chpt01.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkst.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgelqs.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slattr.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvsx.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/claipd.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgeqls.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvls.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slavsp.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/claptm.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgeqrs.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvvx.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slavsy.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvpb.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sckcsd.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slavsy_rook.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clarhs.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgerqs.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerrbd.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget01.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slqt01.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sckglm.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvpp.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clatb4.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slqt02.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerrec.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget02.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slqt03.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerred.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sckgqr.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spbt01.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clatb5.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvpt.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerrgg.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget03.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spbt02.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sckgsv.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spbt05.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clatsp.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvsp.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget04.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerrhs.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spot01.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/scklse.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerrst.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clatsy.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget06.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvsy.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/scsdts.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spot02.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spot03.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget07.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clattb.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvsy_rook.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spot05.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spst01.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget02.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgtt01.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrges.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrgev.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget10.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrgt.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgtt02.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clattp.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget22.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sppt01.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrges3.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget23.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sppt02.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgtt05.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrhe.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget24.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sppt03.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrlq.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlaptm.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clattr.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget35.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrgev3.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sppt05.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlarhs.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrls.f.obj
Scanning dependencies of target xeigtstd
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget36.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sptt01.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sptt02.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkee.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlatb4.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavhe.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrps.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrgsx.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget37.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sptt05.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqlt01.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlatb5.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrql.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavhe_rook.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqlt02.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqlt03.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrgvx.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlattb.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget38.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrqp.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqpt01.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt01.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavhp.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrqr.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget51.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvbd.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dbdt01.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlattp.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt01p.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlattr.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget52.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavsp.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dbdt02.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt02.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrrq.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlavsp.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrves.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlavsy.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dbdt03.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt03.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget54.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavsy.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrsy.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dbdt04.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlavsy_rook.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt11.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cglmts.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlqt01.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvev.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavsy_rook.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt12.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cgqrts.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dbdt05.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrtr.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cgrqts.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlqt02.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt13.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkbb.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvsg.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlqt03.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clqt01.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cgsvts3.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrtz.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkbd.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt14.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clqt02.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpbt01.f.obj
[ 80%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkbk.f.obj
[ 80%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chbt21.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrvx.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt15.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clqt03.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpbt02.f.obj
[ 80%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkbl.f.obj
[ 80%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chet21.f.obj
[ 80%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvst.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt16.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpbt01.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpbt05.f.obj
[ 80%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkec.f.obj
[ 80%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkgg.f.obj
[ 80%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chet22.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt17.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpot01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpbt02.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgbt01.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkgk.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chpt21.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/srqt01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpbt05.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpot02.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgbt02.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/srqt02.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkgl.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chst01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/srqt03.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpot03.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpot01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgbt05.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/srzt01.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkhs.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clarfy.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpot05.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/srzt02.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpot02.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clarhs.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgelqs.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgeqls.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpst01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sspt01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpot03.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgeqrs.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgerqs.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clatm4.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvsx.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchksb.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/ssyt01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpot05.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dppt01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zget01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zget02.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/ssyt01_rook.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clctes.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dppt02.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvvx.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpst01.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkst.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zget03.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zget04.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clctsx.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stbt02.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dppt03.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cppt01.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zget07.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dppt05.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serrbd.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clsets.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stbt03.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dptt01.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cppt02.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dptt02.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgtt01.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/csbmv.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stbt05.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dckcsd.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serrec.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serred.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cppt03.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dptt05.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgtt02.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/csgt01.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stbt06.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dckglm.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cppt05.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqlt01.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cptt01.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgtt05.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cslect.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stpt01.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dckgqr.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqlt02.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serrgg.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cptt02.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serrhs.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zhet01.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cstt21.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stpt02.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dckgsv.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cptt05.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqlt03.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stpt03.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cstt22.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zhet01_rook.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serrst.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dcklse.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqlt01.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqpt01.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stpt05.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zhpt01.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cunt01.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dcsdts.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqlt02.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt01.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cunt03.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlaipd.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stpt06.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/slafts.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt01p.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqlt03.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlaptm.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/strt01.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/slahd2.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrges.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget02.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrgev.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt02.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqpt01.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/strt02.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlarhs.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget10.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt03.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt01.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/strt03.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/slasum.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/slatb9.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget22.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrges3.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlatb4.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt11.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt01p.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/strt05.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/sstech.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/sstect.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget23.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt12.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt02.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlatb5.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/strt06.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ssvdch.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ssvdct.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrgev3.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlatsp.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt03.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt13.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgennd.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ssxt1.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget24.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt14.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt11.f.obj
Scanning dependencies of target xeigtstz
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt04.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrgsx.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlatsy.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/alahdg.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkee.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt12.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt15.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt05.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget31.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlattb.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/alasum.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrgvx.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt13.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt16.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/alasvm.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkqrt.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt14.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt17.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget32.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvbd.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/alareq.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlattp.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrqrt.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/drqt01.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt15.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget33.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zbdt01.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ilaenv.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkqrtp.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/drqt02.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt16.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget34.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/xerbla.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrves.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zbdt02.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlattr.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrqrtp.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt17.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/drqt03.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/xlaenv.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zbdt03.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget35.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/crqt01.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/drzt01.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvge.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvev.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chkxer.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zbdt05.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavhe.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget36.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/crqt02.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/drzt02.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkbb.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrge.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvsg.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget37.f.obj
[ 86%] Linking Fortran executable ../../bin/xeigtstc.exe
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/crqt03.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dspt01.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavhe_rook.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkbd.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dsyt01.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/crzt01.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvgb.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget38.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavhp.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dsyt01_rook.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/crzt02.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvst.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkbk.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvpo.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/csbmv.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtbt02.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget39.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavsp.f.obj
[ 86%] Built target xeigtstc
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkbl.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtbt03.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cspt01.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtbt05.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget51.f.obj
[ 86%] Linking Fortran executable ../../bin/xlintsts.exe
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavsy.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkec.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtbt06.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cspt02.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget52.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtpt01.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkgg.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtpt02.f.obj
[ 86%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavsy_rook.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cspt03.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtpt03.f.obj
[ 87%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget53.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtpt05.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/csyt01.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/csyt01_rook.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget54.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlqt01.f.obj
[ 88%] Built target xlintsts
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/csyt02.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtpt06.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkgk.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/csyt03.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkgl.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sglmts.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlqt02.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctbt02.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtrt01.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvsx.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkhb.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sgqrts.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlqt03.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpbt01.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkhs.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctbt03.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtrt02.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvvx.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpbt02.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpbt05.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sgrqts.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtrt03.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctbt05.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derrbd.f.obj
[ 89%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpot01.f.obj
[ 89%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpot02.f.obj
[ 89%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sgsvts3.f.obj
[ 89%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkst.f.obj
[ 89%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtrt05.f.obj
[ 89%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctbt06.f.obj
[ 89%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derrec.f.obj
[ 89%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zckcsd.f.obj
[ 89%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpot03.f.obj
[ 89%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpot05.f.obj
[ 89%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtrt06.f.obj
[ 89%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/shst01.f.obj
[ 89%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctpt01.f.obj
[ 89%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpst01.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derred.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zckglm.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zckgqr.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgennd.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctpt02.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slarfy.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zckgsv.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zppt01.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt04.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt05.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zppt02.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slarhs.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctpt03.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derrgg.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zcklse.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zppt03.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slatm4.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctpt05.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slctes.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkqrt.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrqrt.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zppt05.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zcsdts.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slctsx.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slsets.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctpt06.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkqrtp.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrqrtp.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zptt01.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctrt01.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sort01.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctrt02.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sort03.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrges.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvge.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zptt02.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssbt21.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctrt03.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctrt05.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derrhs.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssgt01.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zptt05.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sslect.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctrt06.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvgb.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrgev.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sspt21.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sstt21.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sstt22.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqlt01.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/sget06.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derrst.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssyt21.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssyt22.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrge.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slafts.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqlt02.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgennd.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrges3.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slahd2.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt04.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvpo.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slasum.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqlt03.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget02.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slatb9.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrgev3.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sstech.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqpt01.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrgsx.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt05.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget10.f.obj
[ 92%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrpo.f.obj
[ 92%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sstect.f.obj
[ 92%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt01.f.obj
[ 92%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssvdch.f.obj
[ 92%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget22.f.obj
[ 92%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkqrt.f.obj
[ 92%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssvdct.f.obj
[ 92%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrgvx.f.obj
[ 92%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvbd.f.obj
[ 92%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlaord.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssxt1.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt01p.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget23.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrqrt.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/alahdg.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/alasum.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt02.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrves.f.obj
[ 93%] Linking Fortran executable ../../bin/xlintstd.exe
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkqrtp.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/alasvm.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt03.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvev.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/alareq.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget24.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ilaenv.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrqrtp.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt11.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvsg.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/xerbla.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/xlaenv.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvst.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt12.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvge.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget31.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget32.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/chkxer.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt13.f.obj
[ 93%] Built target xlintstd
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt14.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvgb.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget33.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvsx.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget34.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt15.f.obj
[ 93%] Linking Fortran executable ../../bin/xeigtsts.exe
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt16.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvvx.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt17.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerrbd.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget35.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrge.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zrqt01.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zrqt02.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerrec.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerred.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget36.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerrgg.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zrqt03.f.obj
[ 94%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvpo.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zrzt01.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerrhs.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget37.f.obj
[ 95%] Built target xeigtsts
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zrzt02.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget38.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerrst.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget02.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrpo.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zsbmv.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget10.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget39.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget22.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget51.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/slaord.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zspt01.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget23.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget24.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget52.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget35.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget36.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget37.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zspt02.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget53.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget38.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget51.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget52.f.obj
[ 96%] Linking Fortran executable ../../bin/xlintstc.exe
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zspt03.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget54.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget54.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zglmts.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dglmts.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zgqrts.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zgrqts.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zsyt01.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zgsvts3.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zhbt21.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dgqrts.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zsyt01_rook.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zhet21.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zsyt02.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zhet22.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zhpt21.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zhst01.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zsyt03.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dgrqts.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztbt02.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dgsvts3.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlarfy.f.obj
[ 96%] Built target xlintstc
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlarhs.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztbt03.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztbt05.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dhst01.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlatm4.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlarfy.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztbt06.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlctes.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlarhs.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlctsx.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlatm4.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlctes.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlsets.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztpt01.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zsbmv.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztpt02.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zsgt01.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlctsx.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlsets.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zslect.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dort01.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dort03.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztpt03.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zstt21.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsbt21.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zstt22.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztpt05.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsgt01.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zunt01.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dslect.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztpt06.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zunt03.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dspt21.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dlafts.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dstt21.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztrt01.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dlahd2.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dstt22.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztrt02.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dlasum.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dlatb9.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsyt21.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsyt22.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztrt03.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlafts.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dstech.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztrt05.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dstect.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlahd2.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztrt06.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlasum.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlatb9.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dsvdch.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dstech.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dsvdct.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dstect.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsvdch.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/dget06.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dsxt1.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgennd.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/alahdg.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsvdct.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsxt1.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/alahdg.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt04.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/alasum.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/alasum.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt05.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/alasvm.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/alasvm.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/alareq.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/ilaenv.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/alareq.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ilaenv.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkqrt.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/xerbla.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/xerbla.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrqrt.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/xlaenv.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkqrtp.f.obj
[ 99%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/xlaenv.f.obj
[ 99%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/chkxer.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrqrtp.f.obj
[ 99%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 99%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/chkxer.f.obj
[ 99%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvge.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvgb.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrge.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvpo.f.obj
[100%] Linking Fortran executable ../../bin/xeigtstd.exe
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrpo.f.obj
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/dlaord.f.obj
[100%] Linking Fortran executable ../../bin/xeigtstz.exe
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[100%] Linking Fortran executable ../../bin/xlintstz.exe
[100%] Built target xeigtstd
[100%] Built target xeigtstz
[100%] Built target xlintstz
[ 5%] Built target blas
[ 59%] Built target lapack
[ 61%] Built target tmglib
[ 66%] Built target xlintsts
[ 67%] Built target xlintstrfc
[ 67%] Built target xlintstrfs
[ 73%] Built target xlintstc
[ 74%] Built target xlintstrfd
[ 79%] Built target xlintstd
[ 79%] Built target xlintstds
[ 80%] Built target xlintstrfz
[ 86%] Built target xlintstz
[ 87%] Built target xlintstzc
[ 90%] Built target xeigtstc
[ 93%] Built target xeigtsts
[ 97%] Built target xeigtstd
[100%] Built target xeigtstz
Install the project...
-- Install configuration: ""
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/cmake/lapack-3.6.1/lapack-targets.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/cmake/lapack-3.6.1/lapack-targets-noconfig.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/pkgconfig/lapack.pc
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/cmake/lapack-3.6.1/lapack-config.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/cmake/lapack-3.6.1/lapack-config-version.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/pkgconfig/blas.pc
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/libblas.dll.a
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/libblas.lib
-- Installing: C:/jenkins/workspace/torch-win64/install/bin/libblas.dll
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/liblapack.dll.a
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/liblapack.lib
-- Installing: C:/jenkins/workspace/torch-win64/install/bin/liblapack.dll
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/libtmglib.dll.a
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/libtmglib.lib
-- Installing: C:/jenkins/workspace/torch-win64/install/bin/libtmglib.dll
/mingw64/bin /c/jenkins/workspace/torch-win64/soft/lapack-3.6.1/build
/mingw64/bin
/c/jenkins/workspace/torch-win64/soft/lapack-3.6.1/build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>echo luajit-rocks
luajit-rocks
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>git clone https://github.com/torch/luajit-rocks.git
Cloning into 'luajit-rocks'...
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>cd luajit-rocks
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks>mkdir build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks>cd build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>cmake .. -DCMAKE_INSTALL_PREFIX=c:\jenkins\workspace\torch-win64/install -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is MSVC 19.0.24213.1
-- The CXX compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Warning: Did not find file Compiler/MSVC-ASM
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Looking for sin in m
-- Looking for sin in m - not found
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Performing Test LJ_TARGET_X64
-- Performing Test LJ_TARGET_X64 - Success
-- LuaJIT Target: x64
-- LuaJIT target x64
-- Performing Test LJ_ARCH_BITS_64
-- Performing Test LJ_ARCH_BITS_64 - Success
-- Performing Test LJ_HASJIT_1
-- Performing Test LJ_HASJIT_1 - Success
-- Performing Test LJ_HASFFI_1
-- Performing Test LJ_HASFFI_1 - Success
-- Performing Test LJ_DUALNUM_1
-- Performing Test LJ_DUALNUM_1 - Failed
-- Performing Test LJ_ARCH_HASFPU_1
-- Performing Test LJ_ARCH_HASFPU_1 - Success
-- Performing Test LJ_ABI_SOFTFP_1
-- Performing Test LJ_ABI_SOFTFP_1 - Failed
-- Looking for sin in m
-- Looking for sin in m - not found
-- Configuring done
-- Generating done
-- Build files have been written to: C:/jenkins/workspace/torch-win64/soft/lapack-3.6.1/build/luajit-rocks/build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>nmake
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
Scanning dependencies of target minilua
[ 5%] Building C object luajit-2.0/CMakeFiles/minilua.dir/src/host/minilua.c.obj
minilua.c
[ 10%] Linking C executable minilua.exe
[ 10%] Built target minilua
[ 15%] Generating buildvm_arch.h
Scanning dependencies of target buildvm
[ 20%] Building C object luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm.c.obj
buildvm.c
[ 25%] Building C object luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_asm.c.obj
buildvm_asm.c
[ 30%] Building C object luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_peobj.c.obj
buildvm_peobj.c
[ 35%] Building C object luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_lib.c.obj
buildvm_lib.c
[ 40%] Building C object luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_fold.c.obj
buildvm_fold.c
[ 45%] Linking C executable buildvm.exe
[ 45%] Built target buildvm
[ 50%] Generating lj_vm.obj
[ 55%] Generating lj_ffdef.h
[ 60%] Generating lj_bcdef.h
[ 65%] Generating lj_libdef.h
[ 70%] Generating lj_recdef.h
[ 75%] Generating lj_folddef.h
[ 80%] Generating vmdef.lua
Scanning dependencies of target libluajit
[ 85%] Building C object luajit-2.0/CMakeFiles/libluajit.dir/src/ljamalg.c.obj
ljamalg.c
[ 90%] Linking C shared library libluajit.dll
Creating library libluajit.lib and object libluajit.exp
[ 90%] Built target libluajit
Scanning dependencies of target luajit
[ 95%] Building C object luajit-2.0/CMakeFiles/luajit.dir/src/luajit.c.obj
luajit.c
[100%] Linking C executable luajit.exe
[100%] Built target luajit
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>cmake -DCMAKE_INSTALL_PREFIX=c:\jenkins\workspace\torch-win64/install -G "NMake Makefiles" -P cmake_install.cmake -DCMAKE_BUILD_TYPE=Release
-- Install configuration: "Release"
-- Installing: c:\jenkins\workspace\torch-win64/install/include/luaconf.h
-- Installing: c:\jenkins\workspace\torch-win64/install/include/lua.h
-- Installing: c:\jenkins\workspace\torch-win64/install/include/lauxlib.h
-- Installing: c:\jenkins\workspace\torch-win64/install/include/lualib.h
-- Installing: c:\jenkins\workspace\torch-win64/install/include/lua.hpp
-- Installing: c:\jenkins\workspace\torch-win64/install/include/luajit.h
-- Installing: c:\jenkins\workspace\torch-win64/install/./libluajit.lib
-- Installing: c:\jenkins\workspace\torch-win64/install/./libluajit.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./luajit.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/bc.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/v.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dump.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_x86.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_x64.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_arm.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_ppc.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_mips.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_mipsel.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/bcsave.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/vmdef.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/7z.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/libeay32.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/libiconv2.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/libintl3.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/libssl32.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/7z.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/cp.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/find.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/ls.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/md5sum.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/mkdir.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/mv.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/pwd.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/rmdir.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/test.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/uname.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/wget.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/add.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/admin_remove.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/build.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/build/builtin.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/build/cmake.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/build/command.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/build/make.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/cache.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/cfg.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/command_line.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/config_cmd.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/deps.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/dir.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/doc.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/download.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/cvs.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/git.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/git_file.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/git_http.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/git_https.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/hg.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/hg_http.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/hg_https.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/hg_ssh.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/sscm.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/svn.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs/lua.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs/unix.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs/unix/tools.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs/win32.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs/win32/tools.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/help.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/index.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/install.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/lint.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/list.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/loader.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/make.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/make_manifest.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/manif.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/manif_core.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/new_version.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/pack.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/path.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/path_cmd.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/persist.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/purge.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/refresh_cache.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/remove.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/repos.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/require.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/search.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/show.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/tools/patch.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/tools/tar.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/tools/zip.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/type_check.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/unpack.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/upload.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/upload/api.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/upload/multipart.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/util.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/validate.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/write_rockspec.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/site_config.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/luarocks/config.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/./luarocks.bat
-- Installing: c:\jenkins\workspace\torch-win64/install/./luarocks-admin.bat
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>set "LUA_CPATH=c:\jenkins\workspace\torch-win64/install/?.DLL;c:\jenkins\workspace\torch-win64/install/LIB/?.DLL;?.DLL"
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>set "LUA_DEV=c:\jenkins\workspace\torch-win64/install"
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>set "LUA_PATH=;;c:\jenkins\workspace\torch-win64/install/?;c:\jenkins\workspace\torch-win64/install/?.lua;c:\jenkins\workspace\torch-win64/install/lua/?;c:\jenkins\workspace\torch-win64/install/lua/?.lua;c:\jenkins\workspace\torch-win64/install/lua/?/init.lua
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>set "PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin"
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>luajit -e "print('ok')"
ok
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 goto :error
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>echo did luajit
did luajit
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>cmd /c luarocks
LuaRocks 2.3.0, a module deployment system for Lua
NAME
c:\jenkins\workspace\torch-win64\install\luarocks.bat - LuaRocks main command-line interface
SYNOPSIS
c:\jenkins\workspace\torch-win64\install\luarocks.bat [--from=<server> | --only-from=<server>] [--to=<tree>] [VAR=VALUE]... <command> [<argument>]
GENERAL OPTIONS
These apply to all commands, as appropriate:
--server=<server> Fetch rocks/rockspecs from this server
(takes priority over config file)
--only-server=<server> Fetch rocks/rockspecs from this server only
(overrides any entries in the config file)
--only-sources=<url> Restrict downloads to paths matching the
given URL.
--tree=<tree> Which tree to operate on.
--local Use the tree in the user's home directory.
To enable it, see 'c:\jenkins\workspace\torch-win64\install\luarocks.bat help path'.
--verbose Display verbose output of commands executed.
--timeout=<seconds> Timeout on network operations, in seconds.
0 means no timeout (wait forever).
Default is 30.
VARIABLES
Variables from the "variables" table of the configuration file
can be overriden with VAR=VALUE assignments.
COMMANDS
build
Build/compile a rock.
config
Query information about the LuaRocks configuration.
doc
Show documentation for an installed rock.
download
Download a specific rock file from a rocks server.
help
Help on commands. Type 'c:\jenkins\workspace\torch-win64\install\luarocks.bat help <command>' for more.
install
Install a rock.
lint
Check syntax of a rockspec.
list
List currently installed rocks.
make
Compile package in current directory using a rockspec.
new_version
Auto-write a rockspec for a new version of a rock.
pack
Create a rock, packing sources or binaries.
path
Return the currently configured package path.
purge
Remove all installed rocks from a tree.
remove
Uninstall a rock.
search
Query the LuaRocks servers.
show
Show information about an installed rock.
unpack
Unpack the contents of a rock.
upload
Upload a rockspec to the public rocks repository.
write_rockspec
Write a template for a rockspec file.
CONFIGURATION
Lua version: 5.1
Configuration files:
System: C:/jenkins/workspace/torch-win64/install/luarocks/config.lua (ok)
User : c:/luarocks/config-5.1.lua (not found)
Rocks trees in use:
c:/.luarocks
C:/jenkins/workspace/torch-win64/install
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 goto :error
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>echo did luarocks
did luarocks
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>copy "c:\jenkins\workspace\torch-win64\win-files\cmake.cmd" "c:\jenkins\workspace\torch-win64\install"
1 file(s) copied.
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 exit goto :error
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>echo did copy of cmake
did copy of cmake
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>rem cd "c:\jenkins\workspace\torch-win64\pkg"
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>cd "c:\jenkins\workspace\torch-win64\pkg\torch"
c:\jenkins\workspace\torch-win64\pkg\torch>git checkout 7bbe17917ea560facdc652520e5ea01692e460d3
Previous HEAD position was 95f137f... fix addmm and addmv documentation when they are methods
HEAD is now at 7bbe179... Merge pull request #757 from apaszke/master
c:\jenkins\workspace\torch-win64\pkg\torch>cmd /c luarocks make "c:\jenkins\workspace\torch-win64\win-files\torch-scm-1.rockspec"
Cloning into 'paths'...
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths>set "PATH=C:/jenkins/workspace/torch-win64/install/.;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin ;C:\Program Files\CMake\bin"
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths>if -E == -E (cmake.exe -E make_directory build ) else (cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit -E make_directory build )
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths\build>set "PATH=C:/jenkins/workspace/torch-win64/install/.;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin ;C:\Program Files\CMake\bin;C:\Program Files\CMake\bin"
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths\build>if .. == -E (cmake.exe .. -DCMAKE_BUILD_TYPE=Release -DLUALIB=libluajit.lib -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1" ) else (cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit .. -DCMAKE_BUILD_TYPE=Release -DLUALIB=libluajit.lib -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1" )
-- The C compiler identification is MSVC 19.0.24213.1
-- The CXX compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LINK_FLAGS
-- Build files have been written to: C:/Windows/Temp/luarocks_paths-scm-1-2303/paths/build
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
Scanning dependencies of target paths
[ 50%] Building C object CMakeFiles/paths.dir/paths.c.obj
paths.c
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths\paths.c(72): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths\paths.c(139): warning C4101: 'last': unreferenced local variable
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths\paths.c(216): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths\paths.c(220): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths\paths.c(427): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths\paths.c(499): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths\paths.c(628): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths\paths.c(633): warning C4244: '=': conversion from 'intptr_t' to 'long', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-2303\paths\paths.c(728): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
[100%] Linking C shared module libpaths.dll
Creating library libpaths.lib and object libpaths.exp
[100%] Built target paths
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
[100%] Built target paths
Install the project...
-- Install configuration: "Release"
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lua/paths/init.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lib/libpaths.dll
Cloning into 'cwrap'...
c:\jenkins\workspace\torch-win64\pkg\torch>set "PATH=C:/jenkins/workspace/torch-win64/install/.;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin ;C:\Program Files\CMake\bin"
c:\jenkins\workspace\torch-win64\pkg\torch>if -E == -E (cmake.exe -E make_directory build ) else (cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit -E make_directory build )
c:\jenkins\workspace\torch-win64\pkg\torch\build>set "PATH=C:/jenkins/workspace/torch-win64/install/.;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin ;C:\Program Files\CMake\bin;C:\Program Files\CMake\bin"
c:\jenkins\workspace\torch-win64\pkg\torch\build>if .. == -E (cmake.exe .. -DCMAKE_BUILD_TYPE=Release -DLUA=C:/jenkins/workspace/torch-win64/install/./luajit -DLUALIB=libluajit.lib -DLUA_BINDIR="C:/jenkins/workspace/torch-win64/install/." -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1" -DBLAS_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/libblas.lib -DBLAS_INFO=generic -DLAPACK_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/liblapack.lib -DLAPACK_FOUND=TRUE ) else (cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit .. -DCMAKE_BUILD_TYPE=Release -DLUA=C:/jenkins/workspace/torch-win64/install/./luajit -DLUALIB=libluajit.lib -DLUA_BINDIR="C:/jenkins/workspace/torch-win64/install/." -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1" -DBLAS_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/libblas.lib -DBLAS_INFO=generic -DLAPACK_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/liblapack.lib -DLAPACK_FOUND=TRUE )
-- The C compiler identification is MSVC 19.0.24213.1
-- The CXX compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: /openmp
-- Compiling with OpenMP support
-- Compiling with OpenMP support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this on this machine.
-- No OMAP4 processor on this on this machine.
-- Performing Test C_HAS_SSE1_1
-- Performing Test C_HAS_SSE1_1 - Success
-- Performing Test C_HAS_SSE2_1
-- Performing Test C_HAS_SSE2_1 - Success
-- Performing Test C_HAS_SSE3_1
-- Performing Test C_HAS_SSE3_1 - Success
-- Performing Test C_HAS_SSE4_1_1
-- Performing Test C_HAS_SSE4_1_1 - Success
-- Performing Test C_HAS_SSE4_2_1
-- Performing Test C_HAS_SSE4_2_1 - Success
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - Success
-- Performing Test CXX_HAS_SSE1_1
-- Performing Test CXX_HAS_SSE1_1 - Success
-- Performing Test CXX_HAS_SSE2_1
-- Performing Test CXX_HAS_SSE2_1 - Success
-- Performing Test CXX_HAS_SSE3_1
-- Performing Test CXX_HAS_SSE3_1 - Success
-- Performing Test CXX_HAS_SSE4_1_1
-- Performing Test CXX_HAS_SSE4_1_1 - Success
-- Performing Test CXX_HAS_SSE4_2_1
-- Performing Test CXX_HAS_SSE4_2_1 - Success
-- Performing Test HAS_C11_ATOMICS
-- Performing Test HAS_C11_ATOMICS - Failed
-- Performing Test HAS_MSC_ATOMICS
-- Performing Test HAS_MSC_ATOMICS - Success
-- Performing Test HAS_GCC_ATOMICS
-- Performing Test HAS_GCC_ATOMICS - Failed
-- Atomics: using MSVC intrinsics
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOAT_WORKS - Failed
-- Found a library with BLAS API (generic).
-- Performing Test C_HAS_inline
-- Performing Test C_HAS_inline - Success
-- C inline is supported (inline)
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Failed
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LINK_FLAGS
-- Build files have been written to: C:/jenkins/workspace/torch-win64/pkg/torch/build
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
Scanning dependencies of target luaT
[ 2%] Building C object lib/luaT/CMakeFiles/luaT.dir/luaT.c.obj
luaT.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(528): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(545): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(586): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(621): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(635): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(614): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(986): warning C4244: 'function': conversion from 'uintptr_t' to 'lua_Number', possible loss of data
[ 5%] Linking C shared library ..\..\luaT.dll
Creating library luaT.lib and object luaT.exp
[ 5%] Built target luaT
Scanning dependencies of target TH
[ 8%] Building C object lib/TH/CMakeFiles/TH.dir/THGeneral.c.obj
THGeneral.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THGeneral.c(110): warning C4244: 'initializing': conversion from 'double' to 'const long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THGeneral.c(111): warning C4244: 'initializing': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THGeneral.c(137): warning C4267: 'return': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THGeneral.c(161): warning C4244: '=': conversion from 'const double' to 'long', possible loss of data
[ 11%] Building C object lib/TH/CMakeFiles/TH.dir/THAllocator.c.obj
THAllocator.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THAllocator.c(64): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THAllocator.c(183): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
[ 14%] Building C object lib/TH/CMakeFiles/TH.dir/THStorage.c.obj
THStorage.c
[ 17%] Building C object lib/TH/CMakeFiles/TH.dir/THTensor.c.obj
THTensor.c
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorRandom.c(231): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(254): warning C4244: 'function': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1409): warning C4244: '=': conversion from 'long' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'long' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(254): warning C4244: 'function': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1409): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(254): warning C4244: 'function': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1409): warning C4244: '=': conversion from 'long' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'long' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(254): warning C4244: 'function': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(254): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1409): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2090): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2091): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2092): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2093): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2094): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2095): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2138): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2139): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2140): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2141): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2142): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2143): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2144): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2145): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2146): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2147): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2148): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2149): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2150): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2151): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2152): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2153): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2154): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2155): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2156): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2157): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2158): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2159): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2161): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2166): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2173): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2275): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2296): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2303): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2349): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2351): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2353): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2356): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2360): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2379): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2440): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2445): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(637): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(747): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(862): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1000): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1141): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(637): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(747): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(862): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1000): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1141): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(637): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(747): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(862): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1000): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1141): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(637): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(747): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(862): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1000): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1141): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(637): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(747): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(862): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1000): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1141): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
[ 20%] Building C object lib/TH/CMakeFiles/TH.dir/THBlas.c.obj
THBlas.c
[ 23%] Building C object lib/TH/CMakeFiles/TH.dir/THLapack.c.obj
THLapack.c
[ 26%] Building C object lib/TH/CMakeFiles/TH.dir/THLogAdd.c.obj
THLogAdd.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THLogAdd.c(59): warning C4028: formal parameter 1 different from declaration
[ 29%] Building C object lib/TH/CMakeFiles/TH.dir/THRandom.c.obj
THRandom.c
[ 32%] Building C object lib/TH/CMakeFiles/TH.dir/THFile.c.obj
THFile.c
[ 35%] Building C object lib/TH/CMakeFiles/TH.dir/THDiskFile.c.obj
THDiskFile.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(320): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(324): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(328): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(332): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(340): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(344): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(369): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(375): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(377): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(427): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(435): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(446): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(503): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(535): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(537): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(655): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(757): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
[ 38%] Building C object lib/TH/CMakeFiles/TH.dir/THMemoryFile.c.obj
THMemoryFile.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(63): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(230): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(307): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(322): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(327): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(332): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(342): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(347): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(486): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(548): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(571): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(579): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
[ 41%] Building C object lib/TH/CMakeFiles/TH.dir/THAtomic.c.obj
THAtomic.c
[ 44%] Building C object lib/TH/CMakeFiles/TH.dir/generic/simd/convolve.c.obj
cl : Command line warning D9002 : ignoring unknown option '-std=c99'
convolve.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve.c(18): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data
[ 47%] Building C object lib/TH/CMakeFiles/TH.dir/generic/simd/convolve5x5_sse.c.obj
cl : Command line warning D9002 : ignoring unknown option '-O3'
cl : Command line warning D9002 : ignoring unknown option '-ffast-math'
cl : Command line warning D9002 : ignoring unknown option '-std=c99'
convolve5x5_sse.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_sse.c(287): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_sse.c(297): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_sse.c(305): warning C4018: '<': signed/unsigned mismatch
[ 50%] Building C object lib/TH/CMakeFiles/TH.dir/generic/simd/convolve5x5_avx.c.obj
cl : Command line warning D9002 : ignoring unknown option '-O3'
cl : Command line warning D9002 : ignoring unknown option '-ffast-math'
cl : Command line warning D9002 : ignoring unknown option '-mavx'
cl : Command line warning D9002 : ignoring unknown option '-std=c99'
convolve5x5_avx.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_avx.c(170): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_avx.c(180): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_avx.c(188): warning C4018: '<': signed/unsigned mismatch
[ 52%] Linking C shared library ..\..\TH.dll
Creating library TH.lib and object TH.exp
[ 52%] Built target TH
[ 55%] Generating TensorMath.c
[ 58%] Generating random.c
Scanning dependencies of target torch
[ 61%] Building C object CMakeFiles/torch.dir/DiskFile.c.obj
DiskFile.c
C:\jenkins\workspace\torch-win64\pkg\torch\DiskFile.c(60): warning C4244: 'function': conversion from 'lua_Integer' to 'int', possible loss of data
[ 64%] Building C object CMakeFiles/torch.dir/File.c.obj
File.c
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(55): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(124): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(124): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(124): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(124): warning C4244: 'initializing': conversion from 'lua_Number' to 'unsigned char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(125): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(125): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(125): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(125): warning C4244: 'initializing': conversion from 'lua_Number' to 'char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(126): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(126): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(126): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(126): warning C4244: 'initializing': conversion from 'lua_Number' to 'short', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(127): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(127): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(127): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(127): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(128): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(128): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(128): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(129): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(129): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(129): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(129): warning C4244: 'initializing': conversion from 'lua_Number' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(130): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(130): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(130): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(139): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(154): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
[ 67%] Building C object CMakeFiles/torch.dir/MemoryFile.c.obj
MemoryFile.c
C:\jenkins\workspace\torch-win64\pkg\torch\MemoryFile.c(35): warning C4244: 'function': conversion from 'lua_Integer' to 'int', possible loss of data
[ 70%] Building C object CMakeFiles/torch.dir/PipeFile.c.obj
PipeFile.c
[ 73%] Building C object CMakeFiles/torch.dir/Storage.c.obj
Storage.c
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'unsigned char *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(203): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'char *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(203): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'short *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'int *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'long *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(21): warning C4244: 'return': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'float *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'double *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
[ 76%] Building C object CMakeFiles/torch.dir/Tensor.c.obj
Tensor.c
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(919): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(919): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(919): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(919): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(919): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(21): warning C4244: 'return': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
[ 79%] Building C object CMakeFiles/torch.dir/Timer.c.obj
Timer.c
[ 82%] Building C object CMakeFiles/torch.dir/utils.c.obj
utils.c
C:\jenkins\workspace\torch-win64\pkg\torch\utils.c(36): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
[ 85%] Building C object CMakeFiles/torch.dir/init.c.obj
init.c
[ 88%] Building C object CMakeFiles/torch.dir/TensorOperator.c.obj
TensorOperator.c
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
[ 91%] Building C object CMakeFiles/torch.dir/TensorMath.c.obj
TensorMath.c
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(6493): warning C4244: '=': conversion from 'unsigned long' to 'unsigned char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(6499): warning C4244: '=': conversion from 'unsigned long' to 'unsigned char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(20195): warning C4244: '=': conversion from 'unsigned long' to 'char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(20201): warning C4244: '=': conversion from 'unsigned long' to 'char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(33151): warning C4244: '=': conversion from 'unsigned long' to 'short', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(33157): warning C4244: '=': conversion from 'unsigned long' to 'short', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(72274): warning C4244: '=': conversion from 'unsigned long' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(72280): warning C4244: '=': conversion from 'unsigned long' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(72997): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73006): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73015): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73199): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73208): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73217): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73404): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73413): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73422): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73609): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73618): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73627): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(74853): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75396): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75486): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75576): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75666): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75756): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75846): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75936): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76026): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76116): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76206): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76296): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76386): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76476): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76566): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76656): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76746): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76836): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76926): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76981): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(77071): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(77161): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(77401): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(77497): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(77627): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(85989): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(85998): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86007): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86191): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86200): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86209): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86396): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86405): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86414): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86601): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86610): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86619): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(87740): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88023): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88076): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88129): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88182): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88235): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88288): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88341): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88394): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88447): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88500): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88553): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88606): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88659): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88712): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88765): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88818): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88871): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88924): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88977): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(89030): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(89083): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(89212): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(89271): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(89362): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95732): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95741): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95750): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95934): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95943): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95952): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96139): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96148): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96157): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96344): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96353): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96362): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106729): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106738): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106747): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106931): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106940): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106949): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107136): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107145): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107154): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107341): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107350): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107359): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
[ 94%] Building C object CMakeFiles/torch.dir/random.c.obj
random.c
[ 97%] Building C object CMakeFiles/torch.dir/Generator.c.obj
Generator.c
[100%] Linking C shared module libtorch.dll
Creating library libtorch.lib and object libtorch.exp
[100%] Built target torch
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
[ 5%] Built target luaT
[ 52%] Built target TH
[100%] Built target torch
Install the project...
-- Install configuration: "Release"
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchExports.cmake
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchExports-release.cmake
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchConfig.cmake
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchWrap.cmake
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchPathsInit.cmake
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchPackage.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/libtorch.dll
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/init.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/File.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/Tensor.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/CmdLine.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/FFI.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/Tester.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/TestSuite.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/test.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/README.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/cmdline.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/diskfile.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/file.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/gather.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/index.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/maths.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/memoryfile.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/pipefile.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/random.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/serialization.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/storage.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/tensor.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/tester.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/timer.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/utility.md
-- Installing: C:/jenkins/workspace/torch-win64/install/TH.lib
-- Installing: C:/jenkins/workspace/torch-win64/install/TH.dll
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/TH.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THAllocator.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THMath.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THBlas.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THDiskFile.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THFile.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THFilePrivate.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THGeneral.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THGenerateAllTypes.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THGenerateFloatTypes.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THGenerateIntTypes.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THLapack.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THLogAdd.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THMemoryFile.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THRandom.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THStorage.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THTensor.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THTensorApply.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THTensorDimApply.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THTensorMacros.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THVector.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THAtomic.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THBlas.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THBlas.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THLapack.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THLapack.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THStorage.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THStorage.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THStorageCopy.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THStorageCopy.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensor.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensor.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorConv.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorConv.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorCopy.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorCopy.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorLapack.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorLapack.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorMath.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorMath.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorRandom.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorRandom.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THVector.c
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/THConfig.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/luaT.lib
-- Installing: C:/jenkins/workspace/torch-win64/install/luaT.dll
-- Installing: C:/jenkins/workspace/torch-win64/install/include/luaT.h
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/luaTConfig.cmake
Using https://raw.githubusercontent.com/torch/rocks/master/paths-scm-1.rockspec... switching to 'build' mode
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB=libluajit.lib -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1" && nmake
cd build && nmake install
Updating manifest for C:/jenkins/workspace/torch-win64/install/luarocks
paths scm-1 is now built and installed in C:/jenkins/workspace/torch-win64/install/ (license: BSD)
Using https://raw.githubusercontent.com/torch/rocks/master/cwrap-scm-1.rockspec... switching to 'build' mode
Updating manifest for C:/jenkins/workspace/torch-win64/install/luarocks
cwrap scm-1 is now built and installed in C:/jenkins/workspace/torch-win64/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=C:/jenkins/workspace/torch-win64/install/./luajit -DLUALIB=libluajit.lib -DLUA_BINDIR="C:/jenkins/workspace/torch-win64/install/." -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1" -DBLAS_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/libblas.lib -DBLAS_INFO=generic -DLAPACK_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/liblapack.lib -DLAPACK_FOUND=TRUE && nmake
cd build && nmake install
Updating manifest for C:/jenkins/workspace/torch-win64/install/luarocks
torch scm-1 is now built and installed in C:/jenkins/workspace/torch-win64/install/ (license: BSD)
Missing dependencies for torch:
paths >= 1.0
cwrap >= 1.0
No existing manifest. Attempting to rebuild...
c:\jenkins\workspace\torch-win64\pkg\torch>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\pkg\torch>luajit -e "require('torch')"
c:\jenkins\workspace\torch-win64\pkg\torch>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\pkg\torch>luajit -e "require('torch'); torch.test()"
Running 154 tests
1/154 tanh ............................................................ [WAIT]
1/154 tanh ............................................................ [PASS]
2/154 testCholesky .................................................... [WAIT]
2/154 testCholesky .................................................... [PASS]
3/154 multinomialvector ............................................... [WAIT]
3/154 multinomialvector ............................................... [PASS]
4/154 log ............................................................. [WAIT]
4/154 log ............................................................. [PASS]
5/154 sigmoid ......................................................... [WAIT]
5/154 sigmoid ......................................................... [PASS]
6/154 permute ......................................................... [WAIT]
6/154 permute ......................................................... [PASS]
7/154 cross ........................................................... [WAIT]
7/154 cross ........................................................... [PASS]
8/154 gels_reuse ...................................................... [WAIT]
8/154 gels_reuse ...................................................... [PASS]
9/154 inverse ......................................................... [WAIT]
9/154 inverse ......................................................... [PASS]
10/154 rangeequalbounds ................................................ [WAIT]
10/154 rangeequalbounds ................................................ [PASS]
11/154 min ............................................................. [WAIT]
11/154 min ............................................................. [PASS]
12/154 prod ............................................................ [WAIT]
12/154 prod ............................................................ [PASS]
13/154 frac ............................................................ [WAIT]
13/154 frac ............................................................ [PASS]
14/154 gesv_reuse ...................................................... [WAIT]
14/154 gesv_reuse ...................................................... [PASS]
15/154 atan ............................................................ [WAIT]
15/154 atan ............................................................ [PASS]
16/154 lerp ............................................................ [WAIT]
16/154 lerp ............................................................ [PASS]
17/154 rangefloat ...................................................... [WAIT]
17/154 rangefloat ...................................................... [PASS]
18/154 isSize .......................................................... [WAIT]
18/154 isSize .......................................................... [PASS]
19/154 eig_noncontig ................................................... [WAIT]
19/154 eig_noncontig ................................................... [PASS]
20/154 neg ............................................................. [WAIT]
20/154 neg ............................................................. [PASS]
21/154 histc ........................................................... [WAIT]
21/154 histc ........................................................... [PASS]
22/154 pstrf ........................................................... [WAIT]
22/154 pstrf ........................................................... [PASS]
23/154 bernoulli ....................................................... [WAIT]
23/154 bernoulli ....................................................... [PASS]
24/154 cremainder ...................................................... [WAIT]
24/154 cremainder ...................................................... [PASS]
25/154 kthvalue ........................................................ [WAIT]
25/154 kthvalue ........................................................ [PASS]
26/154 multinomialwithreplacement ...................................... [WAIT]
26/154 multinomialwithreplacement ...................................... [PASS]
27/154 maskedCopy ...................................................... [WAIT]
27/154 maskedCopy ...................................................... [PASS]
28/154 sin ............................................................. [WAIT]
28/154 sin ............................................................. [PASS]
29/154 ones ............................................................ [WAIT]
29/154 ones ............................................................ [PASS]
30/154 fxcorr3_fxcorr2_eq .............................................. [WAIT]
30/154 fxcorr3_fxcorr2_eq .............................................. [PASS]
31/154 isTypeOfInheritance ............................................. [WAIT]
31/154 isTypeOfInheritance ............................................. [PASS]
32/154 linspace ........................................................ [WAIT]
32/154 linspace ........................................................ [PASS]
33/154 testheaptracking ................................................ [WAIT]
33/154 testheaptracking ................................................ [PASS]
34/154 sum ............................................................. [WAIT]
34/154 sum ............................................................. [PASS]
35/154 gels_uniquely_determined ........................................ [WAIT]
35/154 gels_uniquely_determined ........................................ [PASS]
36/154 allAndAny1 ...................................................... [WAIT]
36/154 allAndAny1 ...................................................... [PASS]
37/154 cmul ............................................................ [WAIT]
37/154 cmul ............................................................ [PASS]
38/154 trtrs_reuse ..................................................... [WAIT]
38/154 trtrs_reuse ..................................................... [PASS]
39/154 topK ............................................................ [WAIT]
39/154 topK ............................................................ [PASS]
40/154 newIndex ........................................................ [WAIT]
40/154 newIndex ........................................................ [PASS]
41/154 cmin ............................................................ [WAIT]
41/154 cmin ............................................................ [PASS]
42/154 multinomialwithoutreplacement ................................... [WAIT]
42/154 multinomialwithoutreplacement ................................... [PASS]
43/154 mm .............................................................. [WAIT]
43/154 mm .............................................................. [PASS]
44/154 sortDescending .................................................. [WAIT]
44/154 sortDescending .................................................. [PASS]
45/154 triu ............................................................ [WAIT]
45/154 triu ............................................................ [PASS]
46/154 repeatTensor .................................................... [WAIT]
46/154 repeatTensor .................................................... [PASS]
47/154 isTensor ........................................................ [WAIT]
47/154 isTensor ........................................................ [PASS]
48/154 mul ............................................................. [WAIT]
48/154 mul ............................................................. [PASS]
49/154 sqrt ............................................................ [WAIT]
49/154 sqrt ............................................................ [PASS]
50/154 floor ........................................................... [WAIT]
50/154 floor ........................................................... [PASS]
51/154 elementSize ..................................................... [WAIT]
51/154 elementSize ..................................................... [PASS]
52/154 rangedouble ..................................................... [WAIT]
52/154 rangedouble ..................................................... [PASS]
53/154 csub ............................................................ [WAIT]
53/154 csub ............................................................ [PASS]
54/154 gesv ............................................................ [WAIT]
54/154 gesv ............................................................ [PASS]
55/154 cos ............................................................. [WAIT]
55/154 cos ............................................................. [PASS]
56/154 index ........................................................... [WAIT]
56/154 index ........................................................... [PASS]
57/154 gels_underdetermined ............................................ [WAIT]
57/154 gels_underdetermined ............................................ [PASS]
58/154 add ............................................................. [WAIT]
58/154 add ............................................................. [PASS]
59/154 conv3 ........................................................... [WAIT]
59/154 conv3 ........................................................... [PASS]
60/154 gels_overdetermined ............................................. [WAIT]
60/154 gels_overdetermined ............................................. [PASS]
61/154 tril ............................................................ [WAIT]
61/154 tril ............................................................ [PASS]
62/154 maskedSelect .................................................... [WAIT]
62/154 maskedSelect .................................................... [PASS]
63/154 renorm .......................................................... [WAIT]
63/154 renorm .......................................................... [PASS]
64/154 rsqrt ........................................................... [WAIT]
64/154 rsqrt ........................................................... [PASS]
65/154 eig_reuse ....................................................... [WAIT]
65/154 eig_reuse ....................................................... [PASS]
66/154 addbmm .......................................................... [WAIT]
66/154 addbmm .......................................................... [PASS]
67/154 sin_2 ........................................................... [WAIT]
67/154 sin_2 ........................................................... [PASS]
68/154 remainder ....................................................... [WAIT]
68/154 remainder ....................................................... [PASS]
69/154 clamp ........................................................... [WAIT]
69/154 clamp ........................................................... [PASS]
70/154 logical ......................................................... [WAIT]
70/154 logical ......................................................... [PASS]
71/154 cmax ............................................................ [WAIT]
71/154 cmax ............................................................ [PASS]
72/154 median .......................................................... [WAIT]
72/154 median .......................................................... [PASS]
73/154 cosh ............................................................ [WAIT]
73/154 cosh ............................................................ [PASS]
74/154 max ............................................................. [WAIT]
74/154 max ............................................................. [PASS]
75/154 csub_scalar ..................................................... [WAIT]
75/154 csub_scalar ..................................................... [PASS]
76/154 xcorr3_xcorr2_eq ................................................ [WAIT]
76/154 xcorr3_xcorr2_eq ................................................ [PASS]
77/154 scatterFill ..................................................... [WAIT]
77/154 scatterFill ..................................................... [PASS]
78/154 abs ............................................................. [WAIT]
78/154 abs ............................................................. [PASS]
79/154 cinv ............................................................ [WAIT]
79/154 cinv ............................................................ [PASS]
80/154 cdiv ............................................................ [WAIT]
80/154 cdiv ............................................................ [PASS]
81/154 svd_reuse ....................................................... [WAIT]
81/154 svd_reuse ....................................................... [PASS]
82/154 randperm ........................................................ [WAIT]
82/154 randperm ........................................................ [PASS]
83/154 classInModule ................................................... [WAIT]
83/154 classInModule ................................................... [PASS]
84/154 nonzero ......................................................... [WAIT]
84/154 nonzero ......................................................... [PASS]
85/154 testBoxMullerState .............................................. [WAIT]
85/154 testBoxMullerState .............................................. [PASS]
86/154 equal ........................................................... [WAIT]
86/154 equal ........................................................... [PASS]
87/154 dot ............................................................. [WAIT]
87/154 dot ............................................................. [PASS]
88/154 range ........................................................... [WAIT]
88/154 range ........................................................... [PASS]
89/154 trtrs ........................................................... [WAIT]
89/154 trtrs ........................................................... [PASS]
90/154 storageview ..................................................... [WAIT]
90/154 storageview ..................................................... [PASS]
91/154 rand ............................................................ [WAIT]
91/154 rand ............................................................ [PASS]
92/154 svd_noncontig ................................................... [WAIT]
92/154 svd_noncontig ................................................... [PASS]
93/154 bmm ............................................................. [WAIT]
93/154 bmm ............................................................. [PASS]
94/154 diag ............................................................ [WAIT]
94/154 diag ............................................................ [PASS]
95/154 fconv3_fconv2_eq ................................................ [WAIT]
95/154 fconv3_fconv2_eq ................................................ [PASS]
96/154 serializeGenerator .............................................. [WAIT]
96/154 serializeGenerator .............................................. [PASS]
97/154 RNGStateAliasing ................................................ [WAIT]
97/154 RNGStateAliasing ................................................ [PASS]
98/154 randn ........................................................... [WAIT]
98/154 randn ........................................................... [PASS]
99/154 cumsum .......................................................... [WAIT]
99/154 cumsum .......................................................... [PASS]
100/154 maskedFill ...................................................... [WAIT]
100/154 maskedFill ...................................................... [PASS]
101/154 sortAscending ................................................... [WAIT]
101/154 sortAscending ................................................... [PASS]
102/154 catArray ........................................................ [WAIT]
102/154 catArray ........................................................ [PASS]
103/154 conv2 ........................................................... [WAIT]
103/154 conv2 ........................................................... [PASS]
104/154 tan ............................................................. [WAIT]
104/154 tan ............................................................. [PASS]
105/154 view ............................................................ [WAIT]
105/154 view ............................................................ [PASS]
106/154 trunc ........................................................... [WAIT]
106/154 trunc ........................................................... [PASS]
107/154 asin ............................................................ [WAIT]
107/154 asin ............................................................ [PASS]
108/154 pow ............................................................. [WAIT]
108/154 pow ............................................................. [PASS]
109/154 baddbmm ......................................................... [WAIT]
109/154 baddbmm ......................................................... [PASS]
110/154 symeig_noncontig ................................................ [WAIT]
110/154 symeig_noncontig ................................................ [PASS]
111/154 div ............................................................. [WAIT]
111/154 div ............................................................. [PASS]
112/154 indexCopy ....................................................... [WAIT]
112/154 indexCopy ....................................................... [PASS]
113/154 type ............................................................ [WAIT]
113/154 type ............................................................ [PASS]
114/154 chunk ........................................................... [WAIT]
114/154 chunk ........................................................... [PASS]
115/154 eig ............................................................. [WAIT]
115/154 eig ............................................................. [PASS]
116/154 mode ............................................................ [WAIT]
116/154 mode ............................................................ [PASS]
117/154 serialize ....................................................... [WAIT]
117/154 serialize ....................................................... [PASS]
118/154 sinh ............................................................ [WAIT]
118/154 sinh ............................................................ [PASS]
119/154 fmod ............................................................ [WAIT]
119/154 fmod ............................................................ [PASS]
120/154 conv3_conv2_eq .................................................. [WAIT]
120/154 conv3_conv2_eq .................................................. [PASS]
121/154 logspace ........................................................ [WAIT]
121/154 logspace ........................................................ [PASS]
122/154 exp ............................................................. [WAIT]
122/154 exp ............................................................. [PASS]
123/154 potri ........................................................... [WAIT]
123/154 potri ........................................................... [PASS]
124/154 isStorage ....................................................... [WAIT]
124/154 isStorage ....................................................... [PASS]
125/154 gather .......................................................... [WAIT]
125/154 gather .......................................................... [PASS]
126/154 cumprod ......................................................... [WAIT]
126/154 cumprod ......................................................... [PASS]
127/154 cat ............................................................. [WAIT]
127/154 cat ............................................................. [PASS]
128/154 rangenegative ................................................... [WAIT]
128/154 rangenegative ................................................... [PASS]
129/154 svd ............................................................. [WAIT]
129/154 svd ............................................................. [PASS]
130/154 zeros ........................................................... [WAIT]
130/154 zeros ........................................................... [PASS]
131/154 expand .......................................................... [WAIT]
131/154 expand .......................................................... [PASS]
132/154 RNGState ........................................................ [WAIT]
132/154 RNGState ........................................................ [PASS]
133/154 ceil ............................................................ [WAIT]
133/154 ceil ............................................................ [PASS]
134/154 isTypeOfPartial ................................................. [WAIT]
134/154 isTypeOfPartial ................................................. [PASS]
135/154 cfmod ........................................................... [WAIT]
135/154 cfmod ........................................................... [PASS]
136/154 eye ............................................................. [WAIT]
136/154 eye ............................................................. [PASS]
137/154 acos ............................................................ [WAIT]
137/154 acos ............................................................ [PASS]
138/154 totable ......................................................... [WAIT]
138/154 totable ......................................................... [PASS]
139/154 testNumel ....................................................... [WAIT]
139/154 testNumel ....................................................... [PASS]
140/154 cpow ............................................................ [WAIT]
140/154 cpow ............................................................ [PASS]
141/154 isSetTo ......................................................... [WAIT]
141/154 isSetTo ......................................................... [PASS]
142/154 indexAdd ........................................................ [WAIT]
142/154 indexAdd ........................................................ [PASS]
143/154 isSameSizeAs .................................................... [WAIT]
143/154 isSameSizeAs .................................................... [PASS]
144/154 mv .............................................................. [WAIT]
144/154 mv .............................................................. [PASS]
145/154 reshape ......................................................... [WAIT]
145/154 reshape ......................................................... [PASS]
146/154 allAndAny2 ...................................................... [WAIT]
146/154 allAndAny2 ...................................................... [PASS]
147/154 isTypeOfPattern ................................................. [WAIT]
147/154 isTypeOfPattern ................................................. [PASS]
148/154 round ........................................................... [WAIT]
148/154 round ........................................................... [PASS]
149/154 classNoModule ................................................... [WAIT]
149/154 classNoModule ................................................... [PASS]
150/154 gatherMax ....................................................... [WAIT]
150/154 gatherMax ....................................................... [PASS]
151/154 scatter ......................................................... [WAIT]
151/154 scatter ......................................................... [PASS]
152/154 test_symeig ..................................................... [WAIT]
152/154 test_symeig ..................................................... [PASS]
153/154 potrs ........................................................... [WAIT]
153/154 potrs ........................................................... [PASS]
154/154 split ........................................................... [WAIT]
154/154 split ........................................................... [PASS]
Completed 1149 asserts in 154 tests with 0 failures and 0 errors
c:\jenkins\workspace\torch-win64\pkg\torch>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\pkg\torch>goto :eof
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment