Trying to build the LEVMAR math library on a mac using the Accelerate Framework

后端 未结 2 1275
面向向阳花
面向向阳花 2021-01-15 22:29

I want build levmar-2.5 math library on a mac using the included Makefile. It requires LAPACK,
another math library which is included in the Accelerate Framework. I do

2条回答
  •  不知归路
    2021-01-15 22:54

    You need to pass -framework Accelerate to gcc. You also need to#include . Details are here.

提交回复
热议问题