We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
postgresql@18
postgresql@14
1 parent 6d8c0ef commit f0072c8Copy full SHA for f0072c8
Formula/r/rdkit.rb
@@ -29,8 +29,8 @@ class Rdkit < Formula
29
depends_on "catch2" => :build
30
depends_on "cmake" => :build
31
depends_on "pkgconf" => :build
32
- depends_on "postgresql@14" => [:build, :test]
33
depends_on "postgresql@17" => [:build, :test]
+ depends_on "postgresql@18" => [:build, :test]
34
depends_on "boost"
35
depends_on "boost-python3"
36
depends_on "cairo"
@@ -58,6 +58,7 @@ def postgresqls
58
end
59
60
def install
61
+ odie "Too many postgresql dependencies!" if postgresqls.count > 2
62
(buildpath/"better_enums").install resource("better_enums")
63
64
python_rpath = rpath(source: lib/Language::Python.site_packages(python3))
0 commit comments