Am 15.08.22 um 17:12 schrieb Stuart Henderson: > On 2022/08/15 11:06, Kurt Mosiejczuk wrote: >> On Fri, Aug 12, 2022 at 10:21:18AM +0100, Stuart Henderson wrote: >>> I think that wants "COMPILER_LANGS= c" as well >> >> Nope. It uses C++ as well. ok kmos for Martin's version. It fixed the build >> for sparc64 > > hmm, you're right... surprised at the lack of C++ libraries in WANTLIB then
It's only a handful of tests that are c++, maybe that's why. >> --Kurt >> >>> On 12 August 2022 08:03:28 Martin Reindl <mar...@catai.org> wrote: >>> >>>> On Thu, Aug 11, 2022 at 11:55:46PM -0600, k...@openbsd.org wrote: >>>>> Bulk build on sparc64-0a.ports.openbsd.org >>>>> >>>>> http://build-failures.rhaalovely.net/sparc64/2022-08-09/math/arpack.log >>>> >>>> Can anyone test please? >>>> >>>> >>>> Index: Makefile >>>> =================================================================== >>>> RCS file: /cvs/ports/math/arpack/Makefile,v >>>> retrieving revision 1.24 >>>> diff -u -p -u -p -r1.24 Makefile >>>> --- Makefile 24 May 2022 19:28:58 -0000 1.24 >>>> +++ Makefile 12 Aug 2022 06:51:28 -0000 >>>> @@ -7,7 +7,7 @@ PKGNAME = arpack-${GH_TAGNAME} >>>> GH_ACCOUNT = opencollab >>>> GH_PROJECT = arpack-ng >>>> EPOCH = 0 >>>> -REVISION = 0 >>>> +REVISION = 1 >>>> >>>> MULTI_PACKAGES = -main -mpi >>>> FLAVORS = no_mpi >>>> @@ -22,6 +22,8 @@ HOMEPAGE = https://github.com/opencollab >>>> >>>> # BSD 3-Clause >>>> PERMIT_PACKAGE = Yes >>>> + >>>> +COMPILER = base-clang ports-gcc >>>> >>>> MODULES = fortran \ >>>> devel/cmake >>>