csound/plugins

Fatal error when VECLIB is missing

Closed this issue · 1 comments

I guess this dependency should be optional?

CMake Error in p5glove/CMakeLists.txt:
  Found relative path while evaluating include directories of "p5g":

    "VECLIB_PATH-NOTFOUND"



CMake Error in p5glove/CMakeLists.txt:
  Found relative path while evaluating include directories of "p5g":

    "VECLIB_PATH-NOTFOUND"

vecLib is part of darwin's builtin frameworks. So it was just wrong build flags from my side, it's included in /System/Library/Frameworks/Accelerate.framework