Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Mar 2023 23:15:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267158] [NEW PORT] devel/arm-compute-library
Message-ID:  <bug-267158-7788-TolnCkSedP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267158-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267158-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267158

--- 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 instea=
d.

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

Will start the build tests in a few hours as my machine is currently occupi=
ed.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267158-7788-TolnCkSedP>