Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2020 22:04:54 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528452 - in head/math: . dune-geometry dune-geometry/files
Message-ID:  <202003142204.02EM4sYa079963@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Mar 14 22:04:54 2020
New Revision: 528452
URL: https://svnweb.freebsd.org/changeset/ports/528452

Log:
  New port: math/dune-geometry: DUNE framework: Geometry transformations, reference elements, etc

Added:
  head/math/dune-geometry/
  head/math/dune-geometry/Makefile   (contents, props changed)
  head/math/dune-geometry/distinfo   (contents, props changed)
  head/math/dune-geometry/files/
  head/math/dune-geometry/files/patch-CMakeLists.txt   (contents, props changed)
  head/math/dune-geometry/pkg-descr   (contents, props changed)
  head/math/dune-geometry/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Mar 14 22:02:17 2020	(r528451)
+++ head/math/Makefile	Sat Mar 14 22:04:54 2020	(r528452)
@@ -214,6 +214,7 @@
     SUBDIR += drgeo
     SUBDIR += dsdp
     SUBDIR += dune-common
+    SUBDIR += dune-geometry
     SUBDIR += e
     SUBDIR += ecos
     SUBDIR += edenmath

Added: head/math/dune-geometry/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-geometry/Makefile	Sat Mar 14 22:04:54 2020	(r528452)
@@ -0,0 +1,40 @@
+# $FreeBSD$
+
+PORTNAME=	dune-geometry
+DISTVERSIONPREFIX=	v
+DISTVERSION=	2.7.0
+CATEGORIES=	math
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	DUNE framework: Geometry transformations, reference elements, etc
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+BUILD_DEPENDS=	openmpi>0:net/openmpi \
+		vc>0:devel/vc
+LIB_DEPENDS=	libdunecommon.so:math/dune-common \
+		libopenblas.so:math/openblas \
+		libtbb.so:devel/tbb
+
+USES=		cmake compiler:c++17-lang fortran pkgconfig python
+USE_GITLAB=	yes
+USE_LDCONFIG=	yes
+
+GL_ACCOUNT=	core
+GL_SITE=	https://gitlab.dune-project.org
+GL_ACCOUNT=	core
+GL_COMMIT=	bcf9e469f3c105d5f497dbf81801e8dbd09cde92
+
+CMAKE_ON=	BUILD_SHARED_LIBS
+
+OPTIONS_DEFINE=	DOCS
+OPTIONS_SUB=	yes
+
+DOCS_CMAKE_BOOL=	FREEBSD_INSTALL_DOCS
+DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen \
+			sphinx-build:textproc/py-sphinx
+
+PORTDOCS=	*
+
+.include <bsd.port.mk>

Added: head/math/dune-geometry/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-geometry/distinfo	Sat Mar 14 22:04:54 2020	(r528452)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1584206597
+SHA256 (core-dune-geometry-bcf9e469f3c105d5f497dbf81801e8dbd09cde92_GL0.tar.gz) = 170fe7d33bb531d55b9459a557cd3ff3a6207661f546081937a2c6587b2313b5
+SIZE (core-dune-geometry-bcf9e469f3c105d5f497dbf81801e8dbd09cde92_GL0.tar.gz) = 723673

Added: head/math/dune-geometry/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-geometry/files/patch-CMakeLists.txt	Sat Mar 14 22:04:54 2020	(r528452)
@@ -0,0 +1,12 @@
+--- CMakeLists.txt.orig	2020-03-14 17:27:33 UTC
++++ CMakeLists.txt
+@@ -21,7 +21,9 @@ include(DuneMacros)
+ dune_project()
+ 
+ add_subdirectory("dune")
++if (FREEBSD_INSTALL_DOCS)
+ add_subdirectory("doc")
++endif()
+ add_subdirectory("lib")
+ 
+ # finalize the dune project, e.g. generating config.h etc.

Added: head/math/dune-geometry/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-geometry/pkg-descr	Sat Mar 14 22:04:54 2020	(r528452)
@@ -0,0 +1,8 @@
+dune-geometry is a module of the DUNE Numerics framework for solving partial
+differential equations (PDEs) with grid-based methods.
+
+dune-geometry includes everything related to the DUNE reference elements. This
+includes the reference elements themselves, mappings on the reference elements
+(geometries), and quadratures.
+
+WWW: https://www.dune-project.org/

Added: head/math/dune-geometry/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-geometry/pkg-plist	Sat Mar 14 22:04:54 2020	(r528452)
@@ -0,0 +1,40 @@
+include/dune/geometry/affinegeometry.hh
+include/dune/geometry/axisalignedcubegeometry.hh
+include/dune/geometry/dimension.hh
+include/dune/geometry/generalvertexorder.hh
+include/dune/geometry/multilineargeometry.hh
+include/dune/geometry/quadraturerules.hh
+include/dune/geometry/quadraturerules/compositequadraturerule.hh
+include/dune/geometry/quadraturerules/gauss_imp.hh
+include/dune/geometry/quadraturerules/gausslobatto_imp.hh
+include/dune/geometry/quadraturerules/jacobi_1_0_imp.hh
+include/dune/geometry/quadraturerules/jacobi_2_0_imp.hh
+include/dune/geometry/quadraturerules/jacobi_n_0.hh
+include/dune/geometry/quadraturerules/pointquadrature.hh
+include/dune/geometry/quadraturerules/simplexquadrature.hh
+include/dune/geometry/quadraturerules/tensorproductquadrature.hh
+include/dune/geometry/referenceelement.hh
+include/dune/geometry/referenceelementimplementation.hh
+include/dune/geometry/referenceelements.hh
+include/dune/geometry/refinement.hh
+include/dune/geometry/refinement/base.cc
+include/dune/geometry/refinement/hcube.cc
+include/dune/geometry/refinement/hcubetriangulation.cc
+include/dune/geometry/refinement/prismtriangulation.cc
+include/dune/geometry/refinement/pyramidtriangulation.cc
+include/dune/geometry/refinement/simplex.cc
+include/dune/geometry/test/checkgeometry.hh
+include/dune/geometry/topologyfactory.hh
+include/dune/geometry/type.hh
+include/dune/geometry/typeindex.hh
+include/dune/geometry/utility/typefromvertexcount.hh
+include/dune/geometry/virtualrefinement.cc
+include/dune/geometry/virtualrefinement.hh
+lib/cmake/dune-geometry/dune-geometry-config-version.cmake
+lib/cmake/dune-geometry/dune-geometry-config.cmake
+lib/cmake/dune-geometry/dune-geometry-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/dune-geometry/dune-geometry-targets.cmake
+lib/dunecontrol/dune-geometry/dune.module
+lib/libdunegeometry.so
+libdata/pkgconfig/dune-geometry.pc
+%%DATADIR%%/config.h.cmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003142204.02EM4sYa079963>