public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL/
Date: Wed,  1 May 2024 07:54:24 +0000 (UTC)	[thread overview]
Message-ID: <1714548383.1b18e7f7bc65f02b3663c0eb697b9e6ca7e9d1a6.sam@gentoo> (raw)

commit:     1b18e7f7bc65f02b3663c0eb697b9e6ca7e9d1a6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 07:26:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  1 07:26:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b18e7f7

dev-perl/PDL: add 2.88.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/PDL/Manifest          |   1 +
 dev-perl/PDL/PDL-2.88.0.ebuild | 139 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 140 insertions(+)

diff --git a/dev-perl/PDL/Manifest b/dev-perl/PDL/Manifest
index 64e2a2275716..71f95cdd23ba 100644
--- a/dev-perl/PDL/Manifest
+++ b/dev-perl/PDL/Manifest
@@ -1,2 +1,3 @@
 DIST PDL-2.063.tar.gz 2813482 BLAKE2B eff1737c2d27a51b911f8dd32095bb3016cddf52a93242ddad9fad3e179cd499d84b17ef1fbed4e11bdc759823032636cc32994eea2b8c91c6adda7cb1f15ef9 SHA512 dfb776103fa98da990cc30939e218b392c7c25c8c645230a71c7e881cf5325c97f855fe46e9bc093c7517883f78457f67eee14012fa5b39790b8dfcfa1ec08c9
 DIST PDL-2.087.tar.gz 2980457 BLAKE2B 8a29b78e49bff5f682e460abf452f725b811ec0929bf8419050d62c868b51007a2d234c171b6a4435fa0c0f9e10f41e15dfc7507f9eabac7fc00f0d44a28ea36 SHA512 3c046cff3cba25d14b062041b3abc195a2995473b3e3e97428db0a06d5b9630079f7d9d12288aa1f2f95f9c562ee3079a7f17703abe947fb8bab5f0a5282e609
+DIST PDL-2.088.tar.gz 2988974 BLAKE2B 463a1c92f69e1d6bfdd6089dc0cc9ba77b19523bcc226d08da3586624d6bd30f325fecea82aaddbc18db2ac06aff946f3de6eb572ed801cf2128b41fcf5981e4 SHA512 2f575cc2ea9b3286dd04219e34995dd789cd7b3bf13db229322db466c92f4dc3bf096d1a87891478573ef7bf78957d407883dab203880f52fd359f24cc89cfce

