diku-dk / futhark

:boom::computer::boom: A data-parallel functional programming language
http://futhark-lang.org
ISC License
2.38k stars 165 forks source link

Is it possible to add a compiled version of the windows version available for download? #2121

Closed fenginsc closed 5 months ago

fenginsc commented 6 months ago

The latest release and the daily builds don't have windows downloads anymore, and the daily builds had windows versions before, but now they don't either. https://github.com/diku-dk/futhark/releases/tag/v0.25.14 https://github.com/diku-dk/futhark/releases/tag/nightly

athas commented 6 months ago

The Windows builds stopped working at some point (a compilation error in the bytestring dependency about a missing header file), and since I don't have a Windows machine available I cannot debug it, so I removed them from CI. The relevant commit is 65d4f06468ab6865276001db1a37fffb72f458ee. I don't mind someone figuring out what goes wrong, but I am unlikely to do it myself.

fenginsc commented 6 months ago

I see that I've upgraded the ghc compiler version, retrying with the latest compiler to see if that fixes the compilation error reporting problem.

fenginsc commented 5 months ago

I submitted a PR to fix the compiled CI for the windows version. https://github.com/diku-dk/futhark/pull/2130

athas commented 5 months ago

I have merged that PR. Thanks!