Skip to content

Is MLX_ENABLE_AWS environment variable required? #113

@hwhsu1231

Description

@hwhsu1231

Hello MLX Team,

I noticed that the MLX_ENABLE_AWS environment variable is currently specified when building mlx-data in .circleci/config.yml:

CMAKE_ARGS="-DMLX_ENABLE_AWS=ON" \
CMAKE_BUILD_PARALLEL_LEVEL=`sysctl -n hw.ncpu` \
pip install . -v

CMAKE_ARGS="-DMLX_ENABLE_AWS=ON" \
python setup.py develop

CMAKE_ARGS="-DMLX_ENABLE_AWS=ON" \
python setup.py develop

However, I encountered the following message during the build process:

  -- Configuring done (8.7s)
  -- Generating done (0.1s)
  CMake Warning:
    Manually-specified variables were not used by the project:
      MLX_ENABLE_AWS

Based on my testing, the build remains unaffected even without this environment variable. Given this, would it be better to remove it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions