From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lis/
Date: Wed, 7 Sep 2016 21:27:31 +0000 (UTC) [thread overview]
Message-ID: <1473283613.ffba4f55843441d6c068021d1ac59219176eb15a.soap@gentoo> (raw)
commit: ffba4f55843441d6c068021d1ac59219176eb15a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 7 21:23:18 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 21:26:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffba4f55
sci-libs/lis: Remove old
Package-Manager: portage-2.3.0
sci-libs/lis/Manifest | 2 --
sci-libs/lis/lis-1.4.11.ebuild | 51 ------------------------------------------
sci-libs/lis/lis-1.4.23.ebuild | 51 ------------------------------------------
3 files changed, 104 deletions(-)
diff --git a/sci-libs/lis/Manifest b/sci-libs/lis/Manifest
index a59c6f5..846fed1 100644
--- a/sci-libs/lis/Manifest
+++ b/sci-libs/lis/Manifest
@@ -1,3 +1 @@
-DIST lis-1.4.11.tar.gz 2978494 SHA256 08fd7452e184b72d58c7b99985d840e9c75df1f40fa525c7a260b7d37e9bf7dd SHA512 784f6cce01197588e3c835132016d04f39c871baf4e1111ddc06116a490bae3cdbbb133a781bdf52125d3452ba448d9b0dd3420899a34b9c46f5fad2198dd0d4 WHIRLPOOL 79b66354cb81199c9bb76b1d81bb2a38a29f413d37351a507b06c95260c16a2bfca876d271a98dc4c067954ae99e1e68ea07a3011c26e68a50292ee18497b54f
-DIST lis-1.4.23.tar.gz 2977200 SHA256 f915b4e3de1fbddc655e39b2e561f1aca5456b2a0e0cdb30b2c434d4c3c4f965 SHA512 8d720e2b69aaa2a3bef96679ae2c96d640787271a38037fa79ac88c571452a1e2f8f28bcbb78633f3d885d25143fb097bbef007433461fb2e0e511e671d9d481 WHIRLPOOL 5f82c645829ee13b6c164cca5a0f739543420c9eb9c40389d7cb37560713cb2d9afdd0ebccb9a57a8a667130df300fd40015036c06e681d90dfefbaab48f5e6e
DIST lis-1.6.2.tar.gz 3129847 SHA256 c2db6d2717626073a00367ef76e7e0ef861fa509060e4932c3275b1708db60d2 SHA512 369f7cfd7e867df950881bd4e060ae9f8a70a8e13c94406b0a863af7f224260340b1dc6c8ae56dd1194afff93c1031c5901ee083823576f4271443caee381930 WHIRLPOOL b8f2565c22274c00da1e746b12e8ca9c8c6a0953f3eef6dd5dbd3d97f1cd79fc28286e58c1f061396eddc8ddc8b4e656a2fdce76f2a636df756da7e0def150c9
diff --git a/sci-libs/lis/lis-1.4.11.ebuild b/sci-libs/lis/lis-1.4.11.ebuild
deleted file mode 100644
index e3fe46b..00000000
--- a/sci-libs/lis/lis-1.4.11.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-AUTOTOOLS_IN_SOURCE_BUILD=yes
-
-inherit autotools-utils fortran-2
-
-DESCRIPTION="Library of Iterative Solvers for Linear Systems"
-HOMEPAGE="http://www.ssisc.org/lis/index.en.html"
-SRC_URI="http://www.ssisc.org/lis/dl/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc cpu_flags_x86_fma3 cpu_flags_x86_fma4 fortran mpi openmp quad saamg cpu_flags_x86_sse2 static-libs"
-
-RDEPEND="mpi? ( virtual/mpi )"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-autotools.patch )
-
-pkg_setup() {
- if use openmp; then
- [[ $(tc-getCC)$ == *gcc* ]] && ! tc-has-openmp && \
- die "You have openmp enabled but your current gcc does not support it"
- export FORTRAN_NEED_OPENMP=1
- fi
- use fortran && fortran-2_pkg_setup
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable fortran)
- $(use_enable openmp omp)
- $(use_enable quad)
- $(use_enable "cpu_flags_x86_fma$(usex cpu_flags_x86_fma3 3 4)" fma)
- $(use_enable cpu_flags_x86_sse2 sse2)
- $(use_enable saamg)
- $(use_enable mpi)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- use doc && dodoc doc/*.pdf
-}
diff --git a/sci-libs/lis/lis-1.4.23.ebuild b/sci-libs/lis/lis-1.4.23.ebuild
deleted file mode 100644
index 6993dab..00000000
--- a/sci-libs/lis/lis-1.4.23.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-AUTOTOOLS_IN_SOURCE_BUILD=yes
-
-inherit autotools-utils fortran-2
-
-DESCRIPTION="Library of Iterative Solvers for Linear Systems"
-HOMEPAGE="http://www.ssisc.org/lis/index.en.html"
-SRC_URI="http://www.ssisc.org/lis/dl/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc cpu_flags_x86_fma3 cpu_flags_x86_fma4 fortran mpi openmp quad saamg cpu_flags_x86_sse2 static-libs"
-
-RDEPEND="mpi? ( virtual/mpi )"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.4.23-autotools.patch )
-
-pkg_setup() {
- if use openmp; then
- [[ $(tc-getCC)$ == *gcc* ]] && ! tc-has-openmp && \
- die "You have openmp enabled but your current gcc does not support it"
- export FORTRAN_NEED_OPENMP=1
- fi
- use fortran && fortran-2_pkg_setup
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable fortran)
- $(use_enable openmp omp)
- $(use_enable quad)
- $(use_enable "cpu_flags_x86_fma$(usex cpu_flags_x86_fma3 3 4)" fma)
- $(use_enable cpu_flags_x86_sse2 sse2)
- $(use_enable saamg)
- $(use_enable mpi)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- use doc && dodoc doc/*.pdf
-}
next reply other threads:[~2016-09-07 21:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-07 21:27 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-09-09 19:54 [gentoo-commits] repo/gentoo:master commit in: sci-libs/lis/ David Seifert
2019-02-27 4:25 Aaron Bauman
2022-05-14 21:30 David Seifert
2024-03-31 23:37 Sam James
2024-03-31 23:37 Sam James
2024-04-01 5:30 Sam James
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=1473283613.ffba4f55843441d6c068021d1ac59219176eb15a.soap@gentoo \
--to=soap@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