From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/gmsh/
Date: Fri, 24 Jun 2011 17:09:11 +0000 (UTC) [thread overview]
Message-ID: <754973ff581212ee4076f3876502af5b6b3ddd1e.jlec@gentoo> (raw)
commit: 754973ff581212ee4076f3876502af5b6b3ddd1e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:22:39 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:22:39 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=754973ff
Streamlined fortran-2 eclass usage
(Portage version: 2.2.0_alpha41/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
sci-libs/gmsh/ChangeLog | 4 ++++
sci-libs/gmsh/gmsh-2.5.0.ebuild | 8 +++++++-
sci-libs/gmsh/gmsh-9999.ebuild | 9 +++++----
3 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/sci-libs/gmsh/ChangeLog b/sci-libs/gmsh/ChangeLog
index e86d61d..d60c82f 100644
--- a/sci-libs/gmsh/ChangeLog
+++ b/sci-libs/gmsh/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Jun 2011; Justin Lecher <jlec@gentoo.org> gmsh-2.5.0.ebuild,
+ gmsh-9999.ebuild:
+ Streamlined fortran-2 eclass usage
+
21 Jun 2011; Justin Lecher <jlec@gentoo.org> gmsh-2.5.0.ebuild,
gmsh-9999.ebuild:
Added fortran-2.eclass support
diff --git a/sci-libs/gmsh/gmsh-2.5.0.ebuild b/sci-libs/gmsh/gmsh-2.5.0.ebuild
index 8d95799..349f98d 100644
--- a/sci-libs/gmsh/gmsh-2.5.0.ebuild
+++ b/sci-libs/gmsh/gmsh-2.5.0.ebuild
@@ -15,9 +15,10 @@ LICENSE="GPL-3 free-noncomm"
SLOT="0"
KEYWORDS="~amd64 ~x86"
## cgns is not compiling ATM, maybe fix cgns lib first
-IUSE="blas chaco cgns doc examples jpeg lua med metis mpi netgen opencascade png petsc taucs tetgen zlib X"
+IUSE="blas cgns chaco doc examples jpeg lua med metis mpi netgen opencascade petsc png taucs tetgen X zlib"
RDEPEND="
+ virtual/fortran
X? ( x11-libs/fltk:1 )
blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 )
cgns? ( sci-libs/cgnslib )
@@ -41,8 +42,13 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}-source
+pkg_setup() {
+ fortran-2_pkg_setup
+}
+
src_configure() {
local mycmakeargs=""
+
use blas && \
mycmakeargs="${mycmakeargs}
-DCMAKE_Fortran_COMPILER=$(tc-getF77)"
diff --git a/sci-libs/gmsh/gmsh-9999.ebuild b/sci-libs/gmsh/gmsh-9999.ebuild
index a0d5757..1a35dec 100644
--- a/sci-libs/gmsh/gmsh-9999.ebuild
+++ b/sci-libs/gmsh/gmsh-9999.ebuild
@@ -2,22 +2,23 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=3
inherit cmake-utils flag-o-matic fortran-2 subversion toolchain-funcs
-DESCRIPTION="A three-dimensional finite element mesh generator with built-in pre- and post-processing facilities."
+DESCRIPTION="A three-dimensional finite element mesh generator with built-in pre- and post-processing facilities"
HOMEPAGE="http://www.geuz.org/gmsh/"
ESVN_REPO_URI="https://geuz.org/svn/gmsh/trunk"
ESVN_USER="gmsh"
ESVN_PASSWORD="gmsh"
-LICENSE="GPL-2"
+LICENSE="GPL-3 free-noncomm"
SLOT="0"
KEYWORDS=""
-IUSE="blas chaco cgns doc examples jpeg med metis mpi opencascade png taucs zlib X"
+IUSE="blas cgns chaco doc examples jpeg med metis mpi opencascade png taucs X zlib"
RDEPEND="
+ virtual/fortran
X? ( x11-libs/fltk:1 )
blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 )
cgns? ( sci-libs/cgnslib )
next reply other threads:[~2011-06-24 17:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-24 17:09 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-08-05 6:52 [gentoo-commits] proj/sci:master commit in: sci-libs/gmsh/ Matthias Maier
2019-05-18 15:48 Matthias Maier
2018-10-11 3:36 Matthias Maier
2018-04-24 15:03 Matthias Maier
2017-03-26 8:18 Justin Lecher
2017-03-16 19:35 Justin Lecher
2015-09-21 17:44 Justin Lecher
2014-09-01 19:47 Jauhien Piatlicki
2014-09-01 19:47 Jauhien Piatlicki
2013-02-22 15:48 Justin Lecher
2012-11-12 19:54 Justin Lecher
2012-11-12 19:54 Justin Lecher
2012-02-08 10:48 Kacper Kowalik
2011-06-21 11:54 Justin Lecher
2011-03-27 15:50 Justin Lecher
2011-03-14 10:16 Justin Lecher
2011-03-09 13:19 Oliver Borm
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=754973ff581212ee4076f3876502af5b6b3ddd1e.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