-
Notifications
You must be signed in to change notification settings - Fork 296
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
Windows executable #855
Comments
@tonigi since I understood that the slowest part is building with conda, I checked how long does it take to build with mingw (see this repository).
What do you think? |
Here is yet another repository where i build+regtest the conda package with github actions. Conda-build is ~30 min. The advantage is that it may happen at every commit on par with the other archs. The setup is very similar to Appveyor's . The only advantage of Appveyor is that it allows interactive checks. On the other hand, I wouldn't bother with wine... Mingw works quite nice already. Regarding stand-alone vs conda, I have no strong opinion. Some people seem to expect the latter, but they should also know that functionalities are quite reduced in any case. Cross-builds, as you have seen, are very fast and in my experience "it just works". It's how I used to build the exe's recommended for VMD's PLUMED-GUI. |
@tonigi I move the discussion here since I think this is partly independent from the conda-forge thing.
It might be interesting to be able to provide at least a
plumed driver
executable for Windows.The text was updated successfully, but these errors were encountered: