From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gmsh/
Date: Sun, 24 Mar 2024 21:34:12 +0000 (UTC) [thread overview]
Message-ID: <1711316032.8b8ba7f1e16e0d6b4811e8ced708041bcc9a4208.asturm@gentoo> (raw)
commit: 8b8ba7f1e16e0d6b4811e8ced708041bcc9a4208
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 20:58:44 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 21:33:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8ba7f1
sci-libs/gmsh: drop 4.9.5-r3, 4.10.3-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-libs/gmsh/Manifest | 2 -
sci-libs/gmsh/gmsh-4.10.3-r1.ebuild | 117 ------------------------------------
sci-libs/gmsh/gmsh-4.9.5-r3.ebuild | 81 -------------------------
3 files changed, 200 deletions(-)
diff --git a/sci-libs/gmsh/Manifest b/sci-libs/gmsh/Manifest
index e46c8c64722c..4fffd0a60ba7 100644
--- a/sci-libs/gmsh/Manifest
+++ b/sci-libs/gmsh/Manifest
@@ -1,3 +1 @@
-DIST gmsh-4.9.5-source.tgz 14921704 BLAKE2B e805bd786154bf6ce8bebb2d2c38204a88d06a251c45fbe6dd37641a15e02291993c244f26a01faad2a6445a4852274e5481d4236b7a3d9b7ee65fc863f1b880 SHA512 4da61bdf03fb9466af80ac790e83c8888bab755c78d860d601474d7ebca220ac51cba620db310165021412dbecc1cf187ccdff47b8a78e0579339bb72cfa6484
-DIST gmsh-4.10.3-source.tgz 14994941 BLAKE2B b9229f81fc8daabdb3b3db3acd50a0a0e602fec1423bc67a0033a02217c908910eeb1f9bd1cbc57fe2d24b566f256b969fe92e9e9ceefe4cd5af34dd07cf1a9e SHA512 863c5a7fe13095afad37b4450855b2079d034222b5a595fc25b2b0d840d8ef63ceafbbf56ea642b3c3e9277faabe08a2cc19a7a3126a8e12e9d4117243244653
DIST gmsh-4.11.1-source.tgz 17985611 BLAKE2B 087664cfbfec758eaa3740a65920ccf673dbcc97a1ef8010222da64b8c586334ed1a77904e94061bdf34e714aae34311ee4f6fb38740473046f99ad6c1e0984c SHA512 8f2a71d6db80dd6bacde6dc1ccd120c7f83609dd69a84a910455a21a43b7392cd7e0e7b4d37aaa6a1b1cbfdb816646cd4828d2ac6d784edba072167280432e4c
diff --git a/sci-libs/gmsh/gmsh-4.10.3-r1.ebuild b/sci-libs/gmsh/gmsh-4.10.3-r1.ebuild
deleted file mode 100644
index 83ebb5ce37b9..000000000000
--- a/sci-libs/gmsh/gmsh-4.10.3-r1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit cmake fortran-2 python-any-r1 toolchain-funcs
-
-DESCRIPTION="Three-dimensional finite element mesh generator"
-HOMEPAGE="https://gmsh.info https://gitlab.onelab.info/gmsh/gmsh"
-SRC_URI="https://gmsh.info/src/${P}-source.tgz"
-S="${WORKDIR}/${P}-source"
-
-LICENSE="
- GPL-2+ free-noncomm
- alglib? ( MIT )
- gmm? ( LGPL-2.1+ )
- metis? ( Apache-2.0 )
- netgen? ( LGPL-2.1+ )
- voro? ( BSD )
-"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-## cgns is not compiling ATM, maybe fix cgns lib first
-IUSE="+alglib +blas cgns eigen examples +gmm jpeg med metis mpi mumps netgen opencascade petsc pdf png python shared slepc X voro zlib"
-
-REQUIRED_USE="
- ^^ ( blas eigen )
- mumps? ( blas )
- slepc? ( petsc )
- "
-
-RDEPEND="
- virtual/fortran
- X? ( x11-libs/fltk:1[xft] )
- alglib? ( sci-libs/alglib )
- blas? (
- virtual/blas
- virtual/lapack
- sci-libs/fftw:3.0
- )
- cgns? (
- sci-libs/cgnslib
- sci-libs/hdf5[mpi=]
- )
- eigen? ( dev-cpp/eigen )
- gmm? ( sci-mathematics/gmm )
- jpeg? ( media-libs/libjpeg-turbo )
- med? (
- sci-libs/med[mpi=]
- sci-libs/hdf5[mpi=]
- )
- metis? ( <sci-libs/metis-5.2.0 )
- mpi? ( virtual/mpi[cxx] )
- mumps? ( sci-libs/mumps[mpi=] )
- opencascade? ( sci-libs/opencascade:* )
- pdf? ( app-text/poppler:= )
- png? ( media-libs/libpng:0 )
- petsc? ( sci-mathematics/petsc[mpi=] )
- slepc? ( sci-mathematics/slepc[mpi=] )
- voro? ( sci-libs/voro++ )
- zlib? ( sys-libs/zlib )
- "
-
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- virtual/pkgconfig
- python? ( dev-lang/swig:0 )
- "
-
-PATCHES=( "${FILESDIR}"/${PN}-4.9.5-opencascade.patch )
-
-pkg_setup() {
- fortran-2_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=( )
-
- use blas && \
- mycmakeargs+=(-DCMAKE_Fortran_COMPILER=$(tc-getF77))
-
- mycmakeargs+=(
- -DENABLE_ALGLIB="$(usex alglib)"
- -DENABLE_BLAS_LAPACK="$(usex blas)"
- -DENABLE_BUILD_DYNAMIC="$(usex shared)"
- -DENABLE_CGNS="$(usex cgns)"
- -DENABLE_EIGEN="$(usex eigen)"
- -DENABLE_FLTK="$(usex X)"
- -DENABLE_GMM="$(usex gmm)"
- -DENABLE_GRAPHICS="$(usex X)"
- -DENABLE_MED="$(usex med)"
- -DENABLE_MPI="$(usex mpi)"
- -DENABLE_METIS="$(usex metis)"
- -DENABLE_MUMPS="$(usex mumps)"
- -DENABLE_NETGEN="$(usex netgen)"
- -DENABLE_OCC="$(usex opencascade)"
- -DENABLE_PETSC="$(usex petsc)"
- -DENABLE_POPPLER="$(usex pdf)"
- -DENABLE_SLEPC="$(usex slepc)"
- -DENABLE_PRIVATE_API="$(usex shared)"
- -DENABLE_SYSTEM_CONTRIB="YES"
- -DENABLE_VOROPP="$(usex voro)"
- -DENABLE_WRAP_PYTHON="$(usex python)")
-
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
-
- if use examples ; then
- dodoc -r examples tutorials
- docompress -x /usr/share/doc/${PF}/{examples,tutorials}
- fi
-}
diff --git a/sci-libs/gmsh/gmsh-4.9.5-r3.ebuild b/sci-libs/gmsh/gmsh-4.9.5-r3.ebuild
deleted file mode 100644
index 1b6a01dc2b79..000000000000
--- a/sci-libs/gmsh/gmsh-4.9.5-r3.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit cmake fortran-2 python-any-r1 toolchain-funcs
-
-DESCRIPTION="Three-dimensional finite element mesh generator"
-HOMEPAGE="https://gmsh.info/ https://gitlab.onelab.info/gmsh/gmsh"
-SRC_URI="https://gmsh.info/src/${P}-source.tgz"
-S="${WORKDIR}/${P}-source"
-
-LICENSE="GPL-3 free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-## cgns is not compiling ATM, maybe fix cgns lib first
-IUSE="blas cgns examples jpeg med metis mpi netgen opencascade petsc png python shared X zlib"
-
-REQUIRED_USE="med? ( mpi )"
-
-RDEPEND="
- virtual/fortran
- X? ( x11-libs/fltk:1[xft] )
- blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 )
- cgns? ( sci-libs/cgnslib )
- jpeg? ( media-libs/libjpeg-turbo )
- med? ( sci-libs/med[mpi] )
- metis? ( <sci-libs/metis-5.2.0 )
- opencascade? ( sci-libs/opencascade:* )
- png? ( media-libs/libpng:0 )
- petsc? ( sci-mathematics/petsc[mpi=] )
- zlib? ( sys-libs/zlib )
- mpi? ( virtual/mpi[cxx] )
- "
-
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- virtual/pkgconfig
- python? ( dev-lang/swig:0 )
- "
-
-PATCHES=( "${FILESDIR}"/${P}-opencascade.patch )
-
-pkg_setup() {
- fortran-2_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=( )
-
- use blas && \
- mycmakeargs+=(-DCMAKE_Fortran_COMPILER=$(tc-getF77))
-
- mycmakeargs+=(
- -DENABLE_BLAS_LAPACK="$(usex blas)"
- -DENABLE_BUILD_DYNAMIC="$(usex shared)"
- -DENABLE_CGNS="$(usex cgns)"
- -DENABLE_FLTK="$(usex X)"
- -DENABLE_GRAPHICS="$(usex X)"
- -DENABLE_MED="$(usex med)"
- -DENABLE_MPI="$(usex mpi)"
- -DENABLE_METIS="$(usex metis)"
- -DENABLE_NETGEN="$(usex netgen)"
- -DENABLE_OCC="$(usex opencascade)"
- -DENABLE_PETSC="$(usex petsc)"
- -DENABLE_PRIVATE_API="$(usex shared)"
- -DENABLE_WRAP_PYTHON="$(usex python)")
-
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
-
- if use examples ; then
- dodoc -r examples tutorials
- docompress -x /usr/share/doc/${PF}/{examples,tutorials}
- fi
-}
next reply other threads:[~2024-03-24 21:34 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-24 21:34 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 23:03 [gentoo-commits] repo/gentoo:master commit in: sci-libs/gmsh/ Sam James
2024-12-26 17:50 Ionen Wolkens
2024-07-03 22:43 Matthias Maier
2024-04-23 20:37 Sam James
2024-03-26 12:31 Sam James
2024-03-15 1:48 Sam James
2023-05-01 13:44 Andrew Ammerlaan
2022-08-26 10:46 Sam James
2022-06-13 12:38 Andrew Ammerlaan
2022-06-13 12:38 Andrew Ammerlaan
2022-06-06 5:49 Matthias Maier
2022-06-06 5:49 Matthias Maier
2022-06-06 5:49 Matthias Maier
2022-06-06 5:49 Matthias Maier
2022-03-26 9:59 Andrew Ammerlaan
2022-03-11 16:05 Matthias Maier
2022-03-11 16:01 Matthias Maier
2022-02-13 21:08 Conrad Kostecki
2022-01-03 21:37 Matthias Maier
2021-09-19 16:48 Andreas K. Hüttel
2021-06-20 4:06 Matthias Maier
2021-04-09 18:26 Matthias Maier
2020-12-20 14:53 Marek Szuba
2020-09-11 14:54 Matthias Maier
2020-09-11 14:52 Matthias Maier
2020-09-11 14:52 Matthias Maier
2019-09-03 22:35 Matthias Maier
2019-08-05 6:52 Matthias Maier
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=1711316032.8b8ba7f1e16e0d6b4811e8ced708041bcc9a4208.asturm@gentoo \
--to=asturm@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