svn commit: r383217 - head/math/atlas
Dmitry Sivachenko
demon at FreeBSD.org
Wed Apr 8 05:53:50 UTC 2015
> On 8 апр. 2015 г., at 5:42, Don Lewis <truckman at FreeBSD.org> wrote:
>
> On 4 Apr, Dmitry Sivachenko wrote:
>> Author: demon
>> Date: Sat Apr 4 12:58:28 2015
>> New Revision: 383217
>> URL: https://svnweb.freebsd.org/changeset/ports/383217
>>
>> Log:
>> Simplify things: always build both shared and static libs.
>> Some ports (py-scipy for instance) have indirect deps on ATLAS (via py-numpy)
>> and require specific (static) version to work.
>
> I wonder if it might make sense to split this into two ports. Any port
> that depends on the ATLAS static library will need to be rebuilt
> whenever ATLAS is rebuilt to get the proper tuning. A port that links
> to the ATLAS dynamic library can be migrated between hosts as-is and
> only the ATLAS dynamic library would need to be rebuilt.
I agree, this port needs a maintainer.
>
>
> BTW, I got a build failure on 8.4-STABLE i386 that I haven't had a
> chance to dig into yet:
>
> STAGE 2-4-4: LEVEL 3 BLAS TUNE
> make -f Makefile Il3lib pre=c 2>&1 | ./xatlas_tee INSTALL_LOG/cL3TUNE.LOG
> make -f Makefile ccblaslib 2>&1 | ./xatlas_tee INSTALL_LOG/cL3TUNE.LOG
> done.
>
>
> STAGE 2-4-5: GEMV TUNE
> make -f Makefile INSTALL_LOG/cMVRES pre=c 2>&1 | ./xatlas_tee INSTALL_LOG/cMVTUN
> E.LOG
> *** Error code 255
Is it because of my change? Did it work before?
More information about the svn-ports-head
mailing list