gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1666: move boost to external dep


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1666: move boost to external dep
Date: Wed, 23 Jan 2013 21:43:14 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1666
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-23 21:43:14 +0100
message:
  move boost to external dep
renamed:
  deps/boost/ => external/boost/
modified:
  external/boost/Makefile
=== renamed directory 'deps/boost' => 'external/boost'
=== modified file 'external/boost/Makefile'
--- a/deps/boost/Makefile       2013-01-06 13:40:01 +0000
+++ b/external/boost/Makefile   2013-01-23 20:43:14 +0000
@@ -1,40 +1,6 @@
 GARNAME = boost
-GARVERSION = 1.52.0
-
-MASTER_SITES = $(MASTER_SOURCEFORGE)
-MASTER_SUBDIR = $(GARNAME)/files/$(GARNAME)/$(GARVERSION)/
-DISTNAME = $(GARNAME)_$(subst .,_,$(GARVERSION))
-DISTFILES = $(DISTNAME).tar.gz
-
-CONFIGURE_SCRIPTS = none
-BUILD_SCRIPTS = none
-INSTALL_SCRIPTS = none
-
-bootstrapflags = \
-       --with-toolset=gcc \
-       --with-python-root=$(prefix) \
-       --without-libraries=python
-
-b2flags = \
-       threading=multi \
-       --prefix=$(packageprefix) \
-       --layout=system \
-       $(MAKE_ARGS_PARALLEL)
-
+GARVERSION = 1
 HOME_URL = http://www.boost.org
 DESCRIPTION = Boost provides free peer-reviewed portable C++ source libraries.
-
-include ../../gar.mk
-
-
-configure-none:
-       @cd $(WORKSRC) && ./bootstrap.sh $(bootstrapflags)
-       $(MAKECOOKIE)
-
-build-none:
-       @cd $(WORKSRC) && ./b2 $(b2flags)
-       $(MAKECOOKIE)
-
-install-none:
-       @cd $(WORKSRC) && ./b2 $(b2flags) install
-       $(MAKECOOKIE)
+LIBFILES = boost_system
+include ../../gar.lib/external.mk


reply via email to

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