-
Notifications
You must be signed in to change notification settings - Fork 15
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 wheels. #1365
base: master
Are you sure you want to change the base?
Add Windows wheels. #1365
Conversation
We currently rely on two files being present in pre-defined directories: * nrnunits.lib * libpywrapper.so (or similar) These are searched for in: * CMake's binary directory for NMODL * CMake's install directory for NMODL * The environment variable `NMODLHOME` Leading to some acrobatics to always set NMODLHOME correctly. This PR attempts to also find the above files relative to the NMODL executable, in the hope that some use cases of NMODLHOME can be removed.
This comment has been minimized.
This comment has been minimized.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1365 +/- ##
==========================================
+ Coverage 86.82% 86.90% +0.07%
==========================================
Files 179 179
Lines 13684 13667 -17
==========================================
- Hits 11881 11877 -4
+ Misses 1803 1790 -13 ☔ View full report in Codecov by Sentry. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…l-home' into matz-e/WinWheel
This comment has been minimized.
This comment has been minimized.
Logfiles from GitLab pipeline #223480 (:white_check_mark:) have been uploaded here! Status and direct links: |
No description provided.