Skip to content

Commit af08516

Browse files
committed
openblas: turn off dynamic arch
1 parent fe85750 commit af08516

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Formula/o/openblas.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ def install
6060
-DTARGET=#{target}
6161
]
6262

63-
args << "-DDYNAMIC_ARCH=ON" if !OS.mac? || Hardware::CPU.intel?
64-
6563
system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args
6664
system "cmake", "--build", "build"
6765
system "cmake", "--install", "build"

0 commit comments

Comments
 (0)