diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-11 09:58:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-11 09:58:39 +0000 |
commit | f406ee2e0137f353de4b417601c98f2cbda09eb1 (patch) | |
tree | 0d3f8581d15dd755d001c50b223112212d462f01 /science | |
parent | 44f1f8f59aba32a496ae2abf609a0b23f164530d (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/oof/Makefile | 70 | ||||
-rw-r--r-- | science/oof/distinfo | 3 | ||||
-rw-r--r-- | science/oof/pkg-descr | 16 |
4 files changed, 0 insertions, 90 deletions
diff --git a/science/Makefile b/science/Makefile index bd84dd7c2988..029dc3d7ec8d 100644 --- a/science/Makefile +++ b/science/Makefile @@ -92,7 +92,6 @@ SUBDIR += nifticlib SUBDIR += oases SUBDIR += omnetpp - SUBDIR += oof SUBDIR += openbabel SUBDIR += openfoam SUBDIR += ovt diff --git a/science/oof/Makefile b/science/oof/Makefile deleted file mode 100644 index 9e1a127bfe0e..000000000000 --- a/science/oof/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: oof -# Date created: 19 June 2006 -# Whom: Pedro F. Giffuni -# -# $FreeBSD$ -# - -PORTNAME= oof -PORTVERSION= 1.037 -PORTREVISION= 3 -CATEGORIES= science -MASTER_SITES= http://www.ctcms.nist.gov/~langer/OOFdownload/SRC/ -DISTNAME= ${PORTNAME}-dist${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Finite Element Analysis of Real Material Microstructures - -LIB_DEPENDS+= forms.1:${PORTSDIR}/x11-toolkits/xforms -.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) -WITH_ATLAS= yes -.endif -.if defined(WITH_ATLAS) -LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas -BLAS_LIBS= -lf77blas -latlas -.else -LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas -BLAS_LIBS= -lblas -.endif - -USE_FORTRAN= yes -FORTRANLIBDIR= `${DIRNAME} \`${FC} -print-libgcc-file-name\`` -FORTRANLIBDIR2= `${DIRNAME} \`${FC} -print-libgcc-file-name\``/../../../ -FORTRANLIBS= -lgfortranbegin -lgfortran - -CXXFLAGS+= -DDONT_HAVE_STRSTREAM_H -DNEED_FDSTREAM -.ifdef WITH_THERMAL -CXXFLAGS+= -DTHERMAL -.endif -CXXFLAGS+= -Wno-deprecated -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-cxxflags='${CXXFLAGS}' \ - --with-libdirs=-L${LOCALBASE}/lib \ - --with-blas="-L${LOCALBASE}/lib ${BLAS_LIBS} -L/usr/local/lib -L${FORTRANLIBDIR} -L${FORTRANLIBDIR2} ${FORTRANLIBS}" - -ALL_TARGET= all -PLIST_FILES= bin/oof bin/ppm2oof - -.ifndef WITH_THERMAL -ALL_TARGET+= oof2abaqus -PLIST_FILES+= bin/oof2abaqus -.endif - -.include <bsd.port.pre.mk> - -BROKEN= Broken with GCC 4.2 and beyond -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2009-03-22 - -.if ${ARCH}==sparc64 -BROKEN= does not compile on ${ARCH} -.endif - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/XOOF/oof ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/XPPM2OOF/ppm2oof ${PREFIX}/bin -.ifndef WITH_THERMAL - @${INSTALL_PROGRAM} ${WRKSRC}/OOF2ABAQUS/oof2abaqus ${PREFIX}/bin -.endif - -.include <bsd.port.post.mk> diff --git a/science/oof/distinfo b/science/oof/distinfo deleted file mode 100644 index 884cec2d2df5..000000000000 --- a/science/oof/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (oof-dist1.037.tar.gz) = 530012a1de4fc7a5a2df9a583fc942c6 -SHA256 (oof-dist1.037.tar.gz) = 1155c5cc340c744ac6bd99fcbe666fd77f715ff73a8c2f1a86afe5966e40a71b -SIZE (oof-dist1.037.tar.gz) = 879554 diff --git a/science/oof/pkg-descr b/science/oof/pkg-descr deleted file mode 100644 index 7222b8a905ed..000000000000 --- a/science/oof/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Objecto Oriented Finite Element Analysis of Real Material Microstructures -__________________ - -OOF is designed to help materials scientists calculate macroscopic -properties from images of real or simulated microstructures. It is -composed of two cooperating parts: ppm2oof and oof. ppm2oof reads images -in the ppm (Portable Pixel Map) format and assigns material properties to -features in the image. oof conducts virtual experiments on the data -structures created by ppm2oof to determine the macroscopic properties of -the microstructure. Currently, the programs calculate stresses and -strains, but someday we hope to include thermal, electric, and magnetic -field calculations. - -Check the Homepage for online manuals and new versions - -WWW: http://www.ctcms.nist.gov/oof/ |