diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2012-07-07 15:15:56 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2012-07-07 15:15:56 +0000 |
commit | fad6a6b2b812de0c4943215de953247ad6fe8ab1 (patch) | |
tree | 3ccdd9adf1c20516e780ebee052a7f0ad923fcab /science/fvm | |
parent | 08fd80756a42e8d19097dac00edd7b26ac226237 (diff) | |
download | ports-fad6a6b2b812de0c4943215de953247ad6fe8ab1.tar.gz ports-fad6a6b2b812de0c4943215de953247ad6fe8ab1.zip |
Notes
Diffstat (limited to 'science/fvm')
-rw-r--r-- | science/fvm/Makefile | 15 | ||||
-rw-r--r-- | science/fvm/distinfo | 4 | ||||
-rw-r--r-- | science/fvm/files/patch-tests_Makefile.in | 11 | ||||
-rw-r--r-- | science/fvm/pkg-plist | 3 |
4 files changed, 25 insertions, 8 deletions
diff --git a/science/fvm/Makefile b/science/fvm/Makefile index a4467f21515e..09a4690eb1f2 100644 --- a/science/fvm/Makefile +++ b/science/fvm/Makefile @@ -6,23 +6,24 @@ # PORTNAME= fvm -PORTVERSION= 0.12.0 -PORTREVISION= 5 +PORTVERSION= 0.15.3 CATEGORIES= science parallel -MASTER_SITES= http://rd.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/ +MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Code_Saturne Finite Volume Mesh -LIB_DEPENDS= med.2:${PORTSDIR}/french/med \ +LICENSE= LGPL21 + +LIB_DEPENDS= med.4:${PORTSDIR}/french/med \ bft.1:${PORTSDIR}/science/bft \ hdf5.7:${PORTSDIR}/science/hdf5-18 \ - cgns.0:${PORTSDIR}/science/cgnslib + cgns.3:${PORTSDIR}/science/cgnslib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_ZIP= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bft=${LOCALBASE} \ @@ -49,6 +50,8 @@ CONFIGURE_ARGS+= --with-mpi=${LOCALBASE} CONFIGURE_ARGS+= --enable-debug .endif +MAN1= fvm-config.1 + TESTSBIN= fvm_file_test fvm_interface_test fvm_selector_postfix_test fvm_selector_test pre-configure: diff --git a/science/fvm/distinfo b/science/fvm/distinfo index b030387370dc..cd7561038680 100644 --- a/science/fvm/distinfo +++ b/science/fvm/distinfo @@ -1,2 +1,2 @@ -SHA256 (fvm-0120.tgz) = 92bd5210ce59684d71d75ae0a4f08fae947a03195f9dfe2617ed97535ccbdd2f -SIZE (fvm-0120.tgz) = 721797 +SHA256 (fvm-0153.zip) = 7d367301126284f58556960811ed7c1c59e62ac7a1cfcd29e6551a560c3f4585 +SIZE (fvm-0153.zip) = 832286 diff --git a/science/fvm/files/patch-tests_Makefile.in b/science/fvm/files/patch-tests_Makefile.in new file mode 100644 index 000000000000..00360f3a5962 --- /dev/null +++ b/science/fvm/files/patch-tests_Makefile.in @@ -0,0 +1,11 @@ +--- tests/Makefile.in.orig 2011-07-11 11:17:01.000000000 +0200 ++++ tests/Makefile.in 2012-04-07 16:46:12.000000000 +0200 +@@ -300,7 +300,7 @@ + @HAVE_MPI_TRUE@fvm_coupling_test_LDADD = $(top_builddir)/src/libfvm_coupl.la \ + @HAVE_MPI_TRUE@ @BFT_LIBS@ @MPI_LIBS@ + +-all: all-am ++all: $(check_PROGRAMS) + + .SUFFIXES: + .SUFFIXES: .c .lo .o .obj diff --git a/science/fvm/pkg-plist b/science/fvm/pkg-plist index 9c61ab23d00c..ab1e7839fb9e 100644 --- a/science/fvm/pkg-plist +++ b/science/fvm/pkg-plist @@ -9,6 +9,7 @@ include/fvm_group.h include/fvm_interface.h include/fvm_io_num.h include/fvm_locator.h +include/fvm_neighborhood.h include/fvm_nodal.h include/fvm_nodal_append.h include/fvm_nodal_extract.h @@ -21,7 +22,9 @@ include/fvm_order.h include/fvm_parall.h include/fvm_part_to_block.h include/fvm_periodicity.h +include/fvm_point_location.h include/fvm_selector.h +include/fvm_trace.h include/fvm_triangulate.h include/fvm_writer.h lib/libfvm.a |