Skip to content
Snippets Groups Projects
  1. Jul 30, 2024
  2. Jul 26, 2024
  3. Jul 25, 2024
  4. Jul 24, 2024
  5. Jun 24, 2024
  6. Jun 19, 2024
  7. Jun 12, 2024
    • Thorsten Hater's avatar
      Fix snippets related to ions and units. (#2268) · 65a0e5fc
      Thorsten Hater authored
      Closes #2253
      65a0e5fc
    • Thorsten Hater's avatar
      🧹 Major housekeeping (#2274) · 3ef16823
      Thorsten Hater authored
      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.
      3ef16823
  8. May 27, 2024