Skip to content

Conversation

@JonathonMisiewicz
Copy link
Contributor

Continues the good work of #136.

Current GauXC is killing Psi4's CI's gcc 14.2 lane due to error: ‘intmax_t’ does not name a type; did you mean ‘int8_t’?. Let's give the compiler some help in finding this.

@wavefunction91 wavefunction91 requested a review from Copilot May 1, 2025 01:36
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR addresses a compilation issue on gcc 14.2 by explicitly adding the std:: namespace to intmax_t, ensuring compatibility with Psi4's CI configuration.

  • Fixes the compiler error regarding intmax_t by updating its namespace usage
  • Ensures consistent type referencing in the csr_index function

@wavefunction91
Copy link
Owner

Thanks!

@wavefunction91 wavefunction91 merged commit 5c85f6b into wavefunction91:master May 1, 2025
12 checks passed
@JonathonMisiewicz JonathonMisiewicz deleted the patch-1 branch May 1, 2025 13:29
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.

2 participants