diff --git a/README.md b/README.md index 1f25e8d9..ef909b69 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,16 @@ If pre-built wheels cannot meet your requirements, you can install Nexa SDK from pip install nexaai ``` -> [!IMPORTANT] -> If you are using a Mac with Intel chips, run the following command: -> -> ```bash -> CMAKE_ARGS="-DCMAKE_CXX_FLAGS=-fopenmp" pip install nexaai -> ``` +####FAQ + +If you met following issue while building +![](docs/.media/error.jpeg) + +try following command + +```bash +CMAKE_ARGS="-DCMAKE_CXX_FLAGS=-fopenmp" pip install nexaai +``` #### GPU (Metal) diff --git a/docs/.media/error.jpeg b/docs/.media/error.jpeg new file mode 100644 index 00000000..1e374e19 Binary files /dev/null and b/docs/.media/error.jpeg differ diff --git a/pyproject.toml b/pyproject.toml index f3d1ed3f..4f267dc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,6 @@ sdist.exclude = [ build.verbose = true cmake.build-type = "Release" cmake.version = ">=3.16" -# cmake.args = ["-DCMAKE_CXX_FLAGS=-fopenmp"] # for macOS with Intel Silicon cmake.args = ["-DCMAKE_BUILD_PARALLEL_LEVEL=16"] [tool.scikit-build.metadata.version]