-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
enable Windows build #15
Comments
datalad/datalad-extensions#40 might pave the way (although not sure about libmagic since cross-building is probably not allowed, but probably build could just fetch the artifact from datalad-extensions or eventually "official" source). |
ok -- we have 2 ways to proceed:
|
@notestaff what would be your thinking/desire? ;) |
"try to reproduce that github actions build recipe" seems more correct. Long-term, if something changes in the conda-forge build process, a recipe that does the building itself is more likely to still work / be easier to adjust? Unfortunately right now I don't have the bandwidth to figure this out, or the knolwedge of building on Windows... |
yeah, bandwidth is limited here too and I always double think when I impose Windows goodness on someone ;) So what about two stage
edit PS: I can take care about "cheat" one ;) |
Sounds good. This won't be the only recipe to use such a "cheat" until a better way gets worked out. |
p.s. what I really wish we had on Windows was a cygwin-based version, but unfortunately GHC has stopped supporting cygwin |
Any clue how difficult that would be? ;)
Blockers for "proper" package/functionality in conda
m2-bash
+posix
(also from m2) to provide coreutils. Unfortunatelybash
fromm2-bash
filters out some PATH variables making it unfit for use by git-annex (and datalad) here m2-bash: looses PATHs, prevents any use as a shell to run other commands from conda ContinuumIO/anaconda-issues#12124The text was updated successfully, but these errors were encountered: