public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/lapacke-reference/
Date: Mon, 30 Nov 2015 18:33:38 +0000 (UTC)	[thread overview]
Message-ID: <1448895239.6cb4cf4e8c6c7b68b0bb94e841fbc619795126d8.jlec@gentoo> (raw)

commit:     6cb4cf4e8c6c7b68b0bb94e841fbc619795126d8
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 14:53:59 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 14:53:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6cb4cf4e

sci-libs/lapacke-reference: Version Bump

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/lapacke-reference/lapacke-reference-3.5.0.ebuild  |  8 ++++----
 ...eference-9999.ebuild => lapacke-reference-3.6.0.ebuild} | 14 +++++++-------
 sci-libs/lapacke-reference/lapacke-reference-9999.ebuild   |  8 ++++----
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/sci-libs/lapacke-reference/lapacke-reference-3.5.0.ebuild b/sci-libs/lapacke-reference/lapacke-reference-3.5.0.ebuild
index c227851..6d43c82 100644
--- a/sci-libs/lapacke-reference/lapacke-reference-3.5.0.ebuild
+++ b/sci-libs/lapacke-reference/lapacke-reference-3.5.0.ebuild
@@ -68,7 +68,7 @@ src_configure() {
 
 	lapack_configure -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF
 	use static-libs && \
-		CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" lapack_configure \
+		BUILD_DIR="${WORKDIR}/${PN}_static" lapack_configure \
 		-DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON
 }
 
@@ -76,11 +76,11 @@ src_compile() {
 	use test && cmake-utils_src_compile -C TESTING/MATGEN
 	cmake-utils_src_compile -C lapacke
 	use static-libs \
-		&& CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_compile -C lapacke
+		&& BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_compile -C lapacke
 }
 
 src_test() {
-	pushd "${CMAKE_BUILD_DIR}/lapacke" > /dev/null || die
+	pushd "${BUILD_DIR}/lapacke" > /dev/null || die
 	local ctestargs
 	[[ -n ${TEST_VERBOSE} ]] && ctestargs="--extra-verbose --output-on-failure"
 	ctest ${ctestargs} || die
@@ -90,7 +90,7 @@ src_test() {
 src_install() {
 	cmake-utils_src_install -C lapacke
 	use static-libs \
-		&& CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_install -C lapacke
+		&& BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_install -C lapacke
 	alternatives_for lapacke reference 0 \
 		/usr/$(get_libdir)/pkgconfig/lapacke.pc reflapacke.pc
 }

diff --git a/sci-libs/lapacke-reference/lapacke-reference-9999.ebuild b/sci-libs/lapacke-reference/lapacke-reference-3.6.0.ebuild
similarity index 82%
copy from sci-libs/lapacke-reference/lapacke-reference-9999.ebuild
copy to sci-libs/lapacke-reference/lapacke-reference-3.6.0.ebuild
index b7da70f..2cefa53 100644
--- a/sci-libs/lapacke-reference/lapacke-reference-9999.ebuild
+++ b/sci-libs/lapacke-reference/lapacke-reference-3.6.0.ebuild
@@ -6,17 +6,17 @@ EAPI=5
 
 FORTRAN_NEEDED=test
 
-inherit alternatives-2 cmake-utils eutils fortran-2 subversion toolchain-funcs
+inherit alternatives-2 cmake-utils eutils fortran-2 toolchain-funcs
 
 MYP=lapack-${PV}
 
 DESCRIPTION="C Interface to LAPACK"
 HOMEPAGE="http://www.netlib.org/lapack/"
-ESVN_REPO_URI="https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk"
+SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test tmg xblas"
 
 RDEPEND="
@@ -68,7 +68,7 @@ src_configure() {
 
 	lapack_configure -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF
 	use static-libs && \
-		CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" lapack_configure \
+		BUILD_DIR="${WORKDIR}/${PN}_static" lapack_configure \
 		-DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON
 }
 
@@ -76,11 +76,11 @@ src_compile() {
 	use test && cmake-utils_src_compile -C TESTING/MATGEN
 	cmake-utils_src_compile -C LAPACKE
 	use static-libs \
-		&& CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_compile -C LAPACKE
+		&& BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_compile -C LAPACKE
 }
 
 src_test() {
-	pushd "${CMAKE_BUILD_DIR}/lapacke" > /dev/null || die
+	pushd "${BUILD_DIR}/LAPACKE" > /dev/null || die
 	local ctestargs
 	[[ -n ${TEST_VERBOSE} ]] && ctestargs="--extra-verbose --output-on-failure"
 	ctest ${ctestargs} || die
@@ -90,7 +90,7 @@ src_test() {
 src_install() {
 	cmake-utils_src_install -C LAPACKE
 	use static-libs \
-		&& CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_install -C LAPACKE
+		&& BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_install -C LAPACKE
 	alternatives_for lapacke reference 0 \
 		/usr/$(get_libdir)/pkgconfig/lapacke.pc reflapacke.pc
 }

diff --git a/sci-libs/lapacke-reference/lapacke-reference-9999.ebuild b/sci-libs/lapacke-reference/lapacke-reference-9999.ebuild
index b7da70f..1012fe7 100644
--- a/sci-libs/lapacke-reference/lapacke-reference-9999.ebuild
+++ b/sci-libs/lapacke-reference/lapacke-reference-9999.ebuild
@@ -68,7 +68,7 @@ src_configure() {
 
 	lapack_configure -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF
 	use static-libs && \
-		CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" lapack_configure \
+		BUILD_DIR="${WORKDIR}/${PN}_static" lapack_configure \
 		-DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON
 }
 
@@ -76,11 +76,11 @@ src_compile() {
 	use test && cmake-utils_src_compile -C TESTING/MATGEN
 	cmake-utils_src_compile -C LAPACKE
 	use static-libs \
-		&& CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_compile -C LAPACKE
+		&& BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_compile -C LAPACKE
 }
 
 src_test() {
-	pushd "${CMAKE_BUILD_DIR}/lapacke" > /dev/null || die
+	pushd "${BUILD_DIR}/lapacke" > /dev/null || die
 	local ctestargs
 	[[ -n ${TEST_VERBOSE} ]] && ctestargs="--extra-verbose --output-on-failure"
 	ctest ${ctestargs} || die
@@ -90,7 +90,7 @@ src_test() {
 src_install() {
 	cmake-utils_src_install -C LAPACKE
 	use static-libs \
-		&& CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_install -C LAPACKE
+		&& BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_install -C LAPACKE
 	alternatives_for lapacke reference 0 \
 		/usr/$(get_libdir)/pkgconfig/lapacke.pc reflapacke.pc
 }


             reply	other threads:[~2015-11-30 18:34 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-30 18:33 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-21 19:47 [gentoo-commits] proj/sci:master commit in: sci-libs/lapacke-reference/ Justin Lecher
2018-06-21 19:47 Justin Lecher
2016-01-06  9:39 Marius Brehler
2015-12-03 10:03 Justin Lecher
2015-12-03  9:55 Justin Lecher
2015-12-03  9:54 Justin Lecher
2015-11-28 18:59 Justin Lecher
2015-11-28 18:08 Justin Lecher
2014-01-28 19:01 Sebastien Fabbro
2014-01-28 19:01 Sebastien Fabbro
2013-05-25  4:40 Sebastien Fabbro
2013-05-25  4:40 Sebastien Fabbro
2012-11-29  0:06 Sebastien Fabbro
2012-10-26 16:53 Sebastien Fabbro
2012-05-22 19:43 Justin Lecher
2012-02-23  9:18 Justin Lecher
2012-02-17 16:26 Sebastien Fabbro
2012-02-16  0:38 Sebastien Fabbro
2011-08-22 19:26 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448895239.6cb4cf4e8c6c7b68b0bb94e841fbc619795126d8.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox