[Bug 267158] [NEW PORT] devel/arm-compute-library

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 07 Mar 2023 23:15:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267158

--- Comment #17 from Robert Clausecker <fuz@FreeBSD.org> ---
Now you have

    ${INSTALL_DATA} ${WRKSRC}/build/*.so ${STAGEDIR}${PREFIX}/lib/

Files ending in .so are shared libraries, which need to be installed with
INSTALL_LIB.  It's only the static libraries which need INSTALL_DATA instead.

I don'see the BUILD.bazel file that was not accounted for either.  Let's hope
it doesn't fail the build test again.

Will start the build tests in a few hours as my machine is currently occupied.

-- 
You are receiving this mail because:
You are the assignee for the bug.