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

Windows build fix #760

Merged
merged 2 commits into from
Nov 18, 2022
Merged

Conversation

ACSimon33
Copy link
Contributor

Description

I encountered a build failure on Windows due to a missing symbol DGESVQ which doesn't exist. It was a typo in the test framework and should be DGESVDQ.

Also, I removed some unnecessary return statements in the trapezoidal transposition functions which I introduced by mistake in #742.

@langou
Copy link
Contributor

langou commented Nov 18, 2022

Thanks @ACSimon33. Good that the windows compiled is more picky on this EXTERNAL than others. Thanks for the two fixes.

@langou langou merged commit ca40397 into Reference-LAPACK:master Nov 18, 2022
@ACSimon33 ACSimon33 deleted the windows_build_fix branch November 18, 2022 15:58
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.

3 participants