From ee8c0959b3593857d1d0cd407cd03f1110175651 Mon Sep 17 00:00:00 2001 From: cbeall3 Date: Thu, 5 Mar 2015 16:46:29 -0500 Subject: [PATCH] Fix MKL compile issue --- gtsam/base/Vector.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtsam/base/Vector.h b/gtsam/base/Vector.h index 2d333848b..fc543acc3 100644 --- a/gtsam/base/Vector.h +++ b/gtsam/base/Vector.h @@ -20,6 +20,11 @@ #pragma once + +#ifndef MKL_BLAS +#define MKL_BLAS MKL_DOMAIN_BLAS +#endif + #include #include #include