-
Notifications
You must be signed in to change notification settings - Fork 25
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
updated yaml and readme #18
base: main
Are you sure you want to change the base?
updated yaml and readme #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it's good to have an independent confirmation that this is working on Windows, and documentation of the minimal option for installing the Microsoft compiler.
- boost-cpp >=1.70 | ||
- sundials >=6.0 | ||
- cantera==3.0.* | ||
- cxx-compiler==1.7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason for pinning this specific version of cxx-compiler
?
For windows computers make sure that you have installed build tools `C++ build tools <https://visualstudio.microsoft.com/visual-cpp-build-tools>` | ||
This must be installed manually |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For windows computers make sure that you have installed build tools `C++ build tools <https://visualstudio.microsoft.com/visual-cpp-build-tools>` | |
This must be installed manually | |
For Windows computers, make sure that you have installed `Microsoft C++ Build Tools <https://visualstudio.microsoft.com/visual-cpp-build-tools>`_. | |
This must be installed manually. |
My pleasure, let me do a couple more tests with I have a few versions of C++ build tools on my PC, the other PC also had a few, but it didn't play nice with 2022 build tools. |
Just tested the install using the GitHub runners on a new branch on my fork. I created a few runners for each Python version and OS.
I'll update the readme with some information on this. |
Verified that this can be installed on a fresh windows install
Please see changes to Readme and
environment.yaml
file