gpilab / framework

The GPI framework provides the canvas for graphically assembling algorithms.
Other
20 stars 7 forks source link

Restore `gpi_make` for native windows installation #43

Closed borupdaniel closed 4 years ago

borupdaniel commented 4 years ago

As of the current release, gpi_make only works on Unix platforms. It would be nice to restore this functionality for native windows users. It would also be helpful to include some method for running gpi_make through GPI itself for non-command-line users, but this may need to be a later feature.

borupdaniel commented 4 years ago

gpi_make has been restored. Still seeing some issues with segfaults on Windows — need to test this again and post more details here.

borupdaniel commented 4 years ago

Fixed — the issue was passing type long variables. These should be type int64_t and uint64_t (for unsigned) to avoid the segfault.