-
-
Notifications
You must be signed in to change notification settings - Fork 142
Add Support for Windows #112
Copy link
Copy link
Closed
Labels
Priority: 2 - High 😰Should be fixed as quickly as possible, ideally within the current or following sprintShould be fixed as quickly as possible, ideally within the current or following sprintType: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebasereleaserelated to public releasesrelated to public releasessetupRelated to environment setupRelated to environment setup
Milestone
Metadata
Metadata
Assignees
Labels
Priority: 2 - High 😰Should be fixed as quickly as possible, ideally within the current or following sprintShould be fixed as quickly as possible, ideally within the current or following sprintType: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebasereleaserelated to public releasesrelated to public releasessetupRelated to environment setupRelated to environment setup
Expected Behavior
Add a script to generate a
.dllfile as part of build process. Also, edits needs to made in setup.py to include this generated dll file. This dll file will be generated using bazel build.Current Behavior
Right now, pydp only supports Linux systems. This is due to the fact that we are just generating the
.sofile as seen here.Logs
System information