Debian Patches
Status for coinor-csdp/6.2.0-6
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
move-headers.patch | Move headers to csdp directory | not-needed | https://github.com/dimpase/csdp | 2023-08-13 | ||
use-autotools.patch | Use autotools to build shared library Slight modifications of the patches used by Sage. In particular, we use automake's "foreign" option so we don't have to worry about NEWS, etc. and build all the binaries in theta/ with a csdp- prefix as in previous versions of the Debian package. |
not-needed | https://github.com/dimpase/csdp | 2023-08-13 | ||
csdp-ansi-c.patch | Convert from K&R C to ANSI C to fix problems with GCC 15 | Jerry James <loganjerry@gmail.com> | no | debian | https://src.fedoraproject.org/rpms/csdp/c/ee2cb81 | |
blas-lapack-header.patch | Add proper declarations for BLAS/LAPACK functions. Otherwise, when compiling with C23 (which is the default in GCC 15), we get "too many arguments to function" errors. We also add BLAS_FUNC and LAPACK_FUNC macros so we don't need to have four different declarations for each function. |
Doug Torrance <dtorrance@debian.org> | yes | debian | 2025-09-03 |