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

build_and_install_smpq.sh: Tiger compatibility #7577

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

glebm
Copy link
Collaborator

@glebm glebm commented Dec 8, 2024

  1. Tiger's tar does not support --strip-components.
  2. Tiger predates getconf _NPROCESSORS_ONLN support.
  3. Tiger's default cc is too old to build smpq, so we default to CC=gcc instead (e.g. from macports).

We also bump stormlib version because the previous one fails to compile with gcc14 on Tiger.

1. Tiger's tar does not support `--strip-components`.
2. Tiger predates `getconf _NPROCESSORS_ONLN` support.
3. Tiger's default `cc` is too old to build smpq,
   so we default to `CC=gcc` instead (e.g. from macports).

We also bump stormlib version because the previous one fails
to compile with gcc14 on Tiger.
@glebm glebm enabled auto-merge (rebase) December 8, 2024 08:42
@AJenbo AJenbo disabled auto-merge December 8, 2024 10:17
@AJenbo AJenbo merged commit c6924e6 into diasurgical:master Dec 8, 2024
21 of 23 checks passed
@glebm glebm deleted the tiger-smpq branch December 8, 2024 14:03
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