Skip to content

Commit c679ab8

Browse files
authored
seqan3 3.3.0 (#1978)
1 parent df16a7d commit c679ab8

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

Formula/[email protected]

+13-8
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class SeqanAT3 < Formula
33
# cite Reinert_2017: "https://doi.org/10.1016/j.jbiotec.2017.07.017"
44
desc "Modern C++ library for sequence analysis"
55
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"
88
head "https://github.com/seqan/seqan3.git"
99

1010
bottle do
@@ -15,19 +15,24 @@ class SeqanAT3 < Formula
1515

1616
depends_on "cmake" => :build
1717
depends_on "xz" => :build
18-
depends_on "gcc@9"
18+
depends_on "gcc@13"
1919

2020
uses_from_macos "bzip2"
2121
uses_from_macos "zlib"
2222

23-
# requires c++17 and concepts
23+
# requires c++20 and concepts
2424
fails_with :clang do
25-
cause "seqan3 requires concepts and c++17 support"
25+
cause "seqan3 requires concepts and c++20 support"
2626
end
2727

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"
3136

3237
def install
3338
mkdir "build" do

0 commit comments

Comments
 (0)