Skip to content

Commit f0072c8

Browse files
committed
rdkit: add postgresql@18, drop postgresql@14
1 parent 6d8c0ef commit f0072c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/r/rdkit.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class Rdkit < Formula
2929
depends_on "catch2" => :build
3030
depends_on "cmake" => :build
3131
depends_on "pkgconf" => :build
32-
depends_on "postgresql@14" => [:build, :test]
3332
depends_on "postgresql@17" => [:build, :test]
33+
depends_on "postgresql@18" => [:build, :test]
3434
depends_on "boost"
3535
depends_on "boost-python3"
3636
depends_on "cairo"
@@ -58,6 +58,7 @@ def postgresqls
5858
end
5959

6060
def install
61+
odie "Too many postgresql dependencies!" if postgresqls.count > 2
6162
(buildpath/"better_enums").install resource("better_enums")
6263

6364
python_rpath = rpath(source: lib/Language::Python.site_packages(python3))

0 commit comments

Comments
 (0)