Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 514106
Collapse All | Expand All

(-)Makefile.orig (-3 / +2 lines)
Lines 19-28 else Link Here
19
  endif
19
  endif
20
endif
20
endif
21
21
22
CFLAGS=-Wall -O2
22
BLASFLAGS=$(shell pkg-config --cflags --libs lapack)
23
BLASFLAGS=-L/usr/lib64/atlas -llapack -lcblas -latlas
24
LINKFLAGS=-lm -lpthread
23
LINKFLAGS=-lm -lpthread
25
ZLIB=zlib-1.2.8/libz.so.1.2.8
24
ZLIB=-lz
26
25
27
ifeq ($(SYS), MAC)
26
ifeq ($(SYS), MAC)
28
  BLASFLAGS=-framework Accelerate
27
  BLASFLAGS=-framework Accelerate

Return to bug 514106