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

Update configure and configure.in to avoid errors: integer expression expected and cuda.h no such file on Power 9 and 10 #304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Treece-Burgess
Copy link
Contributor

@Treece-Burgess Treece-Burgess commented Jan 10, 2025

Pull Request Description

When on Power 9 and Power 10 when running ./configure --prefix=$PWD/install-path you will run into the following errors:

grep: /include/cuda.h: No such file or directory
test: : integer expression expected

This PR updates configure and configure.in to avoid this.

Author Checklist

  • Description
    Why this PR exists. Reference all relevant information, including background, issues, test failures, etc
  • Commits
    Commits are self contained and only do one thing
    Commits have a header of the form: module: short description
    Commits have a body (whenever relevant) containing a detailed description of the addressed problem and its solution
  • Tests
    The PR needs to pass all the tests

…h file and integer expression expected on Power 9 and Power 10.
@Treece-Burgess Treece-Burgess self-assigned this Jan 10, 2025
@Treece-Burgess Treece-Burgess added status-ready-for-review PR is ready to be reviewed type-bug Issues discussing bugs or PRs fixing bugs labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status-ready-for-review PR is ready to be reviewed type-bug Issues discussing bugs or PRs fixing bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant