* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xd3d/
@ 2017-01-15 10:13 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-01-15 10:13 UTC (permalink / raw
To: gentoo-commits
commit: a49b55a470c6c62f2adab536ab8c8ffda361c3b3
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Jan 14 17:03:12 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:12:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49b55a4
sci-visualization/xd3d: Removing EAPI 4 ebuild
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3477
sci-visualization/xd3d/xd3d-8.3.1.ebuild | 56 --------------------------------
1 file changed, 56 deletions(-)
diff --git a/sci-visualization/xd3d/xd3d-8.3.1.ebuild b/sci-visualization/xd3d/xd3d-8.3.1.ebuild
deleted file mode 100644
index 124c854..00000000
--- a/sci-visualization/xd3d/xd3d-8.3.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils fortran-2 multilib toolchain-funcs
-
-DESCRIPTION="Scientific visualization tool"
-HOMEPAGE="http://www.cmap.polytechnique.fr/~jouve/xd3d/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-RDEPEND="
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- app-shells/tcsh"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-gentoo.diff \
- "${FILESDIR}"/${P}-parallel.patch \
- "${FILESDIR}"/${P}-rotated.patch \
- "${FILESDIR}"/${P}-cflags.patch
- sed \
- -e 's:"zutil.h":<zlib.h>:g' \
- -i src/qlib/timestuff.c || die
-}
-
-src_configure() {
- tc-export CC
- sed \
- -e "s:##D##:${ED}:" \
- -e "s:##lib##:$(get_libdir):" \
- -i RULES.gentoo \
- || die "failed to set up RULES.gentoo"
- ./configure -arch=gentoo || die "configure failed."
-}
-
-src_install() {
- dodir /usr/bin
- emake install
-
- dodoc BUGS CHANGELOG FAQ FORMATS README
- insinto /usr/share/doc/${PF}
- doins Manuals/*
-
- if use examples; then
- insinto /usr/share/doc/${PF}/
- doins -r Examples
- fi
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xd3d/
@ 2017-11-25 17:42 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-11-25 17:42 UTC (permalink / raw
To: gentoo-commits
commit: 37f4554f0901e78d51b5ec3a9f926170117b39e1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 16:53:41 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 17:41:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f4554f
sci-visualization/xd3d: [QA] Consistent whitespace in metadata.xml
sci-visualization/xd3d/metadata.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/sci-visualization/xd3d/metadata.xml b/sci-visualization/xd3d/metadata.xml
index e741a07744f..3aa6d3eb781 100644
--- a/sci-visualization/xd3d/metadata.xml
+++ b/sci-visualization/xd3d/metadata.xml
@@ -6,11 +6,11 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>
- xd3d is a simple scientific visualization tool designed to be easy to learn.
- It can plot 2d and 3d meshes, with shadowing, contour plots, vector fields,
- iso-contour (3d), as well as 3d surfaces z=f(x,y) defined by an algebraic
- expression or a cloud of points. It generates high quality vector PostScript
- files for scientific publications and still or animated bitmap images.
- It includes the graph plotter xgraphic.
-</longdescription>
+ xd3d is a simple scientific visualization tool designed to be easy to learn.
+ It can plot 2d and 3d meshes, with shadowing, contour plots, vector fields,
+ iso-contour (3d), as well as 3d surfaces z=f(x,y) defined by an algebraic
+ expression or a cloud of points. It generates high quality vector PostScript
+ files for scientific publications and still or animated bitmap images.
+ It includes the graph plotter xgraphic.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xd3d/
@ 2021-02-19 13:02 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-02-19 13:02 UTC (permalink / raw
To: gentoo-commits
commit: 03e838f05102db5710d73d13faea490d1e3d66cb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 13:01:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 13:01:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e838f0
sci-visualization/xd3d: workaround gcc 10 (fortran) failure
Closes: https://bugs.gentoo.org/722426
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-visualization/xd3d/xd3d-8.3.1-r1.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/sci-visualization/xd3d/xd3d-8.3.1-r1.ebuild b/sci-visualization/xd3d/xd3d-8.3.1-r1.ebuild
index b79e8599c1d..d46bcf3fdc4 100644
--- a/sci-visualization/xd3d/xd3d-8.3.1-r1.ebuild
+++ b/sci-visualization/xd3d/xd3d-8.3.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit fortran-2 toolchain-funcs
+inherit fortran-2 flag-o-matic toolchain-funcs
DESCRIPTION="Scientific visualization tool"
HOMEPAGE="http://www.cmap.polytechnique.fr/~jouve/xd3d/"
@@ -40,6 +40,10 @@ src_prepare() {
src_configure() {
tc-export CC
+ # GCC 10 workaround
+ # bug #722426
+ append-fflags $(test-flags-FC -fallow-argument-mismatch)
+
./configure -arch=gentoo || die "configure failed."
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xd3d/
@ 2024-03-12 0:31 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-03-12 0:31 UTC (permalink / raw
To: gentoo-commits
commit: 69b81c0d77f531ac2e867bac731f55d1b79dbca7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 00:30:20 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 00:30:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b81c0d
sci-visualization/xd3d: filter LTO, no-SA
Old codebase with no upstream releases since 2007. Already has a scary Fortran
workaround for GCC 10 too.
Closes: https://bugs.gentoo.org/863368
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-visualization/xd3d/xd3d-8.3.1-r2.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sci-visualization/xd3d/xd3d-8.3.1-r2.ebuild b/sci-visualization/xd3d/xd3d-8.3.1-r2.ebuild
index d6fdeab91c00..bd416d2b14ed 100644
--- a/sci-visualization/xd3d/xd3d-8.3.1-r2.ebuild
+++ b/sci-visualization/xd3d/xd3d-8.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,6 +38,10 @@ src_configure() {
export MY_AR="$(tc-getAR)"
export MY_RANLIB="$(tc-getRANLIB)"
+ # bug #863368
+ append-flags -fno-strict-aliasing
+ filter-lto
+
# GCC 10 workaround
# bug #722426
append-fflags $(test-flags-FC -fallow-argument-mismatch)
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-03-12 0:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 10:13 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xd3d/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2017-11-25 17:42 David Seifert
2021-02-19 13:02 Sam James
2024-03-12 0:31 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox