-
Notifications
You must be signed in to change notification settings - Fork 45
Update Slycot to use LAPACK 3.6.x + #13
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
2d9a253
adapting slycot to newer LAPACK:
repagh c1cb581
add an explicit return of ZERO in functions that have alternative
repagh 062585b
fix setup.py abiver detection for python 2.7
repagh b36bfeb
set flags for lib building
repagh e25e65f
fix typos
repagh cb147c9
removed trailing whitespace
repagh 81ebab4
removed working comment
repagh 651ce07
add a test case for sg03ad
repagh e69c54f
added a test case for sg02ad, ricatti eqn solving
repagh 115ee1c
import linalg from numpy, not scipy
repagh 8cf5e49
reverting the ZLATZM -> ZUNMRZ change, adding SLYCOT specific ZLATZM
repagh a627f9e
need blas as lib for build on Mac OSX
repagh 25eb04d
testing with openblas??
repagh 8b7e1e3
crazy stuff
dd7b4b0
revert last 2 edits that should not have gone on master
repagh 9ce23a8
windows build config, with mingw32
3b7c763
remove local build hack
92f588c
finally a working recipe for windows build
080d214
finally a working recipe for windows build
repagh 74d3d83
Merge branch 'winwork' of https://github.com/repagh/Slycot into winwork
repagh 8f93896
Merge remote branch 'origin/winwork'
repagh bc52eaa
branching linux/osx build conda recipe into proper script
repagh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add an explicit return of ZERO in functions that have alternative
return locations where result value was not set
- Loading branch information
commit c1cb581c4e098aceaccfa40a706b24c806b1cdb0
There are no files selected for viewing
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this related to the deprecated LAPACK functions? If not, could we maybe do these in a separate PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, this was just to get the warnings out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't do that in a separate branch though. Would be some work to split it off.