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

Fix subtle CMake Install bugs #7103

Merged
merged 2 commits into from
Oct 20, 2022
Merged

Fix subtle CMake Install bugs #7103

merged 2 commits into from
Oct 20, 2022

Conversation

steven-johnson
Copy link
Contributor

  • The WITH_UTIL option was relied upon inside the autoscheduler subdir, but wasn't defined until after that subdir was processed. This had the unfortunate effect of making the undefined option (effectively) always false the first time it was encountered, but appropriately true | false on subsequent runs; the upshot was that if you did a make install as the FIRST build from a build-from-scratch, you would (quietly) get an install that omitted the adams2019 tools from the installer. (This seems like a crazy misfeature on CMake's part, but I'm sure it's unfixable now...)

@steven-johnson steven-johnson marked this pull request as ready for review October 19, 2022 22:55
@steven-johnson steven-johnson added the backport me This change should be backported to release versions label Oct 19, 2022
@steven-johnson steven-johnson merged commit 4f7100b into main Oct 20, 2022
@steven-johnson steven-johnson deleted the srj/fix-cmake-install branch October 20, 2022 00:43
steven-johnson added a commit that referenced this pull request Oct 24, 2022
* Update CMakeLists.txt

* Update CMakeLists.txt
steven-johnson added a commit that referenced this pull request Oct 24, 2022
* Update CMakeLists.txt

* Update CMakeLists.txt
steven-johnson added a commit that referenced this pull request Oct 24, 2022
* Update CMakeLists.txt

* Update CMakeLists.txt
steven-johnson added a commit that referenced this pull request Oct 24, 2022
* Generate dot() in the Metal backend (#7085)

* dot() support for Metal backend)

* Restrict dot() to floats

* Fix subtle CMake Install bugs (#7103)

* Update CMakeLists.txt

* Update CMakeLists.txt

* Fix some dead links to the 'master' branch (#7107)

* Attempt to fix pip build issues (#7098)

* Add evaluate() and evaluate_may_gpu() to Python bindings (#7108)

* Add evaluate() and evaluate_may_gpu() to Python bindings

* pacify clang-tidy

Co-authored-by: Volodymyr Kysenko <vksnk@google.com>
Co-authored-by: Andrew Adams <andrew.b.adams@gmail.com>
ardier pushed a commit to ardier/Halide-mutation that referenced this pull request Mar 3, 2024
* Update CMakeLists.txt

* Update CMakeLists.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport me This change should be backported to release versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants