BUG: Fix pathing to include files - #3
Merged
julielangou merged 1 commit intoJul 6, 2016
Merged
Conversation
During building of external packages, only the build tree or install tree files should be used (the source tree may not be available from the binary package). Set to use the build tree locations for the configuration files.
Contributor
Author
|
@sebastien-villemot @julielangou Is this the correct github repository for proposing code fixes? Thanks, |
Contributor
|
Yes, this is the correct github repository for proposing code fixes to LAPACK. Reviewing them now. Thanks! Cheers, Julien. |
Contributor
Author
|
Spectacular! Thank you for considering these patches. |
This was referenced Jan 18, 2019
julielangou
pushed a commit
that referenced
this pull request
Sep 1, 2020
jip
added a commit
to jip/lapack
that referenced
this pull request
May 24, 2021
…R#562) Comments in xGTT02 declared that it uses norm(A) but its code implemented 1-norm of op(A).
weslleyspereira
added a commit
that referenced
this pull request
May 24, 2021
comments fixed: synced with code in xGTT02 (#3 from PR#562 discussion)
grisuthedragon
added a commit
to grisuthedragon/lapack
that referenced
this pull request
Jul 24, 2023
# Das ist die erste Commit-Beschreibung: Add xGEMMT and their test cases The xGEMMT subroutines are added in the Fortran API. The tests are updated as well. # Die Commit-Beschreibung Reference-LAPACK#2 wird ausgelassen: # Add DGEMMT # Die Commit-Beschreibung Reference-LAPACK#3 wird ausgelassen: # Add sgemmt
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
During building of external packages, only the build tree or install
tree files should be used (the source tree may not be available from
the binary package). Set to use the build tree locations for the
configuration files.