annotate 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
rev   line source
Chris@91 1
Chris@198 2 ARCHFLAGS ?= -mmacosx-version-min=10.7 -arch x86_64 -stdlib=libc++
Chris@91 3
Chris@200 4 CFLAGS := $(ARCHFLAGS) -Wall -O3 -ftree-vectorize -DUSE_PTHREADS -Iinclude
Chris@179 5
Chris@200 6 CXXFLAGS := $(CFLAGS) -std=c++11
Chris@91 7
Chris@91 8 include build/general/Makefile.inc
Chris@91 9