Console Output

Started by user Alan Wu
Obtained pipeline-dependencies-macos.txt from git https://github.com/OpenCMISS/jenkins.git
Running in Durability level: MAX_SURVIVABILITY
Loading library opencmiss-library@master
11:24:38 GitHub API Usage: Current quota has 60 remaining (7 under budget). Next quota of 60 in 59 min
Examining opencmiss/jenkins-pipeline-library
Attempting to resolve master as a branch
Resolved master as branch master at revision 901cec77bae1509745ad4040093c0da6acfae806
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/opencmiss/jenkins-pipeline-library.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/opencmiss/jenkins-pipeline-library.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://github.com/opencmiss/jenkins-pipeline-library.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 901cec77bae1509745ad4040093c0da6acfae806 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 901cec77bae1509745ad4040093c0da6acfae806
Commit message: "Update cleanSetup.groovy"
[Pipeline] node
Running on Mac10.12.3 in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clean)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Update)
[Pipeline] dir
Running in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/null/build/manage/release
[Pipeline] {
[Pipeline] sh
+ make update_all
make: *** No rule to make target `update_all'.  Stop.
[Pipeline] echo
Error trying to update_all.
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/null/src/cmake_modules
[Pipeline] {
[Pipeline] sh
+ git pull
fatal: not a git repository (or any of the parent directories): .git
[Pipeline] echo
Error trying to update CMake modules.
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/null/src/manage
[Pipeline] {
[Pipeline] sh
+ git pull
fatal: not a git repository (or any of the parent directories): .git
[Pipeline] echo
Error trying to update manage.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Configure)
[Pipeline] sh
+ mkdir -p opencmiss_dependencies
[Pipeline] dir
Running in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/setup
[Pipeline] {
[Pipeline] git
Cloning the remote Git repository
Cloning repository https://github.com/OpenCMISS/setup.git
 > git init /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/setup # timeout=10
Fetching upstream changes from https://github.com/OpenCMISS/setup.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/OpenCMISS/setup.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/OpenCMISS/setup.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/OpenCMISS/setup.git # timeout=10
Fetching upstream changes from https://github.com/OpenCMISS/setup.git
 > git fetch --tags --progress https://github.com/OpenCMISS/setup.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision a2d781b06d08219543e48710723ddebee6c0a416 (refs/remotes/origin/develop)
Commit message: "Merge pull request #17 from chrispbradley/OrganisationSet"
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/setup-build
[Pipeline] {
[Pipeline] sh
+ cmake -DOPENCMISS_SETUP_TYPE=dependencies -DOPENCMISS_DEPENDENCIES_ROOT=../opencmiss_dependencies ../setup
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a2d781b06d08219543e48710723ddebee6c0a416
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b develop a2d781b06d08219543e48710723ddebee6c0a416
 > git rev-list --no-walk a2d781b06d08219543e48710723ddebee6c0a416 # timeout=10
-- The C compiler identification is AppleClang 10.0.0.10001145
-- The CXX compiler identification is AppleClang 10.0.0.10001145
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking CMake version..
-- Checking https CMAKE_3_11_1_HAS_HTTPS: 
-- Checking CMake-3.11.1 HTTPS support ...
-- Checking CMake-3.11.1 HTTPS support ... done
-- Found Git: /usr/bin/git (found version "2.17.2 (Apple Git-113)") 
-- Have ssh access to GitHub.com: FALSE
-- Using GitHub protocol: https://github.com/
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@ SUMMARY @@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ OPENCMISS_SETUP_TYPE: dependencies
-- @ OPENCMISS_INDEPENDENT: FALSE
-- @ OPENCMISS_PERFORM_INITIAL_BUILD: TRUE
-- @ OPENCMISS_VERSION: develop
-- @ OPENCMISS_MULTI_ARCHITECTURE: FALSE
-- @ OPENCMISS_CONFIG_BUILD_TYPE: Release
-- @
-- @ OPENCMISS_DEPENDENCIES_ROOT: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies
-- @
-- @ OPENCMISS_CMAKE_MODULES_SOURCE_DIR: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/src/cmake_modules
-- @ OPENCMISS_CMAKE_MODULES_BINARY_DIR: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/cmake_modules/release
-- @ OPENCMISS_CMAKE_MODULE_PATH: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules
-- @
-- @ MANAGE_CONFIGURE_ARGS: -DOPENCMISS_USE_ARCHITECTURE_PATH=FALSE;-DOPENCMISS_INSTALLATION_TYPE=dependencies;-DOPENCMISS_DEVELOP_ALL=YES;-DOPENCMISS_BUILD_TYPE=Release;-DOPENCMISS_DEPENDENCIES_ROOT=/Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/setup-build
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Make)
[Pipeline] dir
Running in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/setup-build
[Pipeline] {
[Pipeline] sh
+ make
Scanning dependencies of target setup_cmake_modules
[  6%] Creating directories for 'setup_cmake_modules'
[ 12%] Performing download step (git clone) for 'setup_cmake_modules'
Cloning into 'cmake_modules'...
Already on 'develop'
Your branch is up to date with 'origin/develop'.
[ 18%] No patch step for 'setup_cmake_modules'
[ 25%] Performing update step for 'setup_cmake_modules'
Current branch develop is up to date.
[ 31%] Performing configure step for 'setup_cmake_modules'
-- The CXX compiler identification is AppleClang 10.0.0.10001145
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- @
-- @@@@@@@@@@@@@@@@@@@@@@ SUMMARY @@@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ OPENCMISS_CMAKE_MODULE_PATH: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/cmake_modules/release
[ 37%] No build step for 'setup_cmake_modules'
[ 43%] Performing install step for 'setup_cmake_modules'
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FileSyncedOptions.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindBLACS.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindBLAS.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindFTGL.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindGLEW.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindGTKGLext.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindGit.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindHYPRE.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindImageMagick.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindJPEG.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindLAPACK.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindLibGDCM.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindMUMPS.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindNETGEN.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindOpt++.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindPETSC.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindPNG.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindPackageMultipass.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindPerlLibs.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindPython.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindPython2.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindPython3.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindScoreP.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindSCALAPACK.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindSUNDIALS.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindTAO.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindTIFF.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindVALGRIND.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindwxWidgets.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindBLAS.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindBZip2.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindCSim.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindClang.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindFTGL.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindFreetype.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindGDCM-ABI.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindGLEW.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindGTest.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindHDF5.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindHYPRE.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindITK.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindImageMagick.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindJPEG.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindLAPACK.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindLLVM.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindLibXml2.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindMUMPS.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindNETGEN.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindOPTPP.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindPARMETIS.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindPASTIX.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindPETSC.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindPLAPACK.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindPNG.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindSCALAPACK.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindSCOTCH.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindSLEPC.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindSOWING.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindSUITESPARSE.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindSUNDIALS.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindSUPERLU.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindSUPERLU_DIST.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindSZIP.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindTIFF.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindModuleWrappers/FindZLIB.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/Templates/librarybindings.in.py
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/Templates/bindingsinfo.in.py
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/Templates/script_gen_bindings_info.in.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/Templates/script_virtualenv_create_and_install.in.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCArchitecturePathFunctions.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCMiscFunctions.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCToolchainCompilers.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCInstrumentation.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCToolchainChecks.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCPythonBindingsVirtualEnv.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCCheckSDKInstallation.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCMultiConfigEnvironment.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCScriptGenerateVirtualEnvCreateAndInstall.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindMPI.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindPython/Support.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindMPI/fortranparam_mpi.f90.in
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindMPI/libver_mpi.c
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindMPI/libver_mpi.f90.in
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindMPI/mpiver.f90.in
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindMPI/test_mpi.c
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/FindMPI/test_mpi.f90.in
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCDetermineMPIFunctions.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCPostSelectMPI.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCPreSelectMPI.cmake
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules/OpenCMISS/OCSelectMPI.cmake
[ 50%] Completed 'setup_cmake_modules'
[ 50%] Built target setup_cmake_modules
Scanning dependencies of target setup_manage
[ 56%] Creating directories for 'setup_manage'
[ 62%] Performing download step (git clone) for 'setup_manage'
Cloning into 'manage'...
Already on 'develop'
Your branch is up to date with 'origin/develop'.
[ 68%] No patch step for 'setup_manage'
[ 75%] Performing update step for 'setup_manage'
Current branch develop is up to date.
[ 81%] Performing configure step for 'setup_manage'
-- The C compiler identification is AppleClang 10.0.0.10001145
-- The CXX compiler identification is AppleClang 10.0.0.10001145
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The Fortran compiler identification is GNU 8.1.0
-- Checking whether Fortran compiler has -isysroot
-- Checking whether Fortran compiler has -isysroot - yes
-- Checking whether Fortran compiler supports OSX deployment target flag
-- Checking whether Fortran compiler supports OSX deployment target flag - yes
-- Check for working Fortran compiler: /usr/local/bin/gfortran
-- Check for working Fortran compiler: /usr/local/bin/gfortran  -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /usr/local/bin/gfortran supports Fortran 90
-- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- yes
-- Have ssh access to GitHub.com: FALSE
-- Applying component Git settings at: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/Settings/OCComponentGitValues.cmake
-- Applying component configuration at: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/SharedSettings/OCComponentConfig.cmake
-- Applying component version settings from: OCComponentVersions
-- Applying component branch settings from: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/Settings/OCComponentBranches.cmake
-- Looking for an MPI ...
-- Checking method: F77_HEADER
-- Checking method: F08_MODULE
-- Checking method: F90_MODULE
-- Checking method: F77_HEADER
-- Checking method: F08_MODULE
-- Checking method: F90_MODULE
-- Looking for an MPI ... found mpich
-- FindLibXml2 wrapper: System search enabled
-- FindLibXml2 wrapper: Trying to find version  on system in MODULE mode
-- FindLibXml2 wrapper: Found: /usr/lib/libxml2.dylib
-- FindLAPACK wrapper: System search enabled
-- FindLAPACK wrapper: Trying to find version 3.5.0 on system in MODULE mode
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - not found
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE  
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - not found
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- FindLAPACK wrapper: Found: /usr/lib/liblapack.dylib;/usr/lib/libblas.dylib
-- FindBLAS wrapper: System search enabled
-- FindBLAS wrapper: Trying to find version  on system in MODULE mode
-- FindBLAS wrapper: Found: /usr/lib/libblas.dylib
-- FindFreetype wrapper: System search enabled
-- FindFreetype wrapper: Trying to find version  on system in MODULE mode
-- FindJPEG wrapper: System search enabled
-- FindJPEG wrapper: Trying to find version 6.0.0 on system in MODULE mode
-- FindJPEG wrapper: Found: /usr/local/lib/libjpeg.dylib
-- Unknown instrumentation option. Ignoring.
-- Manage::Instrumentation: 
-- Found Git: /usr/bin/git (found version "2.17.2 (Apple Git-113)") 
-- @
-- @@@@@@@@@@@@@@@@@@@@@ SUMMARY @@@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ OPENCMISS_TOOLCHAIN: clang
-- @ OPENCMISS_MPI_IMPLEMENTATION: mpich
-- @ ACTIVE_ARCHITECTURE_MPI_PATH: 
-- @
-- @ CONFIG PATH: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/config/Release
-- @ CONFIGURATION SETTINGS: -DOC_USE_IRON=ON -DOC_USE_ZINC=ON -DOPENCMISS_BUILD_TYPE=Release -DOPENCMISS_MPI_IMPLEMENTATION=mpich -DMPIEXEC_EXECUTABLE=/usr/local/bin/mpiexec -DMPI_C_COMPILER=/usr/local/bin/mpicc -DMPI_CXX_COMPILER=/usr/local/bin/mpicxx -DMPI_Fortran_COMPILER=/usr/local/bin/mpif77 -DOPENCMISS_LIBRARIES_ONLY=NO -DOPENCMISS_DEPENDENCIES_ONLY=TRUE -DOPENCMISS_TOOLCHAIN=clang -DOPENCMISS_BUILD_OWN_MPI=NO -DOPENCMISS_INSTRUMENTATION= -DOPENCMISS_OWN_MPI_INSTALL_BASE=/Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install -DOPENCMISS_ROOTS_FILE=/Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/ConfiguredFiles/OpenCMISSRoots.cmake -DOPENCMISS_CMAKE_MODULE_PATH=/Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/share/cmake/Modules -DOPENCMISS_SUPPORT_DIR=/Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/support -DOPENCMISS_USE_ARCHITECTURE_PATH=FALSE -DARCH_MPI_PATH= -DARCH_NO_MPI_PATH= -DCONFIG_PACKAGE_ARCHITECTURE_MPI_PATH=. -DCONFIG_PACKAGE_ARCHITECTURE_NO_MPI_PATH=. -DSHARED_MODULES_PATH=/Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/src/manage/SharedModules -DSHARED_SETTINGS_PATH=/Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/SharedSettings
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- @
-- @@@@@@@@@@@@@@@@@@@ NEXT STEPS @@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ - Change /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/OpenCMISSInstallationConfig.cmake according to your needs
-- @
-- @ Having trouble? Follow the galaxy hitchhiker's advice:
-- @ DONT PANIC ... and:
-- @ - Refer to http://staging.opencmiss.org/documentation/cmake/docs/config/index.html for customization instructions
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release
[ 87%] Performing build step for 'setup_manage'
Scanning dependencies of target SM_llvm_sources
[  3%] Checking LLVM sources are present
Scanning dependencies of target SM_llvm_download
[100%] Cloning LLVM sources
Your branch is up to date with 'origin/develop'.
[100%] Built target SM_llvm_download
Built target SM_llvm_sources
Scanning dependencies of target SM_petsc_sources
Checking PETSC sources are present
Scanning dependencies of target SM_petsc_download
[100%] Cloning PETSC sources
Your branch is up to date with 'origin/develop'.
[100%] Built target SM_petsc_download
Built target SM_petsc_sources
Scanning dependencies of target SM_hdf5_sources
Checking HDF5 sources are present
Scanning dependencies of target SM_hdf5_download
[100%] Cloning HDF5 sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_hdf5_download
Built target SM_hdf5_sources
Scanning dependencies of target SM_parmetis_sources
Checking PARMETIS sources are present
Scanning dependencies of target SM_parmetis_download
Cloning PARMETIS sources
Your branch is up to date with 'origin/develop'.
Built target SM_parmetis_download
Built target SM_parmetis_sources
Scanning dependencies of target SM_sowing_sources
Checking SOWING sources are present
Scanning dependencies of target SM_sowing_download
[100%] Cloning SOWING sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_sowing_download
Built target SM_sowing_sources
Scanning dependencies of target SM_clang_sources
Checking CLANG sources are present
Scanning dependencies of target SM_clang_download
Cloning CLANG sources
Your branch is up to date with 'origin/develop'.
Built target SM_clang_download
Built target SM_clang_sources
Scanning dependencies of target SM_mumps_sources
Checking MUMPS sources are present
Scanning dependencies of target SM_mumps_download
[100%] Cloning MUMPS sources
Your branch is up to date with 'origin/develop'.
[100%] Built target SM_mumps_download
Built target SM_mumps_sources
Scanning dependencies of target SM_cellml_sources
Checking CELLML sources are present
Scanning dependencies of target SM_cellml_download
[100%] Cloning CELLML sources
Your branch is up to date with 'origin/develop'.
[100%] Built target SM_cellml_download
Built target SM_cellml_sources
Scanning dependencies of target SM_plapack_sources
Checking PLAPACK sources are present
Scanning dependencies of target SM_plapack_download
Cloning PLAPACK sources
Your branch is up to date with 'origin/develop'.
Built target SM_plapack_download
Built target SM_plapack_sources
Scanning dependencies of target SM_tiff_sources
Checking TIFF sources are present
Scanning dependencies of target SM_tiff_download
[100%] Cloning TIFF sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_tiff_download
Built target SM_tiff_sources
Scanning dependencies of target SM_suitesparse_sources
Checking SUITESPARSE sources are present
Scanning dependencies of target SM_suitesparse_download
Cloning SUITESPARSE sources
Your branch is up to date with 'origin/develop'.
Built target SM_suitesparse_download
Built target SM_suitesparse_sources
Scanning dependencies of target SM_csim_sources
Checking CSIM sources are present
Scanning dependencies of target SM_csim_download
[100%] Cloning CSIM sources
Your branch is up to date with 'origin/develop'.
[100%] Built target SM_csim_download
Built target SM_csim_sources
Scanning dependencies of target SM_imagemagick_sources
Checking IMAGEMAGICK sources are present
Scanning dependencies of target SM_imagemagick_download
[100%] Cloning IMAGEMAGICK sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_imagemagick_download
Built target SM_imagemagick_sources
Scanning dependencies of target SM_libcellml_sources
Checking LIBCELLML sources are present
Scanning dependencies of target SM_libcellml_download
Cloning LIBCELLML sources
Your branch is up to date with 'origin/develop'.
Built target SM_libcellml_download
Built target SM_libcellml_sources
Scanning dependencies of target SM_slepc_sources
Checking SLEPC sources are present
Scanning dependencies of target SM_slepc_download
[100%] Cloning SLEPC sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_slepc_download
Built target SM_slepc_sources
Scanning dependencies of target SM_zlib_sources
Checking ZLIB sources are present
Scanning dependencies of target SM_zlib_download
Cloning ZLIB sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
Built target SM_zlib_download
Built target SM_zlib_sources
Scanning dependencies of target SM_freetype_sources
Checking FREETYPE sources are present
Scanning dependencies of target SM_freetype_download
Cloning FREETYPE sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
Built target SM_freetype_download
Built target SM_freetype_sources
Scanning dependencies of target SM_fieldml-api_sources
Checking FIELDML-API sources are present
Scanning dependencies of target SM_fieldml-api_download
[100%] Cloning FIELDML-API sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_fieldml-api_download
Built target SM_fieldml-api_sources
Scanning dependencies of target SM_superlu_sources
Checking SUPERLU sources are present
Scanning dependencies of target SM_superlu_download
Cloning SUPERLU sources
Your branch is up to date with 'origin/develop'.
Built target SM_superlu_download
Built target SM_superlu_sources
Scanning dependencies of target SM_netgen_sources
Checking NETGEN sources are present
Scanning dependencies of target SM_netgen_download
Cloning NETGEN sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
Built target SM_netgen_download
Built target SM_netgen_sources
Scanning dependencies of target SM_hypre_sources
Checking HYPRE sources are present
Scanning dependencies of target SM_hypre_download
Cloning HYPRE sources
Your branch is up to date with 'origin/develop'.
Built target SM_hypre_download
Built target SM_hypre_sources
Scanning dependencies of target SM_bzip2_sources
Checking BZIP2 sources are present
Scanning dependencies of target SM_bzip2_download
Cloning BZIP2 sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
Built target SM_bzip2_download
Built target SM_bzip2_sources
Scanning dependencies of target SM_szip_sources
Checking SZIP sources are present
Scanning dependencies of target SM_szip_download
[100%] Cloning SZIP sources
Your branch is up to date with 'origin/develop'.
[100%] Built target SM_szip_download
Built target SM_szip_sources
Scanning dependencies of target SM_gtest_sources
Checking GTEST sources are present
Scanning dependencies of target SM_gtest_download
[100%] Cloning GTEST sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_gtest_download
Built target SM_gtest_sources
Scanning dependencies of target SM_itk_sources
Checking ITK sources are present
Scanning dependencies of target SM_itk_download
[100%] Cloning ITK sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_itk_download
Built target SM_itk_sources
Scanning dependencies of target SM_glew_sources
Checking GLEW sources are present
Scanning dependencies of target SM_glew_download
Cloning GLEW sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
Built target SM_glew_download
Built target SM_glew_sources
Scanning dependencies of target SM_gdcm-abi_sources
Checking GDCM-ABI sources are present
Scanning dependencies of target SM_gdcm-abi_download
[100%] Cloning GDCM-ABI sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_gdcm-abi_download
Built target SM_gdcm-abi_sources
Scanning dependencies of target SM_ftgl_sources
Checking FTGL sources are present
Scanning dependencies of target SM_ftgl_download
[100%] Cloning FTGL sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_ftgl_download
Built target SM_ftgl_sources
Scanning dependencies of target SM_optpp_sources
Checking OPTPP sources are present
Scanning dependencies of target SM_optpp_download
[100%] Cloning OPTPP sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_optpp_download
Built target SM_optpp_sources
Scanning dependencies of target SM_sundials_sources
Checking SUNDIALS sources are present
Scanning dependencies of target SM_sundials_download
[100%] Cloning SUNDIALS sources
Your branch is up to date with 'origin/develop'.
[100%] Built target SM_sundials_download
Built target SM_sundials_sources
Scanning dependencies of target SM_png_sources
Checking PNG sources are present
Scanning dependencies of target SM_png_download
[100%] Cloning PNG sources
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[100%] Built target SM_png_download
Built target SM_png_sources
Scanning dependencies of target SM_superlu_dist_sources
Checking SUPERLU_DIST sources are present
Scanning dependencies of target SM_superlu_dist_download
[100%] Cloning SUPERLU_DIST sources
Your branch is up to date with 'origin/develop'.
[100%] Built target SM_superlu_dist_download
Built target SM_superlu_dist_sources
Scanning dependencies of target SM_scotch_sources
Checking SCOTCH sources are present
Scanning dependencies of target SM_scotch_download
Cloning SCOTCH sources
Your branch is up to date with 'origin/develop'.
Built target SM_scotch_download
Built target SM_scotch_sources
Scanning dependencies of target SM_scalapack_sources
Checking SCALAPACK sources are present
Scanning dependencies of target SM_scalapack_download
[100%] Cloning SCALAPACK sources
Your branch is up to date with 'origin/develop'.
[100%] Built target SM_scalapack_download
Built target SM_scalapack_sources
Scanning dependencies of target SM_pastix_sources
Checking PASTIX sources are present
Scanning dependencies of target SM_pastix_download
[100%] Cloning PASTIX sources
Your branch is up to date with 'origin/develop'.
[100%] Built target SM_pastix_download
Built target SM_pastix_sources
Scanning dependencies of target get_sources
Built target get_sources
Scanning dependencies of target manage_config
Creating directories.
Creating config.
-- Attempting to use clang compilers.
-- The C compiler identification is AppleClang 10.0.0.10001145
-- The CXX compiler identification is AppleClang 10.0.0.10001145
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The Fortran compiler identification is GNU 8.1.0
-- Checking whether Fortran compiler has -isysroot
-- Checking whether Fortran compiler has -isysroot - yes
-- Checking whether Fortran compiler supports OSX deployment target flag
-- Checking whether Fortran compiler supports OSX deployment target flag - yes
-- Check for working Fortran compiler: /usr/local/bin/gfortran
-- Check for working Fortran compiler: /usr/local/bin/gfortran  -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /usr/local/bin/gfortran supports Fortran 90
-- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- yes
-- Language bindings are possible.
-- Python language bindings are possible.
-- Creating OpenCMISSLocalConfig file in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/config/Release
-- Applying OpenCMISS local configuration at /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/config/OpenCMISSLocalConfig.cmake...
-- FindLibXml2 wrapper: System search enabled
-- FindLibXml2 wrapper: Trying to find version  on system in MODULE mode
-- FindLibXml2 wrapper: Found: /usr/lib/libxml2.dylib
-- FindLAPACK wrapper: System search enabled
-- FindLAPACK wrapper: Trying to find version 3.5.0 on system in MODULE mode
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - not found
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE  
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - not found
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- FindLAPACK wrapper: Found: /usr/lib/liblapack.dylib;/usr/lib/libblas.dylib
-- FindBLAS wrapper: System search enabled
-- FindBLAS wrapper: Trying to find version  on system in MODULE mode
-- FindBLAS wrapper: Found: /usr/lib/libblas.dylib
-- FindFreetype wrapper: System search enabled
-- FindFreetype wrapper: Trying to find version  on system in MODULE mode
-- FindJPEG wrapper: System search enabled
-- FindJPEG wrapper: Trying to find version 6.0.0 on system in MODULE mode
-- FindJPEG wrapper: Found: /usr/local/lib/libjpeg.dylib
-- Starting configuration in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/config/Release at 2019-02-13_11-27
-- Found Git: /usr/bin/git (found version "2.17.2 (Apple Git-113)") 
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Detected Fortran mangling: Suffix '_', Case 'LOWER'
-- Verifying Fortran/C Compiler Compatibility
-- Verifying Fortran/C Compiler Compatibility - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
-- Looking for an MPI ...
-- Checking method: F77_HEADER
-- Checking method: F08_MODULE
-- Checking method: F90_MODULE
-- Looking for an MPI ... found mpich
-- OpenCMISS component BZIP2       : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component FIELDML-API : Use REQ, System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component GTEST       : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component HDF5        : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component LIBXML2     : Use REQ, System search ON , Shared: OFF, Branch '')
-- OpenCMISS component SZIP        : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component ZLIB        : Use REQ, System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component CELLML      : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component CLANG       : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component CSIM        : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component HYPRE       : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component LAPACK      : Use ON , System search ON , Shared: OFF, Branch '')
-- OpenCMISS component LIBCELLML   : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component LLVM        : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component MUMPS       : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component PARMETIS    : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component PASTIX      : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component PETSC       : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component PLAPACK     : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component SCALAPACK   : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component SCOTCH      : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component SLEPC       : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component SOWING      : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component SUITESPARSE : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component SUNDIALS    : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component SUPERLU     : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component SUPERLU_DIST: Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component FREETYPE    : Use ON , System search ON , Shared: OFF, Branch 'develop')
-- OpenCMISS component FTGL        : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component GDCM-ABI    : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component GLEW        : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component IMAGEMAGICK : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component ITK         : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component JPEG        : Use ON , System search ON , Shared: OFF, Branch '')
-- OpenCMISS component NETGEN      : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component OPTPP       : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component PNG         : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- OpenCMISS component TIFF        : Use ON , System search OFF, Shared: OFF, Branch 'develop')
-- C flags (RELEASE)=-O3 -DNDEBUG
-- C flags (DEBUG)=-g
-- CXX flags (RELEASE)=-O3 -DNDEBUG
-- CXX flags (DEBUG)=-g
-- Fortran flags (RELEASE)=-O3 -DNDEBUG -O3
-- Fortran flags (DEBUG)=-g
-- Configuring build of 'GTEST 1.7.0' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/gtest/release...
-- Configuring build of 'ZLIB 1.2.3' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/zlib/release...
-- Configuring build of 'BZIP2 1.0.6' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/bzip2/release...
-- Configuring build of 'SZIP 2.1' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/szip/release...
-- Configuring build of 'HDF5 1.8.14' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/hdf5/release...
-- Configuring build of 'FIELDML-API 0.5.0' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/fieldml-api/release...
-- Configuring build of 'SCOTCH 6.0.3' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/scotch/release...
-- Configuring build of 'PLAPACK 3.0' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/plapack/release...
-- Configuring build of 'SCALAPACK 2.8' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/scalapack/release...
-- Configuring build of 'PARMETIS 4.0.3' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/parmetis/release...
-- Configuring build of 'MUMPS 5.0.0' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/mumps/release...
-- Configuring build of 'SUITESPARSE 4.4.0' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/suitesparse/release...
-- Configuring build of 'SUPERLU 4.3' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/superlu/release...
-- Configuring build of 'HYPRE 2.10.0' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/hypre/release...
-- Configuring build of 'SUPERLU_DIST 4.1' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/superlu_dist/release...
-- Configuring build of 'SUNDIALS 2.5' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/sundials/release...
-- PASTIX_WITH_PARMETIS: , OC_USE_PARMETIS: ON
-- Configuring build of 'PASTIX 5.2.2.16' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/pastix/release...
-- Configuring build of 'SOWING 1.1.16' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/sowing/release...
-- Configuring build of 'PETSC 3.6.1' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/petsc/release...
-- Configuring build of 'SLEPC 3.6.1' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/slepc/release...
-- Configuring build of 'LIBCELLML 1.0' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/libcellml/release...
-- Configuring build of 'LLVM 3.7.1' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/llvm/release...
-- Configuring build of 'CLANG 3.7.1' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/clang/release...
-- Configuring build of 'CSIM 1.0' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/csim/release...
-- Configuring build of 'CELLML 1.0' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/cellml/release...
-- Configuring build of 'NETGEN 4.9.11' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/netgen/release...
-- Configuring build of 'FREETYPE 2.4.10' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/freetype/release...
-- Configuring build of 'FTGL 2.1.3' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/ftgl/release...
-- Configuring build of 'GLEW 1.5.5' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/glew/release...
-- Configuring build of 'OPTPP 681' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/optpp/release...
-- Configuring build of 'PNG 1.5.2' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/png/release...
-- Configuring build of 'TIFF 4.0.5' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/tiff/release...
-- Configuring build of 'GDCM-ABI 2.0.12' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/gdcm-abi/release...
-- Configuring build of 'IMAGEMAGICK 6.7.0.8' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/imagemagick/release...
-- Configuring build of 'ITK 3.20.0' in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/itk/release...
-- No examples source directory set ==> no examples will be available through this framework.
-- Exporting OpenCMISS build context: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/config/Release/export/context-dependencies.cmake
-- @
-- @@@@@@@@@@@@@@@@@@@@@@ SUMMARY @@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ MPI implementation: mpich
-- @ TOOLCHAIN: clang
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- @
-- @@@@@@@@@@@@@@@@@@@ NEXT STEPS @@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ - Change /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/config/OpenCMISSLocalConfig.cmake according to your setup/needs
-- @ - Build the 'opencmiss' target (e.g. '/usr/bin/make opencmiss') to start the build process
-- @
-- @ Having trouble? Follow the galaxy hitchhiker's advice:
-- @ DONT PANIC ... and:
-- @ - Refer to http://staging.opencmiss.org/documentation/cmake/docs/config/index.html for customization instructions
-- @ - Build the 'support' target to get help! (e.g. '/usr/bin/make support')
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- Finished configuration in /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/config/Release
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/manage/release/config/Release
Building configuration.
Scanning dependencies of target SM_ZLIB_build_log
[  0%] Support: Creating ZLIB buildlog
[  0%] Built target SM_ZLIB_build_log
Scanning dependencies of target OC_ZLIB
[  0%] Creating directories for 'OC_ZLIB'
[  0%] No download step for 'OC_ZLIB'
[  0%] No patch step for 'OC_ZLIB'
[  0%] No update step for 'OC_ZLIB'
[  1%] Performing configure step for 'OC_ZLIB'
-- OC_ZLIB configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/zlib/release/extproj/stamp/OC_ZLIB-configure-*.log
[  1%] Performing build step for 'OC_ZLIB'
-- OC_ZLIB build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/zlib/release/extproj/stamp/OC_ZLIB-build-*.log
[  2%] Performing install step for 'OC_ZLIB'
-- OC_ZLIB install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/zlib/release/extproj/stamp/OC_ZLIB-install-*.log
[  2%] Completed 'OC_ZLIB'
[  2%] Built target OC_ZLIB
Scanning dependencies of target SM_TIFF_build_log
[  4%] Support: Creating TIFF buildlog
[  4%] Built target SM_TIFF_build_log
Scanning dependencies of target OC_TIFF
[  4%] Creating directories for 'OC_TIFF'
[  4%] No download step for 'OC_TIFF'
[  4%] No patch step for 'OC_TIFF'
[  5%] No update step for 'OC_TIFF'
[  5%] Performing configure step for 'OC_TIFF'
-- OC_TIFF configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/tiff/release/extproj/stamp/OC_TIFF-configure-*.log
[  5%] Performing build step for 'OC_TIFF'
-- OC_TIFF build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/tiff/release/extproj/stamp/OC_TIFF-build-*.log
[  5%] Performing install step for 'OC_TIFF'
-- OC_TIFF install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/tiff/release/extproj/stamp/OC_TIFF-install-*.log
[  7%] Completed 'OC_TIFF'
[  7%] Built target OC_TIFF
Scanning dependencies of target SM_ITK_build_log
[  7%] Support: Creating ITK buildlog
[  7%] Built target SM_ITK_build_log
Scanning dependencies of target SM_PNG_build_log
[  7%] Support: Creating PNG buildlog
[  7%] Built target SM_PNG_build_log
Scanning dependencies of target OC_PNG
[  8%] Creating directories for 'OC_PNG'
[  8%] No download step for 'OC_PNG'
[  8%] No patch step for 'OC_PNG'
[  8%] No update step for 'OC_PNG'
[  8%] Performing configure step for 'OC_PNG'
-- OC_PNG configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/png/release/extproj/stamp/OC_PNG-configure-*.log
[ 10%] Performing build step for 'OC_PNG'
-- OC_PNG build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/png/release/extproj/stamp/OC_PNG-build-*.log
[ 10%] Performing install step for 'OC_PNG'
-- OC_PNG install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/png/release/extproj/stamp/OC_PNG-install-*.log
[ 10%] Completed 'OC_PNG'
[ 10%] Built target OC_PNG
Scanning dependencies of target SM_HDF5_build_log
[ 11%] Support: Creating HDF5 buildlog
[ 11%] Built target SM_HDF5_build_log
Scanning dependencies of target SM_SZIP_build_log
[ 11%] Support: Creating SZIP buildlog
[ 11%] Built target SM_SZIP_build_log
Scanning dependencies of target OC_SZIP
[ 11%] Creating directories for 'OC_SZIP'
[ 13%] No download step for 'OC_SZIP'
[ 13%] No patch step for 'OC_SZIP'
[ 13%] No update step for 'OC_SZIP'
[ 13%] Performing configure step for 'OC_SZIP'
-- OC_SZIP configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/szip/release/extproj/stamp/OC_SZIP-configure-*.log
[ 13%] Performing build step for 'OC_SZIP'
-- OC_SZIP build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/szip/release/extproj/stamp/OC_SZIP-build-*.log
[ 13%] Performing install step for 'OC_SZIP'
-- OC_SZIP install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/szip/release/extproj/stamp/OC_SZIP-install-*.log
[ 13%] Completed 'OC_SZIP'
[ 13%] Built target OC_SZIP
Scanning dependencies of target OC_HDF5
[ 13%] Creating directories for 'OC_HDF5'
[ 13%] No download step for 'OC_HDF5'
[ 13%] No patch step for 'OC_HDF5'
[ 13%] No update step for 'OC_HDF5'
[ 14%] Performing configure step for 'OC_HDF5'
-- OC_HDF5 configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/hdf5/release/extproj/stamp/OC_HDF5-configure-*.log
[ 14%] Performing build step for 'OC_HDF5'
-- OC_HDF5 build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/hdf5/release/extproj/stamp/OC_HDF5-build-*.log
[ 16%] Performing install step for 'OC_HDF5'
-- OC_HDF5 install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/hdf5/release/extproj/stamp/OC_HDF5-install-*.log
[ 16%] Completed 'OC_HDF5'
[ 16%] Built target OC_HDF5
Scanning dependencies of target SM_BZIP2_build_log
[ 16%] Support: Creating BZIP2 buildlog
[ 16%] Built target SM_BZIP2_build_log
Scanning dependencies of target OC_BZIP2
[ 16%] Creating directories for 'OC_BZIP2'
[ 16%] No download step for 'OC_BZIP2'
[ 16%] No patch step for 'OC_BZIP2'
[ 17%] No update step for 'OC_BZIP2'
[ 17%] Performing configure step for 'OC_BZIP2'
-- OC_BZIP2 configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/bzip2/release/extproj/stamp/OC_BZIP2-configure-*.log
[ 17%] Performing build step for 'OC_BZIP2'
-- OC_BZIP2 build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/bzip2/release/extproj/stamp/OC_BZIP2-build-*.log
[ 17%] Performing install step for 'OC_BZIP2'
-- OC_BZIP2 install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/bzip2/release/extproj/stamp/OC_BZIP2-install-*.log
[ 17%] Completed 'OC_BZIP2'
[ 17%] Built target OC_BZIP2
Scanning dependencies of target SM_GDCM-ABI_build_log
[ 17%] Support: Creating GDCM-ABI buildlog
[ 17%] Built target SM_GDCM-ABI_build_log
Scanning dependencies of target OC_GDCM-ABI
[ 17%] Creating directories for 'OC_GDCM-ABI'
[ 19%] No download step for 'OC_GDCM-ABI'
[ 19%] No patch step for 'OC_GDCM-ABI'
[ 19%] No update step for 'OC_GDCM-ABI'
[ 19%] Performing configure step for 'OC_GDCM-ABI'
-- OC_GDCM-ABI configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/gdcm-abi/release/extproj/stamp/OC_GDCM-ABI-configure-*.log
[ 20%] Performing build step for 'OC_GDCM-ABI'
-- OC_GDCM-ABI build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/gdcm-abi/release/extproj/stamp/OC_GDCM-ABI-build-*.log
[ 20%] Performing install step for 'OC_GDCM-ABI'
-- OC_GDCM-ABI install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/gdcm-abi/release/extproj/stamp/OC_GDCM-ABI-install-*.log
[ 20%] Completed 'OC_GDCM-ABI'
[ 20%] Built target OC_GDCM-ABI
Scanning dependencies of target OC_ITK
[ 20%] Creating directories for 'OC_ITK'
[ 20%] No download step for 'OC_ITK'
[ 22%] No patch step for 'OC_ITK'
[ 22%] No update step for 'OC_ITK'
[ 22%] Performing configure step for 'OC_ITK'
-- OC_ITK configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/itk/release/extproj/stamp/OC_ITK-configure-*.log
[ 22%] Performing build step for 'OC_ITK'
-- OC_ITK build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/itk/release/extproj/stamp/OC_ITK-build-*.log
[ 22%] Performing install step for 'OC_ITK'
-- OC_ITK install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/itk/release/extproj/stamp/OC_ITK-install-*.log
[ 23%] Completed 'OC_ITK'
[ 23%] Built target OC_ITK
Scanning dependencies of target SM_IMAGEMAGICK_build_log
[ 23%] Support: Creating IMAGEMAGICK buildlog
[ 23%] Built target SM_IMAGEMAGICK_build_log
Scanning dependencies of target OC_IMAGEMAGICK
[ 23%] Creating directories for 'OC_IMAGEMAGICK'
[ 23%] No download step for 'OC_IMAGEMAGICK'
[ 23%] No patch step for 'OC_IMAGEMAGICK'
[ 25%] No update step for 'OC_IMAGEMAGICK'
[ 25%] Performing configure step for 'OC_IMAGEMAGICK'
-- OC_IMAGEMAGICK configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/imagemagick/release/extproj/stamp/OC_IMAGEMAGICK-configure-*.log
[ 25%] Performing build step for 'OC_IMAGEMAGICK'
-- OC_IMAGEMAGICK build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/imagemagick/release/extproj/stamp/OC_IMAGEMAGICK-build-*.log
[ 25%] Performing install step for 'OC_IMAGEMAGICK'
-- OC_IMAGEMAGICK install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/imagemagick/release/extproj/stamp/OC_IMAGEMAGICK-install-*.log
[ 25%] Completed 'OC_IMAGEMAGICK'
[ 25%] Built target OC_IMAGEMAGICK
Scanning dependencies of target SM_OPTPP_build_log
[ 25%] Support: Creating OPTPP buildlog
[ 25%] Built target SM_OPTPP_build_log
Scanning dependencies of target OC_OPTPP
[ 25%] Creating directories for 'OC_OPTPP'
[ 25%] No download step for 'OC_OPTPP'
[ 25%] No patch step for 'OC_OPTPP'
[ 25%] No update step for 'OC_OPTPP'
[ 26%] Performing configure step for 'OC_OPTPP'
-- OC_OPTPP configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/optpp/release/extproj/stamp/OC_OPTPP-configure-*.log
[ 26%] Performing build step for 'OC_OPTPP'
-- OC_OPTPP build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/optpp/release/extproj/stamp/OC_OPTPP-build-*.log
[ 27%] Performing install step for 'OC_OPTPP'
-- OC_OPTPP install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/optpp/release/extproj/stamp/OC_OPTPP-install-*.log
[ 27%] Completed 'OC_OPTPP'
[ 27%] Built target OC_OPTPP
Scanning dependencies of target SM_GLEW_build_log
[ 29%] Support: Creating GLEW buildlog
[ 29%] Built target SM_GLEW_build_log
Scanning dependencies of target OC_GLEW
[ 29%] Creating directories for 'OC_GLEW'
[ 29%] No download step for 'OC_GLEW'
[ 29%] No patch step for 'OC_GLEW'
[ 30%] No update step for 'OC_GLEW'
[ 30%] Performing configure step for 'OC_GLEW'
-- OC_GLEW configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/glew/release/extproj/stamp/OC_GLEW-configure-*.log
[ 30%] Performing build step for 'OC_GLEW'
-- OC_GLEW build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/glew/release/extproj/stamp/OC_GLEW-build-*.log
[ 30%] Performing install step for 'OC_GLEW'
-- OC_GLEW install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/glew/release/extproj/stamp/OC_GLEW-install-*.log
[ 30%] Completed 'OC_GLEW'
[ 30%] Built target OC_GLEW
Scanning dependencies of target SM_CSIM_build_log
[ 30%] Support: Creating CSIM buildlog
[ 30%] Built target SM_CSIM_build_log
Scanning dependencies of target SM_GTEST_build_log
[ 30%] Support: Creating GTEST buildlog
[ 30%] Built target SM_GTEST_build_log
Scanning dependencies of target OC_GTEST
[ 30%] Creating directories for 'OC_GTEST'
[ 30%] No download step for 'OC_GTEST'
[ 32%] No patch step for 'OC_GTEST'
[ 32%] No update step for 'OC_GTEST'
[ 32%] Performing configure step for 'OC_GTEST'
-- OC_GTEST configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/gtest/release/extproj/stamp/OC_GTEST-configure-*.log
[ 32%] Performing build step for 'OC_GTEST'
-- OC_GTEST build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/gtest/release/extproj/stamp/OC_GTEST-build-*.log
[ 32%] Performing install step for 'OC_GTEST'
-- OC_GTEST install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/gtest/release/extproj/stamp/OC_GTEST-install-*.log
[ 33%] Completed 'OC_GTEST'
[ 33%] Built target OC_GTEST
Scanning dependencies of target SM_LLVM_build_log
[ 33%] Support: Creating LLVM buildlog
[ 33%] Built target SM_LLVM_build_log
Scanning dependencies of target OC_LLVM
[ 35%] Creating directories for 'OC_LLVM'
[ 35%] No download step for 'OC_LLVM'
[ 35%] No patch step for 'OC_LLVM'
[ 35%] No update step for 'OC_LLVM'
[ 35%] Performing configure step for 'OC_LLVM'
-- OC_LLVM configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/llvm/release/extproj/stamp/OC_LLVM-configure-*.log
[ 36%] Performing build step for 'OC_LLVM'
-- OC_LLVM build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/llvm/release/extproj/stamp/OC_LLVM-build-*.log
[ 36%] Performing install step for 'OC_LLVM'
-- OC_LLVM install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/llvm/release/extproj/stamp/OC_LLVM-install-*.log
[ 36%] Completed 'OC_LLVM'
[ 36%] Built target OC_LLVM
Scanning dependencies of target SM_CLANG_build_log
[ 36%] Support: Creating CLANG buildlog
[ 36%] Built target SM_CLANG_build_log
Scanning dependencies of target OC_CLANG
[ 38%] Creating directories for 'OC_CLANG'
[ 38%] No download step for 'OC_CLANG'
[ 38%] No patch step for 'OC_CLANG'
[ 38%] No update step for 'OC_CLANG'
[ 39%] Performing configure step for 'OC_CLANG'
-- OC_CLANG configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/clang/release/extproj/stamp/OC_CLANG-configure-*.log
[ 39%] Performing build step for 'OC_CLANG'
-- OC_CLANG build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/clang/release/extproj/stamp/OC_CLANG-build-*.log
[ 39%] Performing install step for 'OC_CLANG'
-- OC_CLANG install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/clang/release/extproj/stamp/OC_CLANG-install-*.log
[ 39%] Completed 'OC_CLANG'
[ 39%] Built target OC_CLANG
Scanning dependencies of target SM_LIBCELLML_build_log
[ 39%] Support: Creating LIBCELLML buildlog
[ 39%] Built target SM_LIBCELLML_build_log
Scanning dependencies of target OC_LIBCELLML
[ 39%] Creating directories for 'OC_LIBCELLML'
[ 39%] No download step for 'OC_LIBCELLML'
[ 39%] No patch step for 'OC_LIBCELLML'
[ 39%] No update step for 'OC_LIBCELLML'
[ 41%] Performing configure step for 'OC_LIBCELLML'
-- OC_LIBCELLML configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/libcellml/release/extproj/stamp/OC_LIBCELLML-configure-*.log
[ 41%] Performing build step for 'OC_LIBCELLML'
-- OC_LIBCELLML build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/libcellml/release/extproj/stamp/OC_LIBCELLML-build-*.log
[ 42%] Performing install step for 'OC_LIBCELLML'
-- OC_LIBCELLML install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/libcellml/release/extproj/stamp/OC_LIBCELLML-install-*.log
[ 42%] Completed 'OC_LIBCELLML'
[ 42%] Built target OC_LIBCELLML
Scanning dependencies of target SM_SUNDIALS_build_log
[ 42%] Support: Creating SUNDIALS buildlog
[ 42%] Built target SM_SUNDIALS_build_log
Scanning dependencies of target OC_SUNDIALS
[ 42%] Creating directories for 'OC_SUNDIALS'
[ 42%] No download step for 'OC_SUNDIALS'
[ 42%] No patch step for 'OC_SUNDIALS'
[ 44%] No update step for 'OC_SUNDIALS'
[ 44%] Performing configure step for 'OC_SUNDIALS'
-- OC_SUNDIALS configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/sundials/release/extproj/stamp/OC_SUNDIALS-configure-*.log
[ 44%] Performing build step for 'OC_SUNDIALS'
-- OC_SUNDIALS build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/sundials/release/extproj/stamp/OC_SUNDIALS-build-*.log
[ 44%] Performing install step for 'OC_SUNDIALS'
-- OC_SUNDIALS install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/sundials/release/extproj/stamp/OC_SUNDIALS-install-*.log
[ 45%] Completed 'OC_SUNDIALS'
[ 45%] Built target OC_SUNDIALS
Scanning dependencies of target OC_CSIM
[ 45%] Creating directories for 'OC_CSIM'
[ 47%] No download step for 'OC_CSIM'
[ 47%] No patch step for 'OC_CSIM'
[ 47%] No update step for 'OC_CSIM'
[ 47%] Performing configure step for 'OC_CSIM'
-- OC_CSIM configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/csim/release/extproj/stamp/OC_CSIM-configure-*.log
[ 48%] Performing build step for 'OC_CSIM'
-- OC_CSIM build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/csim/release/extproj/stamp/OC_CSIM-build-*.log
[ 48%] Performing install step for 'OC_CSIM'
-- OC_CSIM install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/csim/release/extproj/stamp/OC_CSIM-install-*.log
[ 48%] Completed 'OC_CSIM'
[ 48%] Built target OC_CSIM
Scanning dependencies of target SM_PETSC_build_log
[ 48%] Support: Creating PETSC buildlog
[ 48%] Built target SM_PETSC_build_log
Scanning dependencies of target SM_SOWING_build_log
[ 48%] Support: Creating SOWING buildlog
[ 48%] Built target SM_SOWING_build_log
Scanning dependencies of target OC_SOWING
[ 50%] Creating directories for 'OC_SOWING'
[ 50%] No download step for 'OC_SOWING'
[ 50%] No patch step for 'OC_SOWING'
[ 50%] No update step for 'OC_SOWING'
[ 50%] Performing configure step for 'OC_SOWING'
-- OC_SOWING configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/sowing/release/extproj/stamp/OC_SOWING-configure-*.log
[ 51%] Performing build step for 'OC_SOWING'
-- OC_SOWING build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/sowing/release/extproj/stamp/OC_SOWING-build-*.log
[ 51%] Performing install step for 'OC_SOWING'
-- OC_SOWING install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/sowing/release/extproj/stamp/OC_SOWING-install-*.log
[ 51%] Completed 'OC_SOWING'
[ 51%] Built target OC_SOWING
Scanning dependencies of target SM_SCOTCH_build_log
[ 51%] Support: Creating SCOTCH buildlog
[ 51%] Built target SM_SCOTCH_build_log
Scanning dependencies of target OC_SCOTCH
[ 51%] Creating directories for 'OC_SCOTCH'
[ 51%] No download step for 'OC_SCOTCH'
[ 52%] No patch step for 'OC_SCOTCH'
[ 52%] No update step for 'OC_SCOTCH'
[ 52%] Performing configure step for 'OC_SCOTCH'
-- OC_SCOTCH configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/scotch/release/extproj/stamp/OC_SCOTCH-configure-*.log
[ 52%] Performing build step for 'OC_SCOTCH'
-- OC_SCOTCH build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/scotch/release/extproj/stamp/OC_SCOTCH-build-*.log
[ 52%] Performing install step for 'OC_SCOTCH'
-- OC_SCOTCH install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/scotch/release/extproj/stamp/OC_SCOTCH-install-*.log
[ 54%] Completed 'OC_SCOTCH'
[ 54%] Built target OC_SCOTCH
Scanning dependencies of target SM_PASTIX_build_log
[ 54%] Support: Creating PASTIX buildlog
[ 54%] Built target SM_PASTIX_build_log
Scanning dependencies of target SM_PARMETIS_build_log
[ 54%] Support: Creating PARMETIS buildlog
[ 54%] Built target SM_PARMETIS_build_log
Scanning dependencies of target OC_PARMETIS
[ 55%] Creating directories for 'OC_PARMETIS'
[ 55%] No download step for 'OC_PARMETIS'
[ 55%] No patch step for 'OC_PARMETIS'
[ 55%] No update step for 'OC_PARMETIS'
[ 55%] Performing configure step for 'OC_PARMETIS'
-- OC_PARMETIS configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/parmetis/release/extproj/stamp/OC_PARMETIS-configure-*.log
[ 57%] Performing build step for 'OC_PARMETIS'
-- OC_PARMETIS build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/parmetis/release/extproj/stamp/OC_PARMETIS-build-*.log
[ 57%] Performing install step for 'OC_PARMETIS'
-- OC_PARMETIS install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/parmetis/release/extproj/stamp/OC_PARMETIS-install-*.log
[ 57%] Completed 'OC_PARMETIS'
[ 57%] Built target OC_PARMETIS
Scanning dependencies of target OC_PASTIX
[ 57%] Creating directories for 'OC_PASTIX'
[ 57%] No download step for 'OC_PASTIX'
[ 57%] No patch step for 'OC_PASTIX'
[ 58%] No update step for 'OC_PASTIX'
[ 58%] Performing configure step for 'OC_PASTIX'
-- OC_PASTIX configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/pastix/release/extproj/stamp/OC_PASTIX-configure-*.log
[ 58%] Performing build step for 'OC_PASTIX'
-- OC_PASTIX build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/pastix/release/extproj/stamp/OC_PASTIX-build-*.log
[ 58%] Performing install step for 'OC_PASTIX'
-- OC_PASTIX install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/pastix/release/extproj/stamp/OC_PASTIX-install-*.log
[ 58%] Completed 'OC_PASTIX'
[ 58%] Built target OC_PASTIX
Scanning dependencies of target SM_SUPERLU_DIST_build_log
[ 58%] Support: Creating SUPERLU_DIST buildlog
[ 58%] Built target SM_SUPERLU_DIST_build_log
Scanning dependencies of target OC_SUPERLU_DIST
[ 60%] Creating directories for 'OC_SUPERLU_DIST'
[ 60%] No download step for 'OC_SUPERLU_DIST'
[ 60%] No patch step for 'OC_SUPERLU_DIST'
[ 60%] No update step for 'OC_SUPERLU_DIST'
[ 60%] Performing configure step for 'OC_SUPERLU_DIST'
-- OC_SUPERLU_DIST configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/superlu_dist/release/extproj/stamp/OC_SUPERLU_DIST-configure-*.log
[ 61%] Performing build step for 'OC_SUPERLU_DIST'
-- OC_SUPERLU_DIST build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/superlu_dist/release/extproj/stamp/OC_SUPERLU_DIST-build-*.log
[ 61%] Performing install step for 'OC_SUPERLU_DIST'
-- OC_SUPERLU_DIST install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/superlu_dist/release/extproj/stamp/OC_SUPERLU_DIST-install-*.log
[ 61%] Completed 'OC_SUPERLU_DIST'
[ 61%] Built target OC_SUPERLU_DIST
Scanning dependencies of target SM_SUPERLU_build_log
[ 61%] Support: Creating SUPERLU buildlog
[ 61%] Built target SM_SUPERLU_build_log
Scanning dependencies of target OC_SUPERLU
[ 61%] Creating directories for 'OC_SUPERLU'
[ 61%] No download step for 'OC_SUPERLU'
[ 61%] No patch step for 'OC_SUPERLU'
[ 61%] No update step for 'OC_SUPERLU'
[ 63%] Performing configure step for 'OC_SUPERLU'
-- OC_SUPERLU configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/superlu/release/extproj/stamp/OC_SUPERLU-configure-*.log
[ 63%] Performing build step for 'OC_SUPERLU'
-- OC_SUPERLU build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/superlu/release/extproj/stamp/OC_SUPERLU-build-*.log
[ 64%] Performing install step for 'OC_SUPERLU'
-- OC_SUPERLU install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/superlu/release/extproj/stamp/OC_SUPERLU-install-*.log
[ 64%] Completed 'OC_SUPERLU'
[ 64%] Built target OC_SUPERLU
Scanning dependencies of target SM_SUITESPARSE_build_log
[ 64%] Support: Creating SUITESPARSE buildlog
[ 64%] Built target SM_SUITESPARSE_build_log
Scanning dependencies of target OC_SUITESPARSE
[ 64%] Creating directories for 'OC_SUITESPARSE'
[ 66%] No download step for 'OC_SUITESPARSE'
[ 66%] No patch step for 'OC_SUITESPARSE'
[ 66%] No update step for 'OC_SUITESPARSE'
[ 66%] Performing configure step for 'OC_SUITESPARSE'
-- OC_SUITESPARSE configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/suitesparse/release/extproj/stamp/OC_SUITESPARSE-configure-*.log
[ 66%] Performing build step for 'OC_SUITESPARSE'
-- OC_SUITESPARSE build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/suitesparse/release/extproj/stamp/OC_SUITESPARSE-build-*.log
[ 66%] Performing install step for 'OC_SUITESPARSE'
-- OC_SUITESPARSE install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/suitesparse/release/extproj/stamp/OC_SUITESPARSE-install-*.log
[ 66%] Completed 'OC_SUITESPARSE'
[ 66%] Built target OC_SUITESPARSE
Scanning dependencies of target SM_SCALAPACK_build_log
[ 67%] Support: Creating SCALAPACK buildlog
[ 67%] Built target SM_SCALAPACK_build_log
Scanning dependencies of target OC_SCALAPACK
[ 67%] Creating directories for 'OC_SCALAPACK'
[ 69%] No download step for 'OC_SCALAPACK'
[ 69%] No patch step for 'OC_SCALAPACK'
[ 69%] No update step for 'OC_SCALAPACK'
[ 69%] Performing configure step for 'OC_SCALAPACK'
-- OC_SCALAPACK configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/scalapack/release/extproj/stamp/OC_SCALAPACK-configure-*.log
[ 69%] Performing build step for 'OC_SCALAPACK'
-- OC_SCALAPACK build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/scalapack/release/extproj/stamp/OC_SCALAPACK-build-*.log
[ 69%] Performing install step for 'OC_SCALAPACK'
-- OC_SCALAPACK install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/scalapack/release/extproj/stamp/OC_SCALAPACK-install-*.log
[ 69%] Completed 'OC_SCALAPACK'
[ 69%] Built target OC_SCALAPACK
Scanning dependencies of target SM_MUMPS_build_log
[ 69%] Support: Creating MUMPS buildlog
[ 69%] Built target SM_MUMPS_build_log
Scanning dependencies of target OC_MUMPS
[ 69%] Creating directories for 'OC_MUMPS'
[ 69%] No download step for 'OC_MUMPS'
[ 69%] No patch step for 'OC_MUMPS'
[ 70%] No update step for 'OC_MUMPS'
[ 70%] Performing configure step for 'OC_MUMPS'
-- OC_MUMPS configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/mumps/release/extproj/stamp/OC_MUMPS-configure-*.log
[ 70%] Performing build step for 'OC_MUMPS'
-- OC_MUMPS build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/mumps/release/extproj/stamp/OC_MUMPS-build-*.log
[ 70%] Performing install step for 'OC_MUMPS'
-- OC_MUMPS install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/mumps/release/extproj/stamp/OC_MUMPS-install-*.log
[ 70%] Completed 'OC_MUMPS'
[ 70%] Built target OC_MUMPS
Scanning dependencies of target SM_HYPRE_build_log
[ 70%] Support: Creating HYPRE buildlog
[ 70%] Built target SM_HYPRE_build_log
Scanning dependencies of target OC_HYPRE
[ 70%] Creating directories for 'OC_HYPRE'
[ 72%] No download step for 'OC_HYPRE'
[ 72%] No patch step for 'OC_HYPRE'
[ 72%] No update step for 'OC_HYPRE'
[ 72%] Performing configure step for 'OC_HYPRE'
-- OC_HYPRE configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/hypre/release/extproj/stamp/OC_HYPRE-configure-*.log
[ 73%] Performing build step for 'OC_HYPRE'
-- OC_HYPRE build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/hypre/release/extproj/stamp/OC_HYPRE-build-*.log
[ 73%] Performing install step for 'OC_HYPRE'
-- OC_HYPRE install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/hypre/release/extproj/stamp/OC_HYPRE-install-*.log
[ 73%] Completed 'OC_HYPRE'
[ 73%] Built target OC_HYPRE
Scanning dependencies of target OC_PETSC
[ 73%] Creating directories for 'OC_PETSC'
[ 73%] No download step for 'OC_PETSC'
[ 75%] No patch step for 'OC_PETSC'
[ 75%] No update step for 'OC_PETSC'
[ 75%] Performing configure step for 'OC_PETSC'
-- OC_PETSC configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/petsc/release/extproj/stamp/OC_PETSC-configure-*.log
[ 75%] Performing build step for 'OC_PETSC'
-- OC_PETSC build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/petsc/release/extproj/stamp/OC_PETSC-build-*.log
[ 75%] Performing install step for 'OC_PETSC'
-- OC_PETSC install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/petsc/release/extproj/stamp/OC_PETSC-install-*.log
[ 76%] Completed 'OC_PETSC'
[ 76%] Built target OC_PETSC
Scanning dependencies of target SM_SLEPC_build_log
[ 77%] Support: Creating SLEPC buildlog
[ 77%] Built target SM_SLEPC_build_log
Scanning dependencies of target OC_SLEPC
[ 77%] Creating directories for 'OC_SLEPC'
[ 77%] No download step for 'OC_SLEPC'
[ 77%] No patch step for 'OC_SLEPC'
[ 77%] No update step for 'OC_SLEPC'
[ 79%] Performing configure step for 'OC_SLEPC'
-- OC_SLEPC configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/slepc/release/extproj/stamp/OC_SLEPC-configure-*.log
[ 79%] Performing build step for 'OC_SLEPC'
-- OC_SLEPC build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/slepc/release/extproj/stamp/OC_SLEPC-build-*.log
[ 80%] Performing install step for 'OC_SLEPC'
-- OC_SLEPC install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/slepc/release/extproj/stamp/OC_SLEPC-install-*.log
[ 80%] Completed 'OC_SLEPC'
[ 80%] Built target OC_SLEPC
Scanning dependencies of target SM_NETGEN_build_log
[ 82%] Support: Creating NETGEN buildlog
[ 82%] Built target SM_NETGEN_build_log
Scanning dependencies of target OC_NETGEN
[ 82%] Creating directories for 'OC_NETGEN'
[ 82%] No download step for 'OC_NETGEN'
[ 83%] No patch step for 'OC_NETGEN'
[ 83%] No update step for 'OC_NETGEN'
[ 83%] Performing configure step for 'OC_NETGEN'
-- OC_NETGEN configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/netgen/release/extproj/stamp/OC_NETGEN-configure-*.log
[ 83%] Performing build step for 'OC_NETGEN'
-- OC_NETGEN build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/netgen/release/extproj/stamp/OC_NETGEN-build-*.log
[ 83%] Performing install step for 'OC_NETGEN'
-- OC_NETGEN install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/netgen/release/extproj/stamp/OC_NETGEN-install-*.log
[ 85%] Completed 'OC_NETGEN'
[ 85%] Built target OC_NETGEN
Scanning dependencies of target SM_FREETYPE_build_log
[ 85%] Support: Creating FREETYPE buildlog
[ 85%] Built target SM_FREETYPE_build_log
Scanning dependencies of target OC_FREETYPE
[ 85%] Creating directories for 'OC_FREETYPE'
[ 85%] No download step for 'OC_FREETYPE'
[ 86%] No patch step for 'OC_FREETYPE'
[ 86%] No update step for 'OC_FREETYPE'
[ 86%] Performing configure step for 'OC_FREETYPE'
-- OC_FREETYPE configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/freetype/release/extproj/stamp/OC_FREETYPE-configure-*.log
[ 86%] Performing build step for 'OC_FREETYPE'
-- OC_FREETYPE build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/freetype/release/extproj/stamp/OC_FREETYPE-build-*.log
[ 86%] Performing install step for 'OC_FREETYPE'
-- OC_FREETYPE install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/freetype/release/extproj/stamp/OC_FREETYPE-install-*.log
[ 88%] Completed 'OC_FREETYPE'
[ 88%] Built target OC_FREETYPE
Scanning dependencies of target SM_CELLML_build_log
[ 89%] Support: Creating CELLML buildlog
[ 89%] Built target SM_CELLML_build_log
Scanning dependencies of target OC_CELLML
[ 89%] Creating directories for 'OC_CELLML'
[ 89%] No download step for 'OC_CELLML'
[ 91%] No patch step for 'OC_CELLML'
[ 91%] No update step for 'OC_CELLML'
[ 91%] Performing configure step for 'OC_CELLML'
-- OC_CELLML configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/cellml/release/extproj/stamp/OC_CELLML-configure-*.log
[ 91%] Performing build step for 'OC_CELLML'
-- OC_CELLML build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/cellml/release/extproj/stamp/OC_CELLML-build-*.log
[ 91%] Performing install step for 'OC_CELLML'
-- OC_CELLML install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/cellml/release/extproj/stamp/OC_CELLML-install-*.log
[ 92%] Completed 'OC_CELLML'
[ 92%] Built target OC_CELLML
Scanning dependencies of target SM_PLAPACK_build_log
[ 92%] Support: Creating PLAPACK buildlog
[ 92%] Built target SM_PLAPACK_build_log
Scanning dependencies of target OC_PLAPACK
[ 92%] Creating directories for 'OC_PLAPACK'
[ 92%] No download step for 'OC_PLAPACK'
[ 92%] No patch step for 'OC_PLAPACK'
[ 92%] No update step for 'OC_PLAPACK'
[ 94%] Performing configure step for 'OC_PLAPACK'
-- OC_PLAPACK configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/plapack/release/extproj/stamp/OC_PLAPACK-configure-*.log
[ 94%] Performing build step for 'OC_PLAPACK'
-- OC_PLAPACK build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/plapack/release/extproj/stamp/OC_PLAPACK-build-*.log
[ 95%] Performing install step for 'OC_PLAPACK'
-- OC_PLAPACK install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/plapack/release/extproj/stamp/OC_PLAPACK-install-*.log
[ 95%] Completed 'OC_PLAPACK'
[ 95%] Built target OC_PLAPACK
Scanning dependencies of target SM_FIELDML-API_build_log
[ 95%] Support: Creating FIELDML-API buildlog
[ 95%] Built target SM_FIELDML-API_build_log
Scanning dependencies of target OC_FIELDML-API
[ 95%] Creating directories for 'OC_FIELDML-API'
[ 95%] No download step for 'OC_FIELDML-API'
[ 95%] No patch step for 'OC_FIELDML-API'
[ 97%] No update step for 'OC_FIELDML-API'
[ 97%] Performing configure step for 'OC_FIELDML-API'
-- OC_FIELDML-API configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/fieldml-api/release/extproj/stamp/OC_FIELDML-API-configure-*.log
[ 97%] Performing build step for 'OC_FIELDML-API'
-- OC_FIELDML-API build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/fieldml-api/release/extproj/stamp/OC_FIELDML-API-build-*.log
[ 97%] Performing install step for 'OC_FIELDML-API'
-- OC_FIELDML-API install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/fieldml-api/release/extproj/stamp/OC_FIELDML-API-install-*.log
[ 97%] Completed 'OC_FIELDML-API'
[ 97%] Built target OC_FIELDML-API
Scanning dependencies of target SM_FTGL_build_log
[ 97%] Support: Creating FTGL buildlog
[ 97%] Built target SM_FTGL_build_log
Scanning dependencies of target OC_FTGL
[ 98%] Creating directories for 'OC_FTGL'
[ 98%] No download step for 'OC_FTGL'
[ 98%] No patch step for 'OC_FTGL'
[ 98%] No update step for 'OC_FTGL'
[100%] Performing configure step for 'OC_FTGL'
-- OC_FTGL configure command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/ftgl/release/extproj/stamp/OC_FTGL-configure-*.log
[100%] Performing build step for 'OC_FTGL'
-- OC_FTGL build command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/ftgl/release/extproj/stamp/OC_FTGL-build-*.log
[100%] Performing install step for 'OC_FTGL'
-- OC_FTGL install command succeeded.  See also /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/build/ftgl/release/extproj/stamp/OC_FTGL-install-*.log
[100%] Completed 'OC_FTGL'
[100%] Built target OC_FTGL
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/cmiss/jenkins/workspace/OpenCMISS_Dependencies_MacOS/opencmiss_dependencies/install/./context-dependencies.cmake
Completed 'manage_config'
Built target manage_config
[ 93%] No install step for 'setup_manage'
[100%] Completed 'setup_manage'
[100%] Built target setup_manage
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS