diff options
author | 2013-12-09 10:05:06 +0000 | |
---|---|---|
committer | 2013-12-09 10:05:06 +0000 | |
commit | 425e50d3ea2129372361d749195923afaae7066a (patch) | |
tree | 76556af775df11189ac2a523a2e232fa80049f91 /sci-libs/alglib/alglib-3.8.2.ebuild | |
parent | Remove old. (diff) | |
download | historical-425e50d3ea2129372361d749195923afaae7066a.tar.gz historical-425e50d3ea2129372361d749195923afaae7066a.tar.bz2 historical-425e50d3ea2129372361d749195923afaae7066a.zip |
sci-libs/alglib: Seperate test from build
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'sci-libs/alglib/alglib-3.8.2.ebuild')
-rw-r--r-- | sci-libs/alglib/alglib-3.8.2.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sci-libs/alglib/alglib-3.8.2.ebuild b/sci-libs/alglib/alglib-3.8.2.ebuild index 67ebbfe740c2..74f3968808ff 100644 --- a/sci-libs/alglib/alglib-3.8.2.ebuild +++ b/sci-libs/alglib/alglib-3.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/alglib/alglib-3.8.2.ebuild,v 1.1 2013/12/06 10:50:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/alglib/alglib-3.8.2.ebuild,v 1.2 2013/12/09 10:05:05 jlec Exp $ EAPI=5 @@ -13,11 +13,7 @@ SRC_URI="http://www.alglib.net/translator/re/${P}.cpp.tgz" SLOT="0" LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} -" +IUSE="test" S="${WORKDIR}"/cpp/ @@ -25,3 +21,8 @@ src_prepare() { cp "${FILESDIR}"/CMakeLists.txt-${PV} CMakeLists.txt || die cmake-utils_src_prepare } + +src_configure() { + local mycmakeargs=( $(cmake-utils_use_build test) ) + cmake-utils_src_configure +} |