Skip to content

Console Output

+ cmake -S . -B build_cmake -DCMAKE_BUILD_TYPE=Release -DOM_OMC_WASM=ON -DRUST_OMC_WASM_MODE=web-release -DRUST_OMC_WASM_OPT=OFF -DRUST_OMC_WASM_RUNTIME=/var/lib/jenkins1/ws/OpenModelica_PR-16203/runtime.wasm -DRUST_OMC_PREBUILT_GENERATED_SRC=ON -DRUST_OMC_TIMINGS=ON -DRUST_OMC_WORK_DIR=/tmp/omc-rust -DOM_USE_CCACHE=OFF -DCMAKE_INSTALL_PREFIX=install_web -DRUST_OMC_WEB_QT=OFF -DRUST_OMC_WEB_QT_STANDALONE=ON -DOMEDIT_WASM_OPTIMIZE=ON
-- The C compiler identification is GNU 15.2.0
-- The CXX compiler identification is GNU 15.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- OMC_TARGET_ARCH="x86_64"
-- Found Git: /usr/bin/git (found version "2.53.0")
-- SOURCE_REVISION="v1.28.0-dev-271-g4f232bed1a7-cmake"
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- CMAKE_VERSION="4.4.0"
-- CMAKE_C_COMPILER_ID="GNU"
-- CMAKE_CXX_COMPILER_ID="GNU"
-- CMAKE_Fortran_COMPILER_ID=""
-- CMAKE_LIBRARY_ARCHITECTURE="x86_64-linux-gnu"
-- OM_OMC_WASM="ON"
-- OM_MACOS_APP_BUNDLE="ON"
-- OM_ENABLE_ENCRYPTION="OFF"
-- OM_ENABLE_OMSIMULATOR="OFF"
-- OM_ENABLE_GUI_CLIENTS="ON"
-- OM_ENABLE_OMSHELL="OFF"
-- OM_ENABLE_OMNOTEBOOK="OFF"
-- OM_ENABLE_OMEDIT="OFF"
-- OM_ENABLE_OMSENS_QT="OFF"
-- OM_OMOPTIM_ENABLE="OFF"
-- OM_USE_CCACHE="OFF"
-- CMAKE_BUILD_TYPE="Release"
-- CMAKE_INSTALL_PREFIX="/var/lib/jenkins1/ws/OpenModelica_PR-16203/install_web"
-- CMAKE_INSTALL_LIBDIR: lib/x86_64-linux-gnu/omc
-- CMAKE_INSTALL_INCLUDEDIR: include/omc
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libblas.so
-- Looking for cheev_
-- Looking for cheev_ - not found
-- Looking for cheev_
-- Looking for cheev_ - found
-- Found LAPACK: /usr/lib/x86_64-linux-gnu/liblapack.so;/usr/lib/x86_64-linux-gnu/libblas.so
-- [OMCompiler] OM_OMC_ENABLE_FORTRAN="ON"
-- [OMCompiler] OM_OMC_ENABLE_MOO="ON"
-- [OMCompiler] OM_OMC_ENABLE_OPTIMIZATION="ON"
-- [OMCompiler] OM_OMC_ENABLE_PRIMME="ON"
-- [OMCompiler] OM_OMC_ENABLE_COLPACK="ON"
-- [OMCompiler] OM_OMC_ENABLE_CPP_RUNTIME="ON"
-- [OMCompiler] OM_OMC_USE_CORBA="OFF"
-- [OMCompiler] OM_OMC_USE_LAPACK="ON"
-- [OMCompiler] OM_OMC_ENABLE_RUST="ON"
-- [OMCompiler.Compiler] Downloading wasi-libc (wasi-sdk-32) source…
-- [OMCompiler.Compiler] rust_omc: wasm-opt disabled (RUST_OMC_WASM_OPT=OFF)
-- [OMCompiler.Compiler] Downloading three.module.min.js (r169)…
-- [OMCompiler.Compiler] Downloading @bytecodealliance/jco-transpile 0.4.2…
-- [OMCompiler.Compiler] Downloading @bytecodealliance/preview2-shim 0.19.0…
-- [OMCompiler.Compiler] OMC_TARGET_SYSTEM_NAME="linux"
-- [OMCompiler.Compiler] Found OpenMP_C: -fopenmp (found version "4.5")
-- [OMCompiler.Compiler] Found OpenMP_CXX: -fopenmp (found version "4.5")
-- [OMCompiler.Compiler] Found OpenMP: TRUE (found version "4.5")
-- --------------------------------------------------------------------------
-- --------------------------------------------------------------------------
-- The following features have been enabled:

 * OMC_TARGET_ARCH, x86_64
 * SOURCE_REVISION, v1.28.0-dev-271-g4f232bed1a7-cmake
 * CMAKE_VERSION, 4.4.0
 * CMAKE_C_COMPILER_ID, GNU
 * CMAKE_CXX_COMPILER_ID, GNU
 * CMAKE_LIBRARY_ARCHITECTURE, x86_64-linux-gnu
 * OM_OMC_WASM, ON
 * OM_MACOS_APP_BUNDLE, ON
 * OM_ENABLE_GUI_CLIENTS, ON
 * CMAKE_BUILD_TYPE, Release
 * CMAKE_INSTALL_PREFIX, /var/lib/jenkins1/ws/OpenModelica_PR-16203/install_web
 * OM_OMC_ENABLE_FORTRAN, ON
 * OM_OMC_ENABLE_MOO, ON
 * OM_OMC_ENABLE_OPTIMIZATION, ON
 * OM_OMC_ENABLE_PRIMME, ON
 * OM_OMC_ENABLE_COLPACK, ON
 * OM_OMC_ENABLE_CPP_RUNTIME, ON
 * OM_OMC_USE_LAPACK, ON
 * OM_OMC_ENABLE_RUST, ON
 * OMC_TARGET_SYSTEM_NAME, linux

-- The following OPTIONAL packages have been found:

 * Git
 * Threads
 * BLAS
 * LAPACK
 * OpenMP

-- The following features have been disabled:

 * CMAKE_Fortran_COMPILER_ID
 * OM_ENABLE_ENCRYPTION
 * OM_ENABLE_OMSIMULATOR
 * OM_ENABLE_OMSHELL
 * OM_ENABLE_OMNOTEBOOK
 * OM_ENABLE_OMEDIT
 * OM_ENABLE_OMSENS_QT
 * OM_OMOPTIM_ENABLE
 * OM_USE_CCACHE
 * OM_OMC_USE_CORBA

-- Configuring done (2.5s)
-- Generating done (0.0s)
-- Build files have been written to: /var/lib/jenkins1/ws/OpenModelica_PR-16203/build_cmake