math/blaspp: Fix configure

configure was failing to find the BLAS library because it used its
own ad-hoc cmake file that was failing.
find_package(BLAS) works.

PR:		275162
Reported by:	Lorenzo Salvadore <salvadore@freebsd.org>; fallout
This commit is contained in:
Yuri Victorovich 2023-11-18 11:21:07 -08:00
parent 4a7d84eeed
commit a8bc918ae7

View File

@ -16,6 +16,7 @@ TEST_DEPENDS= cblas>0:math/cblas
USES= cmake:testing fortran localbase # fails to find openblas w/out USES=fortran for some reason, needs investigation
CMAKE_ON= use_cmake_find_blas # otherwise blas isn't found by the project's ad-hoc cmake/BLASFinder.cmake file
CMAKE_OFF= build_tests
CMAKE_TESTING_ON= build_tests # tests fail to run, see https://bitbucket.org/icl/blaspp/issues/19/tests-arent-run-with-tester-target-when
CMAKE_TESTING_TARGET= tester