-
Notifications
You must be signed in to change notification settings - Fork 125
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
Add windows support #583
Add windows support #583
Conversation
a888942
to
78a2b5b
Compare
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.
can we add macos support as well?
78a2b5b
to
a672a28
Compare
Will create a separate PR for adding mac support. |
Codecov Report
@@ Coverage Diff @@
## 2.x #583 +/- ##
============================================
+ Coverage 83.63% 84.51% +0.87%
- Complexity 1028 1054 +26
============================================
Files 148 149 +1
Lines 4235 4301 +66
Branches 373 382 +9
============================================
+ Hits 3542 3635 +93
+ Misses 517 489 -28
- Partials 176 177 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Is there any way to download libopenblas.dll as opposed to shipping it in the repo? |
3b5e977
to
ab00b22
Compare
Signed-off-by: Naveen <navtat@amazon.com>
Signed-off-by: Naveen <navtat@amazon.com>
ab00b22
to
9e5baec
Compare
Signed-off-by: Naveen <navtat@amazon.com>
c593391
to
a83e2c0
Compare
Hi @naveentatikonda @jmazanec15 I assume this needs to be port to Also here is my PR that adds new changes to build.sh. It is based on the branch of this PR from @naveentatikonda so it is easier to test. Thanks. |
64e038b
to
42d75da
Compare
42d75da
to
761b99d
Compare
761b99d
to
cb51222
Compare
Signed-off-by: Naveen <navtat@amazon.com>
cb51222
to
4a98708
Compare
* Add Windows Support Signed-off-by: Naveen <navtat@amazon.com> * Add license for libwinpthread and copy all licenses to LICENSE.txt Signed-off-by: Naveen <navtat@amazon.com> * Download OpenBLAS Signed-off-by: Naveen <navtat@amazon.com> * Remove Git Patch and add branching logic for CMakeLists.txt Signed-off-by: Naveen <navtat@amazon.com> Signed-off-by: Naveen <navtat@amazon.com>
* Add Windows Support Signed-off-by: Naveen <navtat@amazon.com> * Add license for libwinpthread and copy all licenses to LICENSE.txt Signed-off-by: Naveen <navtat@amazon.com> * Download OpenBLAS Signed-off-by: Naveen <navtat@amazon.com> * Remove Git Patch and add branching logic for CMakeLists.txt Signed-off-by: Naveen <navtat@amazon.com>
* Add Windows Support Signed-off-by: Naveen <navtat@amazon.com> * Add license for libwinpthread and copy all licenses to LICENSE.txt Signed-off-by: Naveen <navtat@amazon.com> * Download OpenBLAS Signed-off-by: Naveen <navtat@amazon.com> * Remove Git Patch and add branching logic for CMakeLists.txt Signed-off-by: Naveen <navtat@amazon.com> Signed-off-by: Naveen <navtat@amazon.com>
* Add Windows Support Signed-off-by: Naveen <navtat@amazon.com> * Add license for libwinpthread and copy all licenses to LICENSE.txt Signed-off-by: Naveen <navtat@amazon.com> * Download OpenBLAS Signed-off-by: Naveen <navtat@amazon.com> * Remove Git Patch and add branching logic for CMakeLists.txt Signed-off-by: Naveen <navtat@amazon.com> Signed-off-by: Naveen <navtat@amazon.com>
* Add Windows Support Signed-off-by: Naveen <navtat@amazon.com> * Add license for libwinpthread and copy all licenses to LICENSE.txt Signed-off-by: Naveen <navtat@amazon.com> * Download OpenBLAS Signed-off-by: Naveen <navtat@amazon.com> * Remove Git Patch and add branching logic for CMakeLists.txt Signed-off-by: Naveen <navtat@amazon.com> Signed-off-by: Naveen <navtat@amazon.com> Signed-off-by: Naveen <navtat@amazon.com>
* Add Windows Support Signed-off-by: Naveen <navtat@amazon.com> * Add license for libwinpthread and copy all licenses to LICENSE.txt Signed-off-by: Naveen <navtat@amazon.com> * Download OpenBLAS Signed-off-by: Naveen <navtat@amazon.com> * Remove Git Patch and add branching logic for CMakeLists.txt Signed-off-by: Naveen <navtat@amazon.com> Signed-off-by: Naveen <navtat@amazon.com>
* Add Windows Support Signed-off-by: Naveen <navtat@amazon.com> * Add license for libwinpthread and copy all licenses to LICENSE.txt Signed-off-by: Naveen <navtat@amazon.com> * Download OpenBLAS Signed-off-by: Naveen <navtat@amazon.com> * Remove Git Patch and add branching logic for CMakeLists.txt Signed-off-by: Naveen <navtat@amazon.com> Signed-off-by: Naveen <navtat@amazon.com> Signed-off-by: Naveen <navtat@amazon.com>
Description
Add Windows Support
Issues Resolved
#157
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.