remove dependency on cblas
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
CC=gcc
|
||||
CFLAGS=-Wall -fPIC -O3 -ansi -pedantic-errors
|
||||
LDFLAGS=-lcblas -lm
|
||||
LDFLAGS=-lm
|
||||
PREFIX= /usr/local
|
||||
|
||||
opt-pricer : src/opt-pricer.c gbm.o black_scholes.o utils.o
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
#include "black_scholes.h"
|
||||
#include "utils.h"
|
||||
#include <cblas.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user