Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ROCM 5.7] fix default installation path on Windows #159

Closed

Conversation

apwojcik
Copy link
Contributor

The PR is for the 5.7 branch because we need it for the ROCm 5.7 release on Windows.

It is unusual on Windows to install to C:\Program Files manually. It requires Administrator privilege, which is not standard or not easily granted. Only applications managed by the Windows installer are allowed to install in that directory, and cmake install is not one of them.
Installing tests in a custom directory given to CMake is also impossible when HEADER_INSTALL_PREFIX is set to C:/Program Files. Moreover, the directory C:\Program Files is for 64-bit applications only. In the case of 32-bit, the installer should use the C:\Program Files (x86) directory instead.

The separate PRs will add that change to the current development branch.

@apwojcik
Copy link
Contributor Author

The changes from the latest develop branch work for us.

@apwojcik apwojcik closed this Nov 21, 2023
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.

1 participant