ralna / SIFDecode

A package to decode SIF optimization test examples for use by CUTEst and GALAHAD
Other
8 stars 3 forks source link

Release 2.6.0 #24

Closed amontoison closed 2 months ago

amontoison commented 2 months ago

@jfowkes I also changed the default "mode" of the library so that we compile a static libsifdecode.a instead of a shared library libsifdecode.${dlext}. For this package, we only want the binary sifdecoder_standalone, so it's better to directly embed libsifdecode.a in it. This will allow you to store a binary sifdecoder_standalone / sifdecoder_standalone.exe for the main platforms that you support in PyCUTEst and avoid requiring the user to compile SIFDecode.