Sunday, December 06, 2020

Re: [Update] devel/tbb: 2020.2 -> 2020.3

"Dimitri Karamazov" <deserter666@danwin1210.me> writes:

> A SHARED_LIBS bump isn't required in my opinion since there are
> no export changes whatsoever.
>
> see:https://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs
> or check using /usr/src/lib/check_sym

Thank you for testing and for the advice on SHARED_LIBS. This is much
clearer to me now.

I tested it here again for my purposes and Dimitri's updated diff
(below) seems fine to me.

Thanks!


> Works fine with blender.
>
> Build, run tested on amd64
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/tbb/Makefile,v
> retrieving revision 1.4
> diff -u -p -r1.4 Makefile
> --- Makefile 18 May 2020 16:42:20 -0000 1.4
> +++ Makefile 4 Dec 2020 05:18:42 -0000
> @@ -4,14 +4,14 @@ ONLY_FOR_ARCHS = ${CLANG_ARCHS}
>
> COMMENT = threading building blocks
>
> -V = 2020.2
> +V = 2020.3
> GH_ACCOUNT = oneapi-src
> GH_PROJECT = oneTBB
> GH_TAGNAME = v${V}
> PKGNAME = tbb-${V}
>
> -SHARED_LIBS += tbb 1.0 #2020.2
> -SHARED_LIBS += tbbmalloc 1.0 #2020.2
> +SHARED_LIBS += tbb 1.0 #2020.3
> +SHARED_LIBS += tbbmalloc 1.0 #2020.3
>
> CATEGORIES = devel
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/tbb/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- distinfo 18 May 2020 16:42:20 -0000 1.2
> +++ distinfo 4 Dec 2020 05:18:42 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (oneTBB-2020.2.tar.gz) = SAQyDh5svjpUIZl7UhmePBo4KbLstkiWQdpLjjL69QA=
> -SIZE (oneTBB-2020.2.tar.gz) = 2637066
> +SHA256 (oneTBB-2020.3.tar.gz) = 68T2qkeXLa7R979x0QCuW/aTHC4xRM8pnIzH0EHcovM=
> +SIZE (oneTBB-2020.3.tar.gz) = 2639737

No comments:

Post a Comment