summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/blaspp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/blaspp/Makefile b/math/blaspp/Makefile
index 149b91e48f91..8c8e264b528c 100644
--- a/math/blaspp/Makefile
+++ b/math/blaspp/Makefile
@@ -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