enzyme/BUILD file conflicts with CMake convention, IDE integration #1790
Closed
samuelpmish
started this conversation in
General
Replies: 1 comment 1 reply
-
So unfortunately that is the required file for the bazel build system.
…On Sun, Mar 10, 2024 at 5:23 PM Sam ***@***.***> wrote:
A common CMake convention is to name the build directory simply "build",
but on my mac this conflicts with the BUILD file in enzyme. As a result,
the instructions on the main readme don't work
% cd Enzyme/enzyme
% cmake . -Bbuild
CMake Error: Unable to (re)create the private pkgRedirects directory:
/Users/sam/code/Enzyme/enzyme/build/CMakeFiles/pkgRedirects
and CMake emits a cryptic error message (the reason it can't make that
directory is because build is a file). Is it possible to rename that
BUILD file to something else to avoid this conflict with case insensitive
file systems?
—
Reply to this email directly, view it on GitHub
<#1790>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJTUXHO2ISD7O6UHXWMS53YXUBRJAVCNFSM6AAAAABEPMJUIOVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGM2TINRUGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A common CMake convention is to name the build directory simply "build", but on my mac this conflicts with the BUILD file in enzyme. As a result, the instructions on the main readme don't work
and CMake emits a cryptic error message (the reason it can't make that directory is because
build
is a file). Is it possible to rename that BUILD file to something else to avoid this conflict with case insensitive file systems?Beta Was this translation helpful? Give feedback.
All reactions