svn commit: r512582 - head/math/suitesparse

Jan Beich jbeich at FreeBSD.org
Tue Sep 24 16:22:35 UTC 2019


Piotr Kubaj <pkubaj at anongoth.pl> writes:

> On 19-09-24 16:51:27, Jan Beich wrote:
>> Thierry Thomas <thierry at FreeBSD.org> writes:
>> 
>> >  LIB_DEPENDS=3D	libmetis.so:math/metis \
>> > +		libomp.so:devel/openmp \
>> 
>> Breaks all platforms except amd64 and i386, even Clang-based ones like
>> aarch64, armv6, armv7. See ONLY_FOR_ARCHS in devel/openmp.
> Builds here on powerpc64:
> https://talos.anongoth.pl/data/powerpc64-default/2019-09-24_10h44m50s/logs/suitesparse-5.4.0_1.log

Thanks for correction. I forgot about r504350.

devel/openmp still fails elsewhere, so ONLY_FOR_ARCHS is justified.
https://reviews.freebsd.org/P316 # aarch64
https://reviews.freebsd.org/P317 # armv7
https://reviews.freebsd.org/P318 # armv6

$ poudriere testport -j 113aarch64 math/suitesparse
[...]
===>   suitesparse-5.4.0_1 depends on shared library: libomp.so - not found
===>   suitesparse-5.4.0_1 depends on package: /packages/All/openmp-9.0.0.txz - not found
===>   USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source
*** Error code 1


More information about the svn-ports-all mailing list