gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
278 stars 62 forks source link

RFE: Allow building with external dSFMT library #798

Open opoplawski opened 4 years ago

opoplawski commented 4 years ago

Fedora packaging requires building with system versions of libraries if possible. Please and a cmake flag to allow building with an external dSFMT library.

GillesDuvert commented 4 years ago

Do you have such a library? Which would have the 'vector' issue?

opoplawski commented 4 years ago

Yes, Fedora ships dSFMT. It does look like we would need to patch that as well, but that's an issue for Fedora (me) to deal with.

GillesDuvert commented 4 years ago

In this case, aside the patch you mention, there could be other problems for GDL, I vaguely remember the compilation with the pristine dSFMT code was not possible.