-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Housekeeping before v0.10.0 ## bump and deprecate dependencies Go through all submodules, build docs, and other dependencies to adjust version numbers. Submodules go to Spack's latest ## `pip` now protects managed environments MacOS `brew` has becomes finicky lately when it comes to installing globally via `pip`, as new versions of `pip` are no longer allowing the user to break global environments. Fix by forcing `pip` to disregard that rule, as we set up and tear down VMs for precisely this purpose. Fixes #2273 ## spack develop started to misbehave Massage code in package.py around handling optimization flags. Output is a `version` object, input expects a string. Adjust by converting to string ## fix dubious type punning `network.cpp` uses `reinterpret_cast` to type pun. Use `memcpy` instead as recommended. Also got flagged by compiler warning with newer GCC ## `result_of` -> `invoke_result` Flagged as deprecated. ## fix includes in `test_*` Newer versions of GCC require including `algorithm` directly.
- Loading branch information
1 parent
9d02e21
commit 3ef1682
Showing
35 changed files
with
108 additions
and
937 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ formats: [] | |
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.11" | ||
python: "3.10" | ||
|
||
python: | ||
install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.