bug-gsrc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gsrc] /home/b/bjg/notify/gsrc/ r251: added dependency on mpfr and g


From: Brian Gough
Subject: [bug-gsrc] /home/b/bjg/notify/gsrc/ r251: added dependency on mpfr and gmp
Date: Fri, 30 Jul 2010 11:16:33 +0100
User-agent: Bazaar (2.0.0)

------------------------------------------------------------
revno: 251
committer: Brian Gough <address@hidden>
branch nick: gsrc
timestamp: Fri 2010-07-30 11:16:33 +0100
message:
  added dependency on mpfr and gmp
modified:
  deps/mpc/Makefile
=== modified file 'deps/mpc/Makefile'
--- a/deps/mpc/Makefile 2010-06-22 09:04:59 +0000
+++ b/deps/mpc/Makefile 2010-07-30 10:16:33 +0000
@@ -8,7 +8,9 @@
 SIGFILES = $(DISTNAME).tar.gz.asc
 
 # BUILDDEPS = 
-# LIBDEPS = 
+LIBDEPS = gnu/mpfr gnu/gmp
+
+CONFIGURE_OPTS = --with-mpfr=$(prefix) --with-gmp=$(prefix)
 
 HOME_URL = http://www.multiprecision.org/
 DESCRIPTION = multi-precision C library for complex numbers with correct 
rounding.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]