Skip to content

Commit 5b5ad2e

Browse files
committed
Problem: pgmp won't build
Solution: supply the dependencies it needs
1 parent 7794144 commit 5b5ad2e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/pgmp.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22

33
class Pgmp < Pgpm::Package
44
github "dvarrazzo/pgmp", tag_prefix: "rel-"
5+
6+
def build_dependencies
7+
super + %w(gmp-devel)
8+
end
9+
10+
def dependencies
11+
super + %w(gmp)
12+
end
513
end

0 commit comments

Comments
 (0)