summaryrefslogtreecommitdiff
path: root/sci-physics/meep
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
commitf1af93971b7490792d8541bc790e0d8c6d787059 (patch)
treea38046712bbc3a3844d77452d16c84e716caa3d4 /sci-physics/meep
parentfc637fb28da700da71ec2064d65ca5a7a31b9c6c (diff)
gentoo resync : 06.08.2019
Diffstat (limited to 'sci-physics/meep')
-rw-r--r--sci-physics/meep/Manifest5
-rw-r--r--sci-physics/meep/files/meep-1.2-no-auto-mpb.patch16
-rw-r--r--sci-physics/meep/files/meep-1.2-pc-no-ldflags.patch12
-rw-r--r--sci-physics/meep/meep-1.3.ebuild58
-rw-r--r--sci-physics/meep/metadata.xml14
5 files changed, 0 insertions, 105 deletions
diff --git a/sci-physics/meep/Manifest b/sci-physics/meep/Manifest
deleted file mode 100644
index c4694fe3022d..000000000000
--- a/sci-physics/meep/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX meep-1.2-no-auto-mpb.patch 652 BLAKE2B d5e2eadafa10bd9b2aa58f0eae3f57f297ef874a1a89b89dd3d0e44910738490d348e5e61ac345088f90a9b6c5dae36c9863a82b2efc4393361366e5c71b2065 SHA512 4a25e919ac828920fb1ad2395acb897e0b9d9123fa55ee3ed33a4c07e79d250602cb496435482710315c077d3d5408d0192d629afd70dca64aedc7a649c7091f
-AUX meep-1.2-pc-no-ldflags.patch 503 BLAKE2B c571fd76c2ad9449245cb6fee07bcef8d815814e486a28e5d8283ce696d0feb0424319020b368cd7ebaa4685f2fec47747516ffed74e31620671bc1e7b73a921 SHA512 2e8602f21814f4edef4b0572180b0b4f41f91a23d7e2576da6a2c62d602e55e9a70b5c7124cb60b7ea4d2f6debd10db3a30aa451d4b6d82eed7a7d9655a26a82
-DIST meep-1.3.tar.gz 740890 BLAKE2B e94fe9709c42ff99f764e34e0db0aa7dc7a8dfa640f539d44e952bf9870686956a8cbf24d3ce0fae95f44c659b5a19075b6377ef2aa68fb51166f09a3e0f7a3b SHA512 4ad8d68f27d9971fe6dd4b8440f78d5b141fe747a80c50da55ecbc56a5beb0c2d31441fb46b54cac3c62d4cb34cb1ce6819c06bd2c54bc35f129ba683dc84aea
-EBUILD meep-1.3.ebuild 1137 BLAKE2B 09c1a9a0c3aa185d11f06e65a523ab03b7dfe7a7725b926d68b46b39f97cee9abd987ff0266a01f85929f41a764da2dd54e056136289374fa061e6fd2a485513 SHA512 c4bfee913eb8d32b0e5f67ffa87a27eff18292dcf3302b29fe1531865e02b564e8c8f43bdc4f4d8d357275238f827d82c4102fc5e68726a9ff67f7ea93ad3da9
-MISC metadata.xml 525 BLAKE2B 3dbcefd51f53261e0adee37fc29279cc1b0bd9df58027ebd50b7373a41fa1af8e9c35d72a3eefad6b0e23b9108c0b5ab2a8ce923a3e1f982d4982c49b46367f1 SHA512 1d6f8f93e9ad60102daeabf5a6017f0f3724b2bfa2ecfca30e6e2069bb624e5067a8743b8839996b3eadc627f431b84b911b2ea4de9a5a97ee30921e158318cd
diff --git a/sci-physics/meep/files/meep-1.2-no-auto-mpb.patch b/sci-physics/meep/files/meep-1.2-no-auto-mpb.patch
deleted file mode 100644
index 8c287f208d65..000000000000
--- a/sci-physics/meep/files/meep-1.2-no-auto-mpb.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nur meep-1.2.orig/configure.ac meep-1.2/configure.ac
---- meep-1.2.orig/configure.ac 2012-08-14 21:52:13.000000000 +0100
-+++ meep-1.2/configure.ac 2012-08-14 22:00:55.000000000 +0100
-@@ -161,8 +161,10 @@
-
- ###########################################################################
- # MPB library
--
--AC_CHECK_HEADER(mpb.h, [have_mpb=maybe], [have_mpb=no])
-+AC_ARG_WITH(mpb, [AC_HELP_STRING([--without-mpb],[do not build with mpb])], ok=$withval, ok=yes)
-+if test "$ok" = "yes"; then
-+ AC_CHECK_HEADER(mpb.h, [have_mpb=maybe], [have_mpb=no])
-+fi
-
- if test $have_mpb = maybe; then
- if test "x$acx_lapack_ok" = x -a "$have_harminv" = xno; then
diff --git a/sci-physics/meep/files/meep-1.2-pc-no-ldflags.patch b/sci-physics/meep/files/meep-1.2-pc-no-ldflags.patch
deleted file mode 100644
index d7b2f72eaffc..000000000000
--- a/sci-physics/meep/files/meep-1.2-pc-no-ldflags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur meep-1.2.orig/configure.ac meep-1.2/configure.ac
---- meep-1.2.orig/configure.ac 2012-08-14 21:52:13.000000000 +0100
-+++ meep-1.2/configure.ac 2012-08-14 21:54:49.000000000 +0100
-@@ -224,7 +224,7 @@
- ##############################################################################
- # Libraries and flags (other than -lmeep) required to link Meep:
-
--MEEPLIBS="$LDFLAGS $LIBS"
-+MEEPLIBS="$LIBS"
- AC_SUBST(MEEPLIBS)
-
- ##############################################################################
diff --git a/sci-physics/meep/meep-1.3.ebuild b/sci-physics/meep/meep-1.3.ebuild
deleted file mode 100644
index 6cc3d1495390..000000000000
--- a/sci-physics/meep/meep-1.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Simulation software to model electromagnetic systems"
-HOMEPAGE="http://ab-initio.mit.edu/meep/"
-SRC_URI="http://ab-initio.mit.edu/meep/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples hdf5 guile mpi"
-
-RDEPEND="
- sci-libs/fftw:3.0=
- sci-libs/gsl:=
- sci-physics/harminv
- guile? ( >=sci-libs/libctl-3.2 )
- hdf5? ( sci-libs/hdf5:= )
- mpi? ( virtual/mpi )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.2-pc-no-ldflags.patch
- "${FILESDIR}"/${PN}-1.2-no-auto-mpb.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with mpi) \
- $(use_with hdf5) \
- $(use_with guile libctl)
-}
-
-src_test() {
- # pml test buggy with optimization on
- # http://thread.gmane.org/gmane.comp.science.electromagnetism.meep.general/4579
- emake -C tests pml CXXFLAGS="-O0"
- emake check
-}
-
-src_install() {
- default
-
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/sci-physics/meep/metadata.xml b/sci-physics/meep/metadata.xml
deleted file mode 100644
index a6fba91cb5cc..000000000000
--- a/sci-physics/meep/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>sci-physics@gentoo.org</email>
- <name>Gentoo Physics Project</name>
-</maintainer>
-<longdescription lang="en">
- The MIT Electromagnetic Equation Propagation (MEEP) is a
- finite-difference time-domain (FDTD) simulation software package
- developed at MIT to model electromagnetic systems, along with the MPB
- eigenmode package.
-</longdescription>
-</pkgmetadata>