Mercurial > hg > qm-dsp
view build/osx/Makefile.osx @ 203:9ddc8982ad2d clapack-included
This file is very problematic in CLAPACK 3.2, with string handling memory problems all over the place; replace with older version from 3.1.1.1
author | Chris Cannam |
---|---|
date | Fri, 30 Sep 2016 16:22:56 +0100 |
parents | 6c0531397af8 |
children |
line wrap: on
line source
ARCHFLAGS ?= -mmacosx-version-min=10.7 -arch x86_64 -stdlib=libc++ CFLAGS := $(ARCHFLAGS) -Wall -O3 -ftree-vectorize -DUSE_PTHREADS -Iinclude CXXFLAGS := $(CFLAGS) -std=c++11 include build/general/Makefile.inc