diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:23:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:23:28 +0000 |
commit | 4f55ce5bf0df3f4891ac9ccf1398c448d193cca0 (patch) | |
tree | 1c4d5e26494a5765882bbb992b5d1e7e89698613 /dev-libs/boost | |
parent | arm stable, bug #358791 (diff) | |
download | gentoo-2-4f55ce5bf0df3f4891ac9ccf1398c448d193cca0.tar.gz gentoo-2-4f55ce5bf0df3f4891ac9ccf1398c448d193cca0.tar.bz2 gentoo-2-4f55ce5bf0df3f4891ac9ccf1398c448d193cca0.zip |
Depend on dev-lang/python because virtual/python will go away, bug 358849.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.35.0-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.35.0-r5.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.37.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.39.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.41.0-r3.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.42.0-r1.ebuild | 16 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.42.0-r2.ebuild | 14 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.42.0.ebuild | 16 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.45.0.ebuild | 14 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.46.1.ebuild | 14 |
11 files changed, 59 insertions, 53 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 3889fb72bfce..6f8b4aeaba34 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.217 2011/03/22 16:25:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.218 2011/04/05 05:23:28 ulm Exp $ + + 05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> boost-1.35.0-r2.ebuild, + boost-1.35.0-r5.ebuild, boost-1.37.0-r1.ebuild, boost-1.39.0.ebuild, + boost-1.41.0-r3.ebuild, boost-1.42.0.ebuild, boost-1.42.0-r1.ebuild, + boost-1.42.0-r2.ebuild, boost-1.45.0.ebuild, boost-1.46.1.ebuild: + Depend on dev-lang/python because virtual/python will go away, bug 358849. 22 Mar 2011; Markos Chandras <hwoarang@gentoo.org> boost-1.46.1.ebuild: Add lambda patch back diff --git a/dev-libs/boost/boost-1.35.0-r2.ebuild b/dev-libs/boost/boost-1.35.0-r2.ebuild index 645c77bfe996..83b1de527592 100644 --- a/dev-libs/boost/boost-1.35.0-r2.ebuild +++ b/dev-libs/boost/boost-1.35.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v 1.15 2010/04/25 18:28:14 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v 1.16 2011/04/05 05:23:28 ulm Exp $ inherit python flag-o-matic multilib toolchain-funcs versionator check-reqs @@ -21,7 +21,7 @@ RDEPEND="icu? ( >=dev-libs/icu-3.3 ) expat? ( dev-libs/expat ) mpi? ( || ( sys-cluster/openmpi sys-cluster/mpich2 ) ) sys-libs/zlib - virtual/python" + dev-lang/python" DEPEND="${RDEPEND} =dev-util/boost-build-${PV}-r1" diff --git a/dev-libs/boost/boost-1.35.0-r5.ebuild b/dev-libs/boost/boost-1.35.0-r5.ebuild index bed5d7ea9525..123a19c97abf 100644 --- a/dev-libs/boost/boost-1.35.0-r5.ebuild +++ b/dev-libs/boost/boost-1.35.0-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v 1.16 2010/06/17 14:39:18 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v 1.17 2011/04/05 05:23:28 ulm Exp $ EAPI="2" @@ -24,7 +24,7 @@ RDEPEND="icu? ( >=dev-libs/icu-3.3 ) expat? ( dev-libs/expat ) mpi? ( sys-cluster/openmpi[cxx] ) sys-libs/zlib - python? ( virtual/python ) + python? ( dev-lang/python ) !!<=dev-libs/boost-1.35.0-r2 >=app-admin/eselect-boost-0.3" DEPEND="${RDEPEND} diff --git a/dev-libs/boost/boost-1.37.0-r1.ebuild b/dev-libs/boost/boost-1.37.0-r1.ebuild index bffd92e23a28..932e93cac988 100644 --- a/dev-libs/boost/boost-1.37.0-r1.ebuild +++ b/dev-libs/boost/boost-1.37.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v 1.16 2010/06/17 14:39:18 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v 1.17 2011/04/05 05:23:28 ulm Exp $ EAPI="2" @@ -24,7 +24,7 @@ RDEPEND="icu? ( >=dev-libs/icu-3.3 ) expat? ( dev-libs/expat ) mpi? ( sys-cluster/openmpi[cxx] ) sys-libs/zlib - python? ( virtual/python ) + python? ( dev-lang/python ) !!<=dev-libs/boost-1.35.0-r2 >=app-admin/eselect-boost-0.3" DEPEND="${RDEPEND} diff --git a/dev-libs/boost/boost-1.39.0.ebuild b/dev-libs/boost/boost-1.39.0.ebuild index 6b4451556683..aef488d03a45 100644 --- a/dev-libs/boost/boost-1.39.0.ebuild +++ b/dev-libs/boost/boost-1.39.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.39.0.ebuild,v 1.10 2010/06/17 14:39:18 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.39.0.ebuild,v 1.11 2011/04/05 05:23:28 ulm Exp $ EAPI="2" @@ -24,7 +24,7 @@ RDEPEND="icu? ( >=dev-libs/icu-3.3 ) expat? ( dev-libs/expat ) mpi? ( sys-cluster/openmpi[cxx] ) sys-libs/zlib - python? ( virtual/python ) + python? ( dev-lang/python ) !!<=dev-libs/boost-1.35.0-r2 >=app-admin/eselect-boost-0.3" DEPEND="${RDEPEND} diff --git a/dev-libs/boost/boost-1.41.0-r3.ebuild b/dev-libs/boost/boost-1.41.0-r3.ebuild index 3a76ec4567a7..c5e60f9b45f7 100644 --- a/dev-libs/boost/boost-1.41.0-r3.ebuild +++ b/dev-libs/boost/boost-1.41.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.41.0-r3.ebuild,v 1.12 2010/09/19 17:46:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.41.0-r3.ebuild,v 1.13 2011/04/05 05:23:28 ulm Exp $ EAPI="2" @@ -21,7 +21,7 @@ RDEPEND="icu? ( >=dev-libs/icu-3.3 ) expat? ( dev-libs/expat ) mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) sys-libs/zlib - python? ( virtual/python ) + python? ( dev-lang/python ) !!<=dev-libs/boost-1.35.0-r2 >=app-admin/eselect-boost-0.3" DEPEND="${RDEPEND} diff --git a/dev-libs/boost/boost-1.42.0-r1.ebuild b/dev-libs/boost/boost-1.42.0-r1.ebuild index b6dc173d4e74..12bda20c555a 100644 --- a/dev-libs/boost/boost-1.42.0-r1.ebuild +++ b/dev-libs/boost/boost-1.42.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r1.ebuild,v 1.2 2010/06/17 14:39:18 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r1.ebuild,v 1.3 2011/04/05 05:23:28 ulm Exp $ EAPI="2" @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 RDEPEND="icu? ( >=dev-libs/icu-3.3 ) mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) sys-libs/zlib - python? ( virtual/python ) + python? ( dev-lang/python ) !!<=dev-libs/boost-1.35.0-r2 >=app-admin/eselect-boost-0.3" DEPEND="${RDEPEND} @@ -311,9 +311,9 @@ src_install () { if use mpi ; then if use static-libs ; then MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}.a libboost_mpi-mt-${MAJOR_PV}$(get_libname)" - else + else MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}$(get_libname)" - fi + fi for lib in ${MPI_LIBS} ; do dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die done @@ -322,9 +322,9 @@ src_install () { if use debug ; then if use static-libs ; then THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname) libboost_thread-mt-${MAJOR_PV}-debug.a" - else + else THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname)" - fi + fi for lib in ${THREAD_DEBUG_LIBS} ; do dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die @@ -333,7 +333,7 @@ src_install () { if use mpi ; then if use static-libs ; then MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug.a libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)" - else + else MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)" fi diff --git a/dev-libs/boost/boost-1.42.0-r2.ebuild b/dev-libs/boost/boost-1.42.0-r2.ebuild index 18cb9c7523f7..adb773c3c02e 100644 --- a/dev-libs/boost/boost-1.42.0-r2.ebuild +++ b/dev-libs/boost/boost-1.42.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r2.ebuild,v 1.9 2011/03/13 00:55:29 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r2.ebuild,v 1.10 2011/04/05 05:23:28 ulm Exp $ EAPI="2" @@ -20,7 +20,7 @@ KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fb RDEPEND="icu? ( >=dev-libs/icu-3.3 ) mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) sys-libs/zlib - python? ( virtual/python ) + python? ( dev-lang/python ) !!<=dev-libs/boost-1.35.0-r2 >=app-admin/eselect-boost-0.3" DEPEND="${RDEPEND} @@ -312,9 +312,9 @@ src_install () { if use mpi ; then if use static-libs ; then MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}.a libboost_mpi-mt-${MAJOR_PV}$(get_libname)" - else + else MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}$(get_libname)" - fi + fi for lib in ${MPI_LIBS} ; do dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die done @@ -323,9 +323,9 @@ src_install () { if use debug ; then if use static-libs ; then THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname) libboost_thread-mt-${MAJOR_PV}-debug.a" - else + else THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname)" - fi + fi for lib in ${THREAD_DEBUG_LIBS} ; do dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die @@ -334,7 +334,7 @@ src_install () { if use mpi ; then if use static-libs ; then MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug.a libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)" - else + else MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)" fi diff --git a/dev-libs/boost/boost-1.42.0.ebuild b/dev-libs/boost/boost-1.42.0.ebuild index 4273b64c9028..a85d3a949fe9 100644 --- a/dev-libs/boost/boost-1.42.0.ebuild +++ b/dev-libs/boost/boost-1.42.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0.ebuild,v 1.4 2010/06/17 14:39:18 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0.ebuild,v 1.5 2011/04/05 05:23:28 ulm Exp $ EAPI="2" @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 RDEPEND="icu? ( >=dev-libs/icu-3.3 ) mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) sys-libs/zlib - python? ( virtual/python ) + python? ( dev-lang/python ) !!<=dev-libs/boost-1.35.0-r2 >=app-admin/eselect-boost-0.3" DEPEND="${RDEPEND} @@ -310,9 +310,9 @@ src_install () { if use mpi ; then if use static-libs ; then MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}.a libboost_mpi-mt-${MAJOR_PV}$(get_libname)" - else + else MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}$(get_libname)" - fi + fi for lib in ${MPI_LIBS} ; do dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die done @@ -321,9 +321,9 @@ src_install () { if use debug ; then if use static-libs ; then THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname) libboost_thread-mt-${MAJOR_PV}-debug.a" - else + else THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname)" - fi + fi for lib in ${THREAD_DEBUG_LIBS} ; do dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die @@ -332,7 +332,7 @@ src_install () { if use mpi ; then if use static-libs ; then MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug.a libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)" - else + else MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)" fi diff --git a/dev-libs/boost/boost-1.45.0.ebuild b/dev-libs/boost/boost-1.45.0.ebuild index ea5e2b825dbc..f46b636544af 100644 --- a/dev-libs/boost/boost-1.45.0.ebuild +++ b/dev-libs/boost/boost-1.45.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.45.0.ebuild,v 1.5 2011/01/21 12:04:30 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.45.0.ebuild,v 1.6 2011/04/05 05:23:28 ulm Exp $ EAPI="2" @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 RDEPEND="icu? ( >=dev-libs/icu-3.3 ) mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) sys-libs/zlib - python? ( virtual/python ) + python? ( dev-lang/python ) !!<=dev-libs/boost-1.35.0-r2 >=app-admin/eselect-boost-0.3" DEPEND="${RDEPEND} @@ -306,9 +306,9 @@ src_install () { if use mpi ; then if use static-libs ; then MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}.a libboost_mpi-mt-${MAJOR_PV}$(get_libname)" - else + else MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}$(get_libname)" - fi + fi for lib in ${MPI_LIBS} ; do dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die done @@ -317,9 +317,9 @@ src_install () { if use debug ; then if use static-libs ; then THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname) libboost_thread-mt-${MAJOR_PV}-debug.a" - else + else THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname)" - fi + fi for lib in ${THREAD_DEBUG_LIBS} ; do dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die @@ -328,7 +328,7 @@ src_install () { if use mpi ; then if use static-libs ; then MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug.a libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)" - else + else MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)" fi diff --git a/dev-libs/boost/boost-1.46.1.ebuild b/dev-libs/boost/boost-1.46.1.ebuild index b621b405bf51..53549a9fa394 100644 --- a/dev-libs/boost/boost-1.46.1.ebuild +++ b/dev-libs/boost/boost-1.46.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1.ebuild,v 1.2 2011/03/22 16:25:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1.ebuild,v 1.3 2011/04/05 05:23:28 ulm Exp $ EAPI="2" @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 RDEPEND="icu? ( >=dev-libs/icu-3.3 ) mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) sys-libs/zlib - python? ( virtual/python ) + python? ( dev-lang/python ) !!<=dev-libs/boost-1.35.0-r2 >=app-admin/eselect-boost-0.3" DEPEND="${RDEPEND} @@ -311,9 +311,9 @@ src_install () { if use mpi ; then if use static-libs ; then MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}.a libboost_mpi-mt-${MAJOR_PV}$(get_libname)" - else + else MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}$(get_libname)" - fi + fi for lib in ${MPI_LIBS} ; do dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die done @@ -322,9 +322,9 @@ src_install () { if use debug ; then if use static-libs ; then THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname) libboost_thread-mt-${MAJOR_PV}-debug.a" - else + else THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname)" - fi + fi for lib in ${THREAD_DEBUG_LIBS} ; do dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die @@ -333,7 +333,7 @@ src_install () { if use mpi ; then if use static-libs ; then MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug.a libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)" - else + else MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)" fi |