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

UMFPACK: Avoid non-POSIX flags for diff in make demos target #511

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

mmuetzel
Copy link
Contributor

@mmuetzel mmuetzel commented Nov 8, 2023

The flag --strip-trailing-cr is a non-standard flag to diff and isn't supported by that application on Alpine Linux. Try to use commands that work across POSIX-compatible platforms.

I also opted to use diff -u because I'm more used to reading git diffs. I hope it's ok to change the format of the output.

The flag `--strip-trailing-cr` is a non-standard flag for `diff` and
isn't supported on Alpine Linux. Try to use commands that work across
POSIX-compatible platforms.
@DrTimothyAldenDavis DrTimothyAldenDavis merged commit 3a0fffb into DrTimothyAldenDavis:dev2 Nov 9, 2023
22 checks passed
@DrTimothyAldenDavis
Copy link
Owner

At some point I need to turn all these short demos into cmake tests.

mmuetzel added a commit to mmuetzel/SuiteSparse that referenced this pull request Jan 2, 2024
The flag `--strip-trailing-cr` is a non-standard flag for `diff` and
isn't supported on Alpine Linux. Try to use commands that work across
POSIX-compatible platforms.

See also DrTimothyAldenDavis#511.
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