Skip to content

Fix ops path in Makefile: hyenax -> hyena_x - #80

Open
Anupriya-Inumella wants to merge 1 commit into
Zymrael:mainfrom
Anupriya-Inumella:fix-hyena-x-ops-path
Open

Anupriya-Inumella wants to merge 1 commit into
Zymrael:mainfrom
Anupriya-Inumella:fix-hyena-x-ops-path

Conversation

@Anupriya-Inumella

@Anupriya-Inumella Anupriya-Inumella commented Sep 1, 2026

Copy link
Copy Markdown

make setup-vortex-ops fails on a fresh clone because the Makefile points at vortex/ops/hyenax, but the directory is vortex/ops/hyena_x.

cd vortex/ops/hyenax && pip install -e .
/bin/sh: line 0: cd: vortex/ops/hyenax: No such file or directory
make: *** [setup-vortex-ops] Error 1

The same path appears in the setup-vortex-ops-hyenax target on line 70. This corrects both.

I left the target name itself unchanged to avoid breaking anyone already invoking it.

Verified make setup-vortex-ops proceeds past the ops build after this change. Reproduced on macOS.

Fixes #74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect setup path

1 participant