8000 [Bug]: CMake Error at src/CMakeLists.txt:293 (message): This project requires the processor support fused multiply-add (FMA) instructions. · Issue #2694 · infiniflow/infinity · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Bug]: CMake Error at src/CMakeLists.txt:293 (message): This project requires the processor support fused multiply-add (FMA) instructions. #2694
Open
@LuWei6896

Description

@LuWei6896

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Version or Commit ID

infinity-v0.6.0-dev3

Other environment information

macOS M4

Actual behavior and How to reproduce it

本节提供使用 Docker 在 Linux 上从源代码构建 Infinity 的说明。

下载源代码:
git clone https://github.com/infiniflow/infinity.git

使用 Docker 构建源代码:
cd infinity && mkdir cmake-build-debug
TZ=$(readlink -f /etc/localtime | awk -F '/zoneinfo/' '{print $2}')
docker run -d --name infinity_build -e TZ=$TZ -v $PWD:/infinity -v /boot:/boot infiniflow/infinity_builder:centos7_clang18

Image Image

启动 Infinity 服务器:
sudo mkdir -p /var/infinity && sudo chown -R $USER /var/infinity
ulimit -n 500000
./cmake-build-debug/src/infinity

Expected behavior

No response

Additional information

RUN:docker exec infinity_build bash -c "cd /infinity/cmake-build-debug && cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_VERBOSE_MAKEFILE=ON .. && cmake --build . -t infinity"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0