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

If system is windows and gillespy2.__file__ contains a space, do not use C++ solvers #823

Closed
briandrawert opened this issue Jun 3, 2022 · 0 comments · Fixed by #756 or #789
Closed
Assignees
Labels
enhancement New feature or request ✔️​ Issue / PR has been resolved
Milestone

Comments

@briandrawert
Copy link
Member

In the C++ support check, look to see if the following is true:
if platform.system() == 'Windows' and ' ' in gillespy2.__file__
If so, disable C++ support

check build_engine.get_missing_dependances

@briandrawert briandrawert added this to the 1.6.10 milestone Jun 3, 2022
@BryanRumsey BryanRumsey linked a pull request Jun 5, 2022 that will close this issue
@BryanRumsey BryanRumsey added enhancement New feature or request ✔️​ Issue / PR has been resolved labels Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ✔️​ Issue / PR has been resolved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants