You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting up wasm to build locally. Branch wasm-integration. Is there a known solution the following error @abhi-agg, @motin.
Click to Expand Log
EMULATOR="/mnt/Storage/jphilip/bergamot/emsdk/node/14.15.5_64bit/bin/node"
-- Project name: marian
-- Project version: v1.9.56+b86f8a7
CMake Warning at 3rd_party/marian-dev/CMakeLists.txt:97 (message):
CMAKE_BUILD_TYPE not set; setting to Release
-- Checking support for CPU intrinsics
-- Could not find hardware support for SSE3 on this machine.
-- Could not find hardware support for SSSE3 on this machine.
-- Could not find hardware support for SSE4.1 on this machine.
-- Could not find hardware support for AVX on this machine.
-- Could not find hardware support for AVX2 on this machine.
-- Could not find hardware support for AVX512 on this machine.
-- SSE2 support found
CMake Warning at 3rd_party/marian-dev/CMakeLists.txt:462 (message):
COMPILE_CUDA=off : Building only CPU version
-- Not Found Tcmalloc
CMake Warning at 3rd_party/marian-dev/CMakeLists.txt:499 (message):
Cannot find TCMalloc library. Continuing.
CMake Deprecation Warning at 3rd_party/marian-dev/src/3rd_party/onnxjs/deps/eigen/CMakeLists.txt:3 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Performing Test COMPILER_SUPPORT_std=cpp03
-- Performing Test COMPILER_SUPPORT_std=cpp03 - Failed
CMake Error at 3rd_party/marian-dev/src/3rd_party/onnxjs/deps/eigen/CMakeLists.txt:112 (message):
Can't link to the standard math library. Please report to the Eigen
developers, telling them about your platform.
-- Configuring incomplete, errors occurred!
I'm setting up wasm to build locally. Branch wasm-integration. Is there a known solution the following error @abhi-agg, @motin.
Click to Expand Log
Here's commands used to build: https://gist.github.com/jerinphilip/f1caac37ac1eced45e6e9d94380bc4d0
The text was updated successfully, but these errors were encountered: