Skip to content

Commit

Permalink
openblas: Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Mar 2, 2025
1 parent d696bb7 commit f196872
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cross/openblas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COMMENT = OpenBLAS is an optimized BLAS (Basic Linear Algebra Subprograms) libr
LICENSE = BSD-3-Clause license

REQUIRED_MIN_DSM = 7.1
UNSUPPORTED_ARCHS = comcerto2k

CMAKE_ARGS = -DNO_LAPACKE=1
CMAKE_ARGS += -DNO_AFFINITY=1
Expand Down Expand Up @@ -47,9 +48,9 @@ CMAKE_ARGS += -DTARGET=ATOM
endif

ifeq ($(findstring $(ARCH),$(64bit_ARCHS)),$(ARCH))
CONFIGURE_ARGS += -DBINARY=64
CMAKE_ARGS += -DBINARY=64
else
CONFIGURE_ARGS += -DBINARY=32
CMAKE_ARGS += -DBINARY=32
endif

include ../../mk/spksrc.cross-cmake.mk

0 comments on commit f196872

Please sign in to comment.