diff --git a/dev-perl/PDL/PDL-2.88.0.ebuild b/dev-perl/PDL/PDL-2.88.0.ebuild
new file mode 100644
index 000000000000..f35cf0bbe9de
--- /dev/null
+++ b/dev-perl/PDL/PDL-2.88.0.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETJ
+DIST_VERSION=2.088
+DIST_EXAMPLES=( "Example/*" )
+
+inherit perl-module toolchain-funcs fortran-2
+
+DESCRIPTION="Perl Data Language for scientific computing"
+
+LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+badval doc gd gsl hdf netpbm pdl2 pgplot test"
+
+RDEPEND="
+	sys-libs/ncurses:=
+	app-arch/sharutils
+	dev-perl/Astro-FITS-Header
+	dev-perl/Convert-UU
+	>=virtual/perl-Data-Dumper-2.121.0
+	>=dev-perl/File-Map-0.570.0
+	>=virtual/perl-Filter-Simple-0.880.0
+	dev-perl/Filter
+	dev-perl/File-Which
+	>=dev-perl/Inline-0.830.0
+	>=dev-perl/Inline-C-0.620.0
+	>=virtual/perl-Scalar-List-Utils-1.330.0
+	virtual/perl-Math-Complex
+	dev-perl/Module-Compile
+	>=dev-perl/OpenGL-0.700.0
+	dev-perl/OpenGL-GLUT
+	>=dev-perl/TermReadKey-2.340.0
+	|| ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu )
+	>=virtual/perl-Data-Dumper-2.121.0
+	dev-perl/Pod-Parser
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	virtual/perl-Filter-Simple
+	virtual/perl-Storable
+	>=virtual/perl-Text-Balanced-2.50.0
+	>=dev-perl/ExtUtils-F77-1.260.0
+	gd? ( media-libs/gd )
+	gsl? ( sci-libs/gsl )
+	hdf? (
+		sci-libs/hdf
+		dev-perl/Alien-HDF4
+	)
+	netpbm? (
+		media-libs/netpbm
+		media-video/ffmpeg
+	)
+	pdl2? (
+		>=dev-perl/Devel-REPL-1.3.11
+		|| ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu )
+	)
+	pgplot? ( dev-perl/PGPLOT )
+"
+DEPEND="
+	${RDEPEND}
+"
+
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-Carp-1.200.0
+	>=dev-perl/Devel-CheckLib-1.10.0
+	>=dev-perl/ExtUtils-Depends-0.402.0
+	>=virtual/perl-ExtUtils-MakeMaker-7.120.0
+	>=virtual/perl-ExtUtils-ParseXS-3.10.0
+	virtual/perl-File-Path
+	>=dev-perl/ExtUtils-F77-1.130.0
+	test? (
+		dev-perl/Test-Exception
+		dev-perl/Test-Warn
+		dev-perl/Test-Deep
+	)
+"
+
+mydoc="BUGS DEPENDENCIES DEVELOPMENT Known_problems MANIFEST* Release_Notes"
+
+PATCHES=(
+	# Respect user choice for fortran compiler+flags, add pic
+	"${FILESDIR}"/${PN}-2.87.0-fortran.patch
+)
+
+pkg_setup() {
+	perl_set_version
+	fortran-2_pkg_setup
+}
+
+src_prepare() {
+	perl-module_src_prepare
+	find . -name Makefile.PL -exec \
+		sed -i -e "s|/usr|${EPREFIX}/usr|g" {} \; || die
+}
+
+src_configure() {
+	sed -i \
+		-e '/USE_POGL/s/=>.*/=> 1,/' \
+		-e "/WITH_3D/s/=>.*/=> 1,/" \
+		-e "/HTML_DOCS/s/=>.*/=> $(use doc && echo 1 || echo 0),/" \
+		-e "/WITH_BADVAL/s/=>.*/=> $(use badval && echo 1|| echo 0),/" \
+		-e "/WITH_DEVEL_REPL/s/=>.*/=> $(use pdl2 && echo 1 || echo 0),/" \
+		-e "/WITH_GSL/s/=>.*/=> $(use gsl && echo 1 || echo 0),/" \
+		-e "/WITH_GD/s/=>.*/=> $(use gd && echo 1 || echo 0),/" \
+		-e "/WITH_HDF/s/=>.*/=> $(use hdf && echo 1 || echo 0),/" \
+		-e "/WITH_PGPLOT/s/=>.*/=> $(use pgplot && echo 1 || echo 0),/" \
+		-e "/WITH_POSIX_THREADS/s/=>.*/=> 1,/" \
+		-e "/WITH_PROJ/s/=>.*/=> $(echo 0),/" \
+		perldl.conf || die
+
+	export FC=$(tc-getF77)
+
+	perl-module_src_configure
+}
+
+src_test() {
+	MAKEOPTS+=" -j1" perl-module_src_test
+}
+
+src_install() {
+	perl-module_src_install
+	cp Doc/scantree.pl "${D}"/${VENDOR_ARCH}/PDL/Doc || die
+}
+
+pkg_postinst() {
+	perl "${VENDOR_ARCH}/PDL/Doc/scantree.pl" || die
+	elog "Building perldl.db done. You can recreate this at any time"
+	elog "by running:"
+	elog "perl ${VENDOR_ARCH}/PDL/Doc/scantree.pl"
+}
+
+pkg_prerm() {
+	rm -rf "${EROOT}"/var/lib/pdl/html
+	rm -f  "${EROOT}"/var/lib/pdl/{pdldoc.db,Index.pod}
+}


             reply	other threads:[~2024-05-01  7:54 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01  7:54 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-14  7:08 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL/ Arthur Zamarin
2024-10-14  4:18 Sam James
2024-05-12  0:12 Sam James
2024-04-30 23:08 Andreas K. Hüttel
2024-03-27  4:52 Sam James
2023-05-03 18:58 Sam James
2023-03-24 11:26 Arthur Zamarin
2023-03-22  9:21 Sam James
2023-03-22  5:27 Sam James
2021-12-08  5:29 Sam James
2021-11-20 10:23 Arthur Zamarin
2021-10-10 23:45 Sam James
2021-07-17 19:18 Andreas K. Hüttel
2021-03-26  9:21 Andreas K. Hüttel
2020-04-26 10:35 David Seifert
2017-06-24  6:21 Kent Fredric
2017-03-17 10:26 Agostino Sarubbo
2017-03-17 10:15 Agostino Sarubbo
2017-03-15 14:14 Michael Weber
2017-03-15 13:00 Michael Weber
2017-02-13 13:18 David Seifert

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=1714548383.1b18e7f7bc65f02b3663c0eb697b9e6ca7e9d1a6.sam@gentoo \
    --to=sam@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