-
Notifications
You must be signed in to change notification settings - Fork 6
Provide Windows wheels #156
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
base: dev
Are you sure you want to change the base?
Conversation
👀 |
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (75.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## dev #156 +/- ##
==========================================
+ Coverage 94.47% 94.59% +0.11%
==========================================
Files 61 58 -3
Lines 5611 5566 -45
Branches 368 368
==========================================
- Hits 5301 5265 -36
+ Misses 228 219 -9
Partials 82 82 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Work in progress...
Using this first comment as a dashboard/ideas
The Windows compiler is not compatible with the C types that the
tapenade
C code uses. We could either remove tapenade compatibility or find a way to make this types compatible with Windows. Maybe use a C Preprocessor flag to define the types.