Skip to content

Commit

Permalink
clamav: use TomsFastMath formula
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed Jul 18, 2022
1 parent 52872d8 commit abc41e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/clamav.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Clamav < Formula
depends_on "json-c"
depends_on "[email protected]"
depends_on "pcre2"
depends_on "tomsfastmath"
depends_on "yara"

uses_from_macos "bzip2"
Expand All @@ -44,6 +45,7 @@ class Clamav < Formula
def install
args = std_cmake_args + %W[
-DAPP_CONFIG_DIRECTORY=#{etc}/clamav
-DENABLE_EXTERNAL_TOMSFASTMATH=ON
-DENABLE_JSON_SHARED=ON
-DENABLE_STATIC_LIB=ON
-DENABLE_SHARED_LIB=ON
Expand Down

0 comments on commit abc41e4

Please sign in to comment.