[go: up one dir, main page]

File: Makevars

package info (click to toggle)
r-cran-actuar 3.3-5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,960 kB
  • sloc: ansic: 7,899; makefile: 18; sh: 13
file content (8 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
## We use the BLAS and the LAPACK libraries
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

## 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