@@ -4,8 +4,8 @@ class BaliPhy < Formula
4
4
desc "Bayesian co-estimation of phylogenies and multiple alignments"
5
5
homepage "https://www.bali-phy.org/"
6
6
url "https://github.com/bredelings/BAli-Phy.git" ,
7
- tag : "4.0-beta17 " ,
8
- regision : "33285a20bf37b12fa61344d36fb1668c850b43d0 "
7
+ tag : "4.0" ,
8
+ revision : "6cb702d708600ebfdff41829e8be2ed9f033d336 "
9
9
license "GPL-2.0-or-later"
10
10
head "https://github.com/bredelings/BAli-Phy.git" , branch : "master"
11
11
@@ -22,13 +22,17 @@ class BaliPhy < Formula
22
22
sha256 cellar : :any_skip_relocation , x86_64_linux : "8195aca549207e85a206fbaaa9917d927a8dd0bbb267ddc3356b9335e41e37f9"
23
23
end
24
24
25
+ depends_on "cereal" => :build
25
26
depends_on "eigen" => :build
26
27
depends_on "meson" => :build
27
28
depends_on "ninja" => :build
28
29
depends_on "pandoc" => :build
29
30
depends_on "pkg-config" => :build
31
+ depends_on "range-v3" => :build
32
+
30
33
depends_on "boost"
31
34
depends_on "cairo"
35
+ depends_on "fmt"
32
36
depends_on "gcc" unless OS . mac? # for C++20
33
37
34
38
on_macos do
@@ -50,9 +54,9 @@ def install
50
54
ENV [ "CXX" ] = Formula [ "llvm" ] . opt_bin /"clang++" if OS . mac? && DevelopmentTools . clang_build_version <= 1500
51
55
ENV [ "BOOST_ROOT" ] = Formula [ "boost" ] . opt_prefix
52
56
53
- flags = %w[ -C build install ]
54
- system "meson" , "build" , "--prefix=#{ prefix } " , "--buildtype=release" , "-Db_ndebug=true"
55
- system "ninja " , *flags
57
+ flags = %w[ install -C build ]
58
+ system "meson" , "setup" , " build", "--prefix=#{ prefix } " , "--buildtype=release" , "-Db_ndebug=true"
59
+ system "meson " , *flags
56
60
end
57
61
58
62
test do
0 commit comments