diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-19 13:33:47 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-02-04 03:43:33 -0500 |
commit | 2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae (patch) | |
tree | 8cf5fd66d4995b72e4636a7df40febee5e80817c /acprep | |
parent | c9730d781c33e5cbece892f78008e379cfabe2e2 (diff) | |
download | fork-ledger-2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae.tar.gz fork-ledger-2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae.tar.bz2 fork-ledger-2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae.zip |
Use Boost.Test instead of CppUnit
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -809,7 +809,6 @@ class PrepareBuild(CommandLineApp): 'ncursesw', '+universal', 'gettext' ,'+universal', 'libedit' ,'+universal', - 'cppunit', '+universal', #'texlive', #'doxygen', #'graphviz', @@ -847,7 +846,6 @@ class PrepareBuild(CommandLineApp): 'gettext', 'cvs', 'libedit-dev', - 'libcppunit-dev', #'texlive-full', #'doxygen', #'graphviz', @@ -871,7 +869,6 @@ class PrepareBuild(CommandLineApp): 'libgmp3-dev', 'libmpfr-dev', 'libedit-dev', - 'libcppunit-dev', #'texlive-full', #'doxygen', #'graphviz', @@ -902,7 +899,6 @@ class PrepareBuild(CommandLineApp): 'gettext-devel', #'mpfr-devel' 'libedit-devel', - 'cppunit-devel', #'texlive-full', #'doxygen', #'graphviz', @@ -975,12 +971,6 @@ class PrepareBuild(CommandLineApp): self.CPPFLAGS.append('-D_GLIBCXX_FULLY_DYNAMIC_STRING=1') if self.current_flavor == 'debug': - if exists('/usr/local/stow/cppunit-%s/include' % self.boost_inc_ident): - self.sys_include_dirs.insert( - 0, '/usr/local/stow/cppunit-%s/include' % self.boost_inc_ident) - self.sys_library_dirs.insert( - 0, '/usr/local/stow/cppunit-%s/lib' % self.boost_inc_ident) - if exists('/usr/local/stow/icu-%s/include' % self.boost_inc_ident): self.sys_include_dirs.insert( 0, '/usr/local/stow/icu-%s/include' % self.boost_inc_ident) |