compilation error whith boost-python and lapack
问题 I created a program using boost for extracting python variables and lapack for solving matrix. However I have some trouble in compilation process Here are my includes and the firsts line of code : #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include "lapacke.h" #include <math.h> #include <omp.h> #include <stdlib.h> #include <stdint.h> #include <stdio.h> #include <stdarg.h> #include <math.h> #include <sys/times.h> #include <exception> #include <fstream> #include <iostream> #include