Package: openlibm / 0.5.4+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
openlibm | 0.5.4+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
kfreebsd hurd tests.patch | (download) |
test/Makefile |
4 2 + 2 - 0 ! |
fix building tests on gnu/kfreebsd and gnu/hurd Upstream only sets -rpath for $(OS) = Linux since https://github.com/JuliaLang/openlibm/commit/4c8740ad589fd243eb2d3691f2c2395b505d713d |
fix missing buildflags.patch | (download) |
Make.inc |
7 0 + 7 - 0 ! |
fix missing buildflags Upstream dropped CFLAGS while lowering optimization for *int.c and *intf.c: https://github.com/JuliaLang/openlibm/commit/dcc0d8da7400b68cb0b02c4605ce10fd605f3a1a Tests ran fine for me on ppc64el, so enabling optimization again. |
fix armhf fp status register.patch | (download) |
include/openlibm_fenv_arm.h |
10 6 + 4 - 0 ! |
fix armhf floating-point status register * Use an actual compiler definition to determine whether we have a floating-point unit or not * Use a modern (VFPU) assembly instruction to get/set the fpsr * If we don't have an fpsr, at least zero out the return value Bug: https://github.com/JuliaLang/openlibm/pull/151 |
add mips support.patch | (download) |
Make.inc |
4 4 + 0 - 0 ! |
add support for mips architectures Bug: https://github.com/JuliaLang/openlibm/pull/152 Bug-Debian: https://bugs.debian.org/852441 |