gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1687: move mpc to external dep


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1687: move mpc to external dep
Date: Wed, 23 Jan 2013 23:36:07 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1687
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-23 23:36:07 +0100
message:
  move mpc to external dep
renamed:
  deps/mpc/ => external/mpc/
modified:
  external/mpc/Makefile
=== renamed directory 'deps/mpc' => 'external/mpc'
=== modified file 'external/mpc/Makefile'
--- a/deps/mpc/Makefile 2012-08-25 22:15:17 +0000
+++ b/external/mpc/Makefile     2013-01-23 22:36:07 +0000
@@ -1,18 +1,6 @@
 GARNAME = mpc
 GARVERSION = 0.9
-
-MASTER_SITES = http://www.multiprecision.org/
-MASTER_SUBDIR = mpc/download/
-
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.asc
-
-# BUILDDEPS = 
-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.
-
-include ../../gar.lib/auto.mk
+LIBFILES = mpc
+include ../../gar.lib/external.mk


reply via email to

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