Skip to content

Commit d9410cc

Browse files
committed
fio: enable runtime CPU detection
1 parent 3364a85 commit d9410cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Formula/f/fio.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class Fio < Formula
2424
conflicts_with "fiona", because: "both install `fio` binaries"
2525

2626
def install
27+
ENV.runtime_cpu_detection
2728
system "./configure"
2829
# fio's CFLAGS passes vital stuff around, and crushing it will break the build
2930
system "make", "prefix=#{prefix}",

style_exceptions/runtime_cpu_detection_allowlist.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"coreutils",
1010
"cryptopp",
1111
"fftw",
12+
"fio",
1213
"groestlcoin",
1314
"handbrake",
1415
"highway",

0 commit comments

Comments
 (0)