hashdist / hashstack

Collection of software profiles for HashDist
https://hashdist.github.io/
51 stars 60 forks source link

Add patch for sqlite for config.guess to properly identify Cygwin-64 … #978

Open embray opened 7 years ago

embray commented 7 years ago

…when uname -m returns 'x84_64'

Tried to do this without a patch--in princple this could be fixed by passing the correct --build flag to configure, but it was too tricky to do that on a conditional basis.

This could also be fixed by giving sqlite a newer config.guess entirely but it's easy enough to add this one small patch.

cekees commented 7 years ago

+1. BTW, how are you building on cygwin? By hand or using some sort of CI? (Can you do cygwin builds in AppVeyor?)

embray commented 7 years ago

Cygwin builds are possible on AppVeyor though I haven't tried it yet. Once I get everything working locally I could help set that up if you want.