Commit 2ce3c8ee authored by satmandu's avatar satmandu Committed by GitHub

add deps (#5683)

parent 37132301
......@@ -22,7 +22,8 @@ class Mpc < Package
x86_64: '57276bec912dabfed4d65d5edb3e18788c168056727057ee0c91aa8484eebdba'
})
depends_on 'mpfr' => :build
depends_on 'gmp' # R
depends_on 'mpfr' # R
def self.build
system "./configure \
......
......@@ -23,6 +23,8 @@ class Mpfr < Package
})
depends_on 'autoconf_archive' => :build
depends_on 'hashpipe' => :build
depends_on 'gmp' # R
def self.patch
puts 'Applying current rolling patchset. See https://www.mpfr.org/mpfr-current/#bugs'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment