Ping
> On Thu Oct 26, 2023 at 04:39:49PM -0600, j@bitminer.ca wrote:
>>
>> Testing various uses and users of blas/cblas, I discovered that
>> lapack "make test" was not working. Here is the fix.
>>
>> CC to maintainer as well.
>>
>>
>>
>> J
>
> Thanks J, I can confirm your diff fixes the tests. OK rsadowski
>
>
>>
>>
>> Index: Makefile
>> ===================================================================
>> RCS file: /cvs/ports/math/lapack/Makefile,v
>> retrieving revision 1.36
>> diff -u -p -r1.36 Makefile
>> --- Makefile 25 Sep 2023 17:07:33 -0000 1.36
>> +++ Makefile 26 Oct 2023 15:42:39 -0000
>> @@ -81,7 +81,9 @@ post-install:
>> ${INSTALL_MAN} `basename $${m%.f}.3f` ${PREFIX}/man/man3f ; done
>>
>> do-test:
>> - cd ${WRKDIST}/TESTING/MATGEN && gmake ${ALL_TEST_FLAGS}
>> - cd ${WRKDIST}/TESTING && gmake ${ALL_TEST_FLAGS}
>> + cd ${WRKDIST}/TESTING/MATGEN && \
>> + ${MAKE_ENV} gmake ${ALL_TEST_FLAGS}
>> + cd ${WRKDIST}/TESTING && \
>> + ${MAKE_ENV} gmake ${ALL_TEST_FLAGS}
>>
>> .include <bsd.port.mk>
>>
No comments:
Post a Comment