Skip to content
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

Draft
wants to merge 27 commits into
base: master
Choose a base branch
from
Draft

Add Windows wheels. #1365

wants to merge 27 commits into from

Conversation

matz-e
Copy link
Member

@matz-e matz-e commented Jul 22, 2024

No description provided.

matz-e and others added 9 commits July 11, 2024 07:55
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.
bbpadministrator pushed a commit to BlueBrain/nmodl-references that referenced this pull request Jul 22, 2024
@bbpbuildbot

This comment has been minimized.

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

Attention: Patch coverage is 41.66667% with 7 lines in your changes missing coverage. Please review.

Project coverage is 86.90%. Comparing base (b91c0ea) to head (86024d5).
Report is 1 commits behind head on master.

Files Patch % Lines
src/pybind/pyembed.cpp 0.00% 3 Missing ⚠️
src/config/config.h 50.00% 2 Missing ⚠️
src/parser/main_units.cpp 0.00% 1 Missing ⚠️
src/visitors/main.cpp 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@bbpbuildbot

This comment has been minimized.

bbpadministrator pushed a commit to BlueBrain/nmodl-references that referenced this pull request Jul 22, 2024
@bbpbuildbot

This comment has been minimized.

@bbpbuildbot

This comment has been minimized.

@bbpbuildbot
Copy link
Collaborator

Logfiles from GitLab pipeline #223480 (:white_check_mark:) have been uploaded here!

Status and direct links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants