cblas: Remove wip refs for testing with committed BLAS framework

This commit is contained in:
Jason Bacon 2020-10-19 13:52:20 -05:00
parent aed6be19ef
commit ed61aa3347
2 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,6 @@ LAPACK_COMPONENT_CMAKE_ARGS= \
-DCBLAS=ON -DLAPACKE=OFF \
-DCMAKE_VERBOSE=ON
.include "../../wip/mk/blas.buildlink3.mk"
.include "../../wip/lapack/Makefile.common"
.include "../../mk/blas.buildlink3.mk"
.include "../../math/lapack/Makefile.common"
.include "../../mk/bsd.pkg.mk"

View File

@ -12,7 +12,7 @@ BUILDLINK_PKGSRCDIR.cblas?= ../../wip/cblas
# Without this, they can be included in either order.
# I think pkg Makefiles should include both for clarity rather than have
# cblas implicitly pull in blas.bl3.
#.include "../../wip/mk/blas.buildlink3.mk"
# .include "../../mk/blas.buildlink3.mk"
.endif
BUILDLINK_TREE+= -cblas