File tree 1 file changed +13
-8
lines changed
1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ class SeqanAT3 < Formula
3
3
# cite Reinert_2017: "https://doi.org/10.1016/j.jbiotec.2017.07.017"
4
4
desc "Modern C++ library for sequence analysis"
5
5
homepage "https://www.seqan.de"
6
- url "https://github.com/seqan/seqan3/releases/download/3.1 .0/seqan3-3.1 .0-Source.tar.xz"
7
- sha256 "0b37b1c3450e19c0ebe42c052c3f87babb8074bd772f10a553949c312c285726 "
6
+ url "https://github.com/seqan/seqan3/releases/download/3.3 .0/seqan3-3.3 .0-Source.tar.xz"
7
+ sha256 "da2fb621268ebc52b9cc26087e96f4a94109db1f4f28d363d19c7c9cdbd788b1 "
8
8
head "https://github.com/seqan/seqan3.git"
9
9
10
10
bottle do
@@ -15,19 +15,24 @@ class SeqanAT3 < Formula
15
15
16
16
depends_on "cmake" => :build
17
17
depends_on "xz" => :build
18
- depends_on "gcc@9 "
18
+ depends_on "gcc@13 "
19
19
20
20
uses_from_macos "bzip2"
21
21
uses_from_macos "zlib"
22
22
23
- # requires c++17 and concepts
23
+ # requires c++20 and concepts
24
24
fails_with :clang do
25
- cause "seqan3 requires concepts and c++17 support"
25
+ cause "seqan3 requires concepts and c++20 support"
26
26
end
27
27
28
- fails_with gcc : "4.9" # requires C++17
29
- fails_with gcc : "5" # requires C++17
30
- fails_with gcc : "6" # requires C++17
28
+ # requires C++20
29
+ fails_with gcc : "4.9"
30
+ fails_with gcc : "5"
31
+ fails_with gcc : "6"
32
+ fails_with gcc : "7"
33
+ fails_with gcc : "8"
34
+ fails_with gcc : "9"
35
+ fails_with gcc : "10"
31
36
32
37
def install
33
38
mkdir "build" do
You can’t perform that action at this time.
0 commit comments