diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-12-27 00:24:47 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-12-27 00:24:47 +0000 |
commit | 5ada0d0b07c53a3ad606a31c18774c2e3608c3fc (patch) | |
tree | 428e2905ae8e47b695f3538c20b8afe3539db921 /science | |
parent | a781a6e13c48cdb077c68680f30716b878435448 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/mpb/Makefile | 54 | ||||
-rw-r--r-- | science/mpb/distinfo | 2 | ||||
-rw-r--r-- | science/mpb/pkg-descr | 14 | ||||
-rw-r--r-- | science/mpb/pkg-plist | 7 |
5 files changed, 0 insertions, 78 deletions
diff --git a/science/Makefile b/science/Makefile index a6b3ea42992e..8c9110948b02 100644 --- a/science/Makefile +++ b/science/Makefile @@ -85,7 +85,6 @@ SUBDIR += metaf2xml SUBDIR += minc2 SUBDIR += mol2ps - SUBDIR += mpb SUBDIR += mpqc SUBDIR += mpqc-mpich SUBDIR += ncs diff --git a/science/mpb/Makefile b/science/mpb/Makefile deleted file mode 100644 index b9853f00d85d..000000000000 --- a/science/mpb/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= mpb -PORTVERSION= 1.4.2 -PORTREVISION= 17 -CATEGORIES= science -MASTER_SITES= http://ab-initio.mit.edu/mpb/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= MIT Photonic-Bands - -LICENSE= GPLv2 - -BROKEN= Fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2014-12-27 - -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= libfftw.so:${PORTSDIR}/math/fftw \ - libhdf5.so:${PORTSDIR}/science/hdf5 \ - libctl.so:${PORTSDIR}/science/libctl \ - libguile.so:${PORTSDIR}/lang/guile - -OPTIONS_DEFINE= ATLAS -ATLAS_DESC= Use math/atlas instead of math/lapack - -USES= fortran -GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MATLAS} -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas -CONFIGURE_ARGS+= --with-lapack=-lalapack -.else -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas \ - liblapack.so:${PORTSDIR}/math/lapack -CONFIGURE_ARGS+= --with-lapack=-llapack -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lhdf5 |-lhdf5 ${PTHREAD_LIBS} |g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} \ - -e '/INSTALL/s/$$(prefix)/$$(DESTDIR)$$(prefix)/' \ - -e '/INSTALL/s/$$(mandir)/$$(DESTDIR)$$(mandir)/' \ - ${WRKSRC}/mpb-ctl/Makefile.in ${WRKSRC}/utils/Makefile.in - -.include <bsd.port.mk> diff --git a/science/mpb/distinfo b/science/mpb/distinfo deleted file mode 100644 index e9830a528602..000000000000 --- a/science/mpb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mpb-1.4.2.tar.gz) = e44c0720a5969a879fb93e48f6098d4d87e2f99d6ef49711d822f4c2249ccd61 -SIZE (mpb-1.4.2.tar.gz) = 686488 diff --git a/science/mpb/pkg-descr b/science/mpb/pkg-descr deleted file mode 100644 index ef08c2cefc87..000000000000 --- a/science/mpb/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -The MIT Photonic-Bands (MPB) package is a free program for computing the band -structures (dispersion relations) and electromagnetic modes of periodic -dielectric structures, on both serial and parallel computers. It was developed -by Steven G. Johnson at MIT in the Joannopoulos Ab Initio Physics group. - -This program computes definite-frequency eigenstates of Maxwell's equations in -periodic dielectric structures for arbitrary wavevectors, using fully-vectorial -and three-dimensional methods. It is especially designed for the study of -photonic crystals (a.k.a. photonic band-gap materials), but is also applicable -to many other problems in optics, such as waveguides and resonator systems. -(For example, it can solve for the modes of waveguides with arbitrary cross- -sections.) - -WWW: http://ab-initio.mit.edu/mpb/ diff --git a/science/mpb/pkg-plist b/science/mpb/pkg-plist deleted file mode 100644 index 96e3f34712d1..000000000000 --- a/science/mpb/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/mpb -bin/mpb-split -bin/mpb-data -man/man1/mpb.1.gz -man/man1/mpb-data.1.gz -man/man1/mpb-split.1.gz -share/libctl/specs/mpb.scm |