Skip to content

Conversation

@loriab
Copy link
Member

@loriab loriab commented Nov 30, 2023

Description

(To review, turn on "hide whitespace" at the little gear to see that task_base changes are just deleted alternate logic.)

User API & Changelog headlines

  • Since v1.7, Psi4 has supported legacy v0.15.8 qcfractal (latest release until Sep 2023) and the incipient "next" branch. "next" was released in Sep 2023 as v0.50, so for v1.9 we support only "next" (currently v0.52) and drop legacy support.

Dev notes & details

  • Cancel all the v0.51 + tweaks we were using to keep snowflakes running and pull the new qcfractal v0.52
  • Cease supporting legacy (pre-next) v0.15.8 qcfractal in anticipation of the v1.9 release. Now the Mac eco GHA will be testing "next", not "legacy", so we're not restricted to old python.
  • Addresses the CMake version problem pointed out in closes Disable cmake policy #3089
  • The urllib3 thing I think might help the Win nightly build uploads

Questions

  • Question1

Checklist

Status

  • Ready for review
  • Ready for merge

@loriab loriab added this to the Psi4 1.9 milestone Nov 30, 2023
@loriab loriab added the schema deploys or develops MolSSI/QCSchema label Nov 30, 2023
@loriab loriab mentioned this pull request Nov 30, 2023
5 tasks
@loriab loriab marked this pull request as ready for review November 30, 2023 08:41
@loriab loriab enabled auto-merge December 1, 2023 10:19
@loriab loriab mentioned this pull request Dec 1, 2023
CMakeLists.txt Outdated
Comment on lines 5 to 7
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.27.0")
cmake_policy(SET CMP0144 NEW)
endif()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the policy doesn't work in CMake 3.27.7, see #3092

@loriab loriab added this pull request to the merge queue Dec 1, 2023
Merged via the queue into psi4:master with commit 2f2fe6b Dec 1, 2023
@loriab loriab deleted the qcf52 branch December 1, 2023 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

schema deploys or develops MolSSI/QCSchema

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants