* [gentoo-commits] proj/sci:master commit in: sci-mathematics/freefem++/
@ 2011-06-24 17:09 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 47faec6a7bfeb78a61b8c072ac1dfb7e001a203e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:06:57 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:06:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=47faec6a
Sort inherit and/or USE
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-mathematics/freefem++/freefem++-3.5.ebuild | 2 +-
sci-mathematics/freefem++/freefem++-3.8.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/freefem++/freefem++-3.5.ebuild b/sci-mathematics/freefem++/freefem++-3.5.ebuild
index ae1ab17..fd8d32d 100644
--- a/sci-mathematics/freefem++/freefem++-3.5.ebuild
+++ b/sci-mathematics/freefem++/freefem++-3.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit eutils autotools versionator flag-o-matic mpi
+inherit autotools eutils flag-o-matic mpi versionator
MY_PV=$(replace_version_separator 2 '-')
diff --git a/sci-mathematics/freefem++/freefem++-3.8.ebuild b/sci-mathematics/freefem++/freefem++-3.8.ebuild
index 5103488..0b1eef4 100644
--- a/sci-mathematics/freefem++/freefem++-3.8.ebuild
+++ b/sci-mathematics/freefem++/freefem++-3.8.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit eutils autotools versionator flag-o-matic mpi
+inherit autotools eutils flag-o-matic mpi versionator
MY_PV=$(replace_version_separator 2 '-')
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/freefem++/
@ 2014-11-13 0:15 Christoph Junghans
0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2014-11-13 0:15 UTC (permalink / raw
To: gentoo-commits
commit: 461d86a638596d5f97fae2b47407d89373f5e938
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 15:13:45 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 15:13:45 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=461d86a6
sci-mathematics/freefem++: Bump to EAPI=5
Package-Manager: portage-2.2.14
---
sci-mathematics/freefem++/ChangeLog | 5 ++++-
sci-mathematics/freefem++/freefem++-3.8.ebuild | 30 ++++++++++++--------------
2 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/sci-mathematics/freefem++/ChangeLog b/sci-mathematics/freefem++/ChangeLog
index b246464..3e11bdb 100644
--- a/sci-mathematics/freefem++/ChangeLog
+++ b/sci-mathematics/freefem++/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-mathematics/freefem++
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Nov 2014; Justin Lecher <jlec@gentoo.org> freefem++-3.8.ebuild:
+ Bump to EAPI=5
+
22 Feb 2013; Justin Lecher <jlec@gentoo.org>
-files/freefem++-3.4.2-no-doc-autobuild.patch, -freefem++-3.5.ebuild,
freefem++-3.8.ebuild, metadata.xml:
diff --git a/sci-mathematics/freefem++/freefem++-3.8.ebuild b/sci-mathematics/freefem++/freefem++-3.8.ebuild
index cbf8e70..2262fab 100644
--- a/sci-mathematics/freefem++/freefem++-3.8.ebuild
+++ b/sci-mathematics/freefem++/freefem++-3.8.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
inherit autotools eutils flag-o-matic mpi versionator toolchain-funcs
MY_PV=$(replace_version_separator 2 '-')
@@ -13,7 +15,7 @@ SRC_URI="http://www.freefem.org/ff%2B%2B/ftp/${PN}-${MY_PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="doc examples mpi opengl vim-syntax X"
+IUSE="doc examples mpi opengl X"
RDEPEND="
sci-libs/fftw
@@ -26,7 +28,6 @@ RDEPEND="
media-libs/freeglut
virtual/opengl
)
- vim-syntax? ( app-vim/freefem++-syntax )
X? (
media-fonts/font-misc-misc
x11-libs/libX11
@@ -51,10 +52,7 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${PN}-${MY_PV}"
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
+src_prepare() {
# acoptim.m4 forced -O2 removal
epatch "${FILESDIR}"/${PN}-acoptim.patch
# do not try to do a forced "manual" installation of
@@ -66,7 +64,7 @@ src_unpack() {
eautoreconf
}
-src_compile() {
+src_configure() {
local myconf
if use mpi; then
@@ -84,11 +82,13 @@ src_compile() {
$(use_enable opengl) \
$(use_with X x) \
${myconf}
+}
- emake || die "emake failed"
+src_compile() {
+ default
if use doc; then
- emake documentation || die "emake documentation failed"
+ emake documentation
fi
}
@@ -102,24 +102,22 @@ src_test() {
ewarn "result in a failing emerge."
epause
fi
- emake -j1 check || die "check test failed"
+ emake -j1 check
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc AUTHORS INNOVATION HISTORY* README
+ default
insinto /usr/share/doc/${PF}
if use doc; then
- doins DOC/freefem++doc.pdf || die
+ doins DOC/freefem++doc.pdf
fi
if use examples; then
einfo "Installing examples..."
# Remove compiled examples:
- emake clean || die "emake clean failed"
+ emake clean
einfo "Some of the installed examples assumes that the user has write"
einfo "permissions in the working directory and other will look for"
@@ -129,7 +127,7 @@ src_install() {
einfo "it's better to copy the entire examples++-tutorial folder into"
einfo "the user directory."
- rm -f examples*/Makefile*
+ rm -f examples*/Makefile* || die
doins -r examples*
fi
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/freefem++/
@ 2014-11-15 0:21 Christoph Junghans
0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2014-11-15 0:21 UTC (permalink / raw
To: gentoo-commits
commit: f2e1b1993b8ffc2defc2f7910e564eccfdb7b252
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 15 00:15:13 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Nov 15 00:15:13 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f2e1b199
fixed latex dep
Package-Manager: portage-2.2.8-r2
---
sci-mathematics/freefem++/ChangeLog | 3 +++
sci-mathematics/freefem++/freefem++-3.8.ebuild | 9 ++-------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/sci-mathematics/freefem++/ChangeLog b/sci-mathematics/freefem++/ChangeLog
index 3e11bdb..616b17a 100644
--- a/sci-mathematics/freefem++/ChangeLog
+++ b/sci-mathematics/freefem++/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 15 Nov 2014; Christoph Junghans <ottxor@gentoo.org> freefem++-3.8.ebuild:
+ fixed latex dep
+
12 Nov 2014; Justin Lecher <jlec@gentoo.org> freefem++-3.8.ebuild:
Bump to EAPI=5
diff --git a/sci-mathematics/freefem++/freefem++-3.8.ebuild b/sci-mathematics/freefem++/freefem++-3.8.ebuild
index 2262fab..4163738 100644
--- a/sci-mathematics/freefem++/freefem++-3.8.ebuild
+++ b/sci-mathematics/freefem++/freefem++-3.8.ebuild
@@ -39,13 +39,8 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? (
- || (
- (
- dev-texlive/texlive-latexrecommended
- dev-texlive/texlive-latexextra
- )
- app-text/ptex
- )
+ dev-texlive/texlive-latexrecommended
+ dev-texlive/texlive-latexextra
virtual/latex-base
media-gfx/imagemagick
)"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/freefem++/
@ 2015-02-20 2:02 Christoph Junghans
0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2015-02-20 2:02 UTC (permalink / raw
To: gentoo-commits
commit: fe08749eb57f249a70a5aeda3b938d902a2e8a76
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Feb 19 22:38:04 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Feb 19 22:38:04 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fe08749e
Fix SRC_URI and SLOT operators
Package-Manager: portage-2.2.14
---
sci-mathematics/freefem++/ChangeLog | 5 ++++-
sci-mathematics/freefem++/freefem++-3.8.ebuild | 6 +++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/sci-mathematics/freefem++/ChangeLog b/sci-mathematics/freefem++/ChangeLog
index 616b17a..784ad06 100644
--- a/sci-mathematics/freefem++/ChangeLog
+++ b/sci-mathematics/freefem++/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-mathematics/freefem++
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 19 Feb 2015; Marius Brehler <marbre@linux.sungazer.de> freefem++-3.8.ebuild:
+ Fix SRC_URI and SLOT operators
+
15 Nov 2014; Christoph Junghans <ottxor@gentoo.org> freefem++-3.8.ebuild:
fixed latex dep
diff --git a/sci-mathematics/freefem++/freefem++-3.8.ebuild b/sci-mathematics/freefem++/freefem++-3.8.ebuild
index 4163738..04c8451 100644
--- a/sci-mathematics/freefem++/freefem++-3.8.ebuild
+++ b/sci-mathematics/freefem++/freefem++-3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -10,7 +10,7 @@ MY_PV=$(replace_version_separator 2 '-')
DESCRIPTION="Solve PDEs using FEM on 2d and 3d domains"
HOMEPAGE="http://www.freefem.org/ff++/"
-SRC_URI="http://www.freefem.org/ff%2B%2B/ftp/${PN}-${MY_PV}.tar.gz"
+SRC_URI="http://www.freefem.org/ff++/ftp/old-v3/${PN}-${MY_PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
IUSE="doc examples mpi opengl X"
RDEPEND="
- sci-libs/fftw
+ sci-libs/fftw:3.0
virtual/cblas
virtual/lapack
sci-libs/umfpack
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/freefem++/
@ 2021-12-13 10:23 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-12-13 10:23 UTC (permalink / raw
To: gentoo-commits
commit: 5a8da4ecba9465ea3632578bb4a9c821f81d404b
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 10:22:55 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 10:22:55 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5a8da4ec
sci-mathematics/freefem++: add version 4.10
Closes: https://github.com/gentoo/sci/issues/1127
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/freefem++/freefem++-4.10.ebuild | 99 +++++++++++++++++++++++++
1 file changed, 99 insertions(+)
diff --git a/sci-mathematics/freefem++/freefem++-4.10.ebuild b/sci-mathematics/freefem++/freefem++-4.10.ebuild
new file mode 100644
index 000000000..b1a4c4838
--- /dev/null
+++ b/sci-mathematics/freefem++/freefem++-4.10.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic toolchain-funcs
+
+DESCRIPTION="Solve PDEs using FEM on 2d and 3d domains"
+HOMEPAGE="https://freefem.org/"
+SRC_URI="https://github.com/FreeFem/FreeFem-sources/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/FreeFem-sources-${PV}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples mpi opengl X"
+
+RDEPEND="
+ sci-libs/fftw:3.0
+ virtual/cblas
+ virtual/lapack
+ sci-libs/umfpack
+ sci-libs/arpack
+ sci-libs/hdf5[cxx,mpi?]
+ mpi? ( virtual/mpi )
+ opengl? (
+ media-libs/freeglut
+ virtual/opengl
+ )
+ X? (
+ media-fonts/font-misc-misc
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm
+ x11-libs/libXxf86vm
+ )"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
+
+src_configure() {
+ local myconf
+
+ if use mpi; then
+ myconf="${myconf} --with-mpi=/usr/bin/mpi"
+ else
+ myconf="--without-mpi"
+ fi
+
+ econf \
+ --disable-download \
+ --disable-optim \
+ --enable-generic \
+ --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
+ --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \
+ $(use_enable opengl) \
+ ${myconf}
+}
+
+src_test() {
+ if use mpi; then
+ # This may depend on the used MPI implementation. It is needed
+ # with mpich2, but should not be needed with lam-mpi or mpich
+ # (if the system is configured correctly).
+ ewarn "Please check that your MPI root ring is on before running"
+ ewarn "the test phase. Failing to start it before that phase may"
+ ewarn "result in a failing emerge."
+ epause
+ fi
+ emake -j1 check
+}
+
+src_install() {
+ default
+
+ if use examples; then
+ einfo "Installing examples..."
+
+ # Remove compiled examples:
+ emake clean
+
+ einfo "Some of the installed examples assumes that the user has write"
+ einfo "permissions in the working directory and other will look for"
+ einfo "data files in the working directory. For this reason in order to"
+ einfo "run the examples it's better to temporary copy them somewhere"
+ einfo "in the user folder. For example to run the tutorial examples"
+ einfo "it's better to copy the entire examples++-tutorial folder into"
+ einfo "the user directory."
+
+ rm -f examples*/Makefile* || die
+ doins -r examples*
+ fi
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/freefem++/
@ 2021-12-16 10:57 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-12-16 10:57 UTC (permalink / raw
To: gentoo-commits
commit: 0e98ff35fac9168dbfabd3985401eb3bbf38c22b
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 10:50:13 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 10:50:13 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0e98ff35
sci-mathematics/freefem++: drop UnusedInherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/freefem++/freefem++-4.10.ebuild | 2 +-
sci-mathematics/freefem++/freefem++-4.7.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/freefem++/freefem++-4.10.ebuild b/sci-mathematics/freefem++/freefem++-4.10.ebuild
index b1a4c4838..16dd0b197 100644
--- a/sci-mathematics/freefem++/freefem++-4.10.ebuild
+++ b/sci-mathematics/freefem++/freefem++-4.10.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools flag-o-matic toolchain-funcs
+inherit autotools toolchain-funcs
DESCRIPTION="Solve PDEs using FEM on 2d and 3d domains"
HOMEPAGE="https://freefem.org/"
diff --git a/sci-mathematics/freefem++/freefem++-4.7.1.ebuild b/sci-mathematics/freefem++/freefem++-4.7.1.ebuild
index 2afb7d92f..557f9107c 100644
--- a/sci-mathematics/freefem++/freefem++-4.7.1.ebuild
+++ b/sci-mathematics/freefem++/freefem++-4.7.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools flag-o-matic toolchain-funcs
+inherit autotools toolchain-funcs
MY_PV="$(ver_rs 2 -)"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/freefem++/
@ 2022-01-15 13:22 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-01-15 13:22 UTC (permalink / raw
To: gentoo-commits
commit: 771f91c84628ae57c7948d462ae5dbc51fd8be45
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 13:22:15 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 13:22:15 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=771f91c8
sci-mathematics/freefem++: drop conflicting flag mpi
conflicts with cxx
Closes: https://github.com/gentoo/sci/issues/1126
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/freefem++/freefem++-4.10.ebuild | 4 ++--
sci-mathematics/freefem++/freefem++-4.7.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-mathematics/freefem++/freefem++-4.10.ebuild b/sci-mathematics/freefem++/freefem++-4.10.ebuild
index 16dd0b197..5791c4bf6 100644
--- a/sci-mathematics/freefem++/freefem++-4.10.ebuild
+++ b/sci-mathematics/freefem++/freefem++-4.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,7 @@ RDEPEND="
virtual/lapack
sci-libs/umfpack
sci-libs/arpack
- sci-libs/hdf5[cxx,mpi?]
+ sci-libs/hdf5[cxx]
mpi? ( virtual/mpi )
opengl? (
media-libs/freeglut
diff --git a/sci-mathematics/freefem++/freefem++-4.7.1.ebuild b/sci-mathematics/freefem++/freefem++-4.7.1.ebuild
index 557f9107c..6d55116fd 100644
--- a/sci-mathematics/freefem++/freefem++-4.7.1.ebuild
+++ b/sci-mathematics/freefem++/freefem++-4.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,7 +22,7 @@ RDEPEND="
virtual/lapack
sci-libs/umfpack
sci-libs/arpack
- sci-libs/hdf5[cxx,mpi?]
+ sci-libs/hdf5[cxx]
mpi? ( virtual/mpi )
opengl? (
media-libs/freeglut
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/freefem++/
@ 2022-11-15 11:59 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-11-15 11:59 UTC (permalink / raw
To: gentoo-commits
commit: 7c9fe48febcd024f3d503447401f632dc33654dc
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 11:59:29 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 11:59:29 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c9fe48f
sci-mathematics/freefem++: drop 4.7.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/freefem++/freefem++-4.7.1.ebuild | 102 -----------------------
1 file changed, 102 deletions(-)
diff --git a/sci-mathematics/freefem++/freefem++-4.7.1.ebuild b/sci-mathematics/freefem++/freefem++-4.7.1.ebuild
deleted file mode 100644
index 6d55116fd..000000000
--- a/sci-mathematics/freefem++/freefem++-4.7.1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-MY_PV="$(ver_rs 2 -)"
-
-DESCRIPTION="Solve PDEs using FEM on 2d and 3d domains"
-HOMEPAGE="https://freefem.org/"
-SRC_URI="https://github.com/FreeFem/FreeFem-sources/archive/v4.7-1.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples mpi opengl X"
-
-RDEPEND="
- sci-libs/fftw:3.0
- virtual/cblas
- virtual/lapack
- sci-libs/umfpack
- sci-libs/arpack
- sci-libs/hdf5[cxx]
- mpi? ( virtual/mpi )
- opengl? (
- media-libs/freeglut
- virtual/opengl
- )
- X? (
- media-fonts/font-misc-misc
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm
- x11-libs/libXxf86vm
- )"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/FreeFem-sources-${MY_PV}"
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_configure() {
- local myconf
-
- if use mpi; then
- myconf="${myconf} --with-mpi=/usr/bin/mpi"
- else
- myconf="--without-mpi"
- fi
-
- econf \
- --disable-download \
- --disable-optim \
- --enable-generic \
- --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
- --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \
- $(use_enable opengl) \
- ${myconf}
-}
-
-src_test() {
- if use mpi; then
- # This may depend on the used MPI implementation. It is needed
- # with mpich2, but should not be needed with lam-mpi or mpich
- # (if the system is configured correctly).
- ewarn "Please check that your MPI root ring is on before running"
- ewarn "the test phase. Failing to start it before that phase may"
- ewarn "result in a failing emerge."
- epause
- fi
- emake -j1 check
-}
-
-src_install() {
- default
-
- if use examples; then
- einfo "Installing examples..."
-
- # Remove compiled examples:
- emake clean
-
- einfo "Some of the installed examples assumes that the user has write"
- einfo "permissions in the working directory and other will look for"
- einfo "data files in the working directory. For this reason in order to"
- einfo "run the examples it's better to temporary copy them somewhere"
- einfo "in the user folder. For example to run the tutorial examples"
- einfo "it's better to copy the entire examples++-tutorial folder into"
- einfo "the user directory."
-
- rm -f examples*/Makefile* || die
- doins -r examples*
- fi
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-11-15 12:00 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-15 0:21 [gentoo-commits] proj/sci:master commit in: sci-mathematics/freefem++/ Christoph Junghans
-- strict thread matches above, loose matches on Subject: below --
2022-11-15 11:59 Andrew Ammerlaan
2022-01-15 13:22 Andrew Ammerlaan
2021-12-16 10:57 Andrew Ammerlaan
2021-12-13 10:23 Andrew Ammerlaan
2015-02-20 2:02 Christoph Junghans
2014-11-13 0:15 Christoph Junghans
2011-06-24 17:09 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox