File: i386.patch

package info (click to toggle)
r-cran-actuar 3.3-6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,968 kB
  • sloc: ansic: 7,817; makefile: 18; sh: 13
file content (12 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Pass -ffloat-store flag to make i386 tests passing
Author: Nilesh Patra <nilesh@debian.org>
Last-Update: 2021-09-29
--- a/src/Makevars
+++ b/src/Makevars
@@ -3,3 +3,6 @@
 
 ## Hide entry points (but for R_init_actuar in init.c) 
 PKG_CFLAGS = $(C_VISIBILITY)
+ifneq (,$(filter $(DEB_BUILD_ARCH),i386))
+PKG_CFLAGS += -ffloat-store
+endif