Date: Tue, 14 Feb 2023 18:13:49 +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-qgY4PnOtth@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 Robert Clausecker <fuz@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #4 from Robert Clausecker <fuz@FreeBSD.org> --- GH_PROJECT could be left out if equal to PORTNAME. for the architecture stuff, try SCONS_ARGS_amd64 neon=3D0 opencl=3D1 examples=3D1 arch=3Dx86_64 SCONS_ARGS_aarch64=3D neon=3D1 opencl=3D0 examples=3D0 arch=3Darm64-v8a SCONS_ARGS_armv7=3D neon=3D1 opencl=3D0 examples=3D0 arch=3Darmv7a SCONS_ARGS+=3D os=3Dfreebsd Werror=3D0 embed_kernels=3D0 build=3Dnative ${SCONS_ARGS_${ARCH}} This works even without including bsd.port.pre.mk. Could you provide an ONLY_FOR_ARCHS_REASON? Could the list of supported architectures be extended? Isn't Arm usually spelled ARM (in COMMENT)? Your patch to SConscript looks like the compiler name is not taken from the= CC and CXX variables. Please check and perhaps adjust the port so it respects= the CC and CXX variables. You can check this by e.g. installing llvm15 and then doing make CC=3Dclang15 CXX=3Dclang++15 to check if the build system actually picks these up. Apart from using a custom compiler, this is also used by Poudriere to cross-build with native-xtools. Will proceed with build test shortly. --=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-qgY4PnOtth>