Date: Sat, 18 Nov 2017 05:12:35 +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: r454407 - in head/science: . gdma Message-ID: <201711180512.vAI5CZAe026062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Nov 18 05:12:35 2017 New Revision: 454407 URL: https://svnweb.freebsd.org/changeset/ports/454407 Log: New port: science/gdma: Anthony Stone's Gaussian Distributed Multipole Analysis Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13110 Added: head/science/gdma/ head/science/gdma/Makefile (contents, props changed) head/science/gdma/distinfo (contents, props changed) head/science/gdma/pkg-descr (contents, props changed) head/science/gdma/pkg-plist (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sat Nov 18 03:55:44 2017 (r454406) +++ head/science/Makefile Sat Nov 18 05:12:35 2017 (r454407) @@ -51,6 +51,7 @@ SUBDIR += fvcom-mpi SUBDIR += fvm SUBDIR += gchemutils + SUBDIR += gdma SUBDIR += getdp SUBDIR += ghemical SUBDIR += ghmm Added: head/science/gdma/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/gdma/Makefile Sat Nov 18 05:12:35 2017 (r454407) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= gdma +DISTVERSIONPREFIX= v +DISTVERSION= 2.2.6 +CATEGORIES= science + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Anthony Stone's Gaussian Distributed Multipole Analysis + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:outsource fortran +USE_GITHUB= yes +GH_ACCOUNT= psi4 +USE_LDCONFIG= yes + +CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON \ + -DENABLE_XHOST:BOOL=OFF \ + -DENABLE_OPENMP:BOOL=ON + +.include <bsd.port.mk> Added: head/science/gdma/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/gdma/distinfo Sat Nov 18 05:12:35 2017 (r454407) @@ -0,0 +1,3 @@ +TIMESTAMP = 1510782499 +SHA256 (psi4-gdma-v2.2.6_GH0.tar.gz) = 7744b9626a1ce499f15be9d7d0317f3b3cb126a8451f0067319e1d48a0301b72 +SIZE (psi4-gdma-v2.2.6_GH0.tar.gz) = 106606 Added: head/science/gdma/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/gdma/pkg-descr Sat Nov 18 05:12:35 2017 (r454407) @@ -0,0 +1,6 @@ +GDMA has been in the ab initio quantum chemistry package Psi4. + +It is written by Prof. Anthony J. Stone of Cambridge University +in fortran. + +WWW: https://github.com/psi4/gdma Added: head/science/gdma/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/gdma/pkg-plist Sat Nov 18 05:12:35 2017 (r454407) @@ -0,0 +1,6 @@ +include/GDMA/GDMA_MANGLE.h +lib/libgdma.so +share/cmake/gdma/gdmaConfig.cmake +share/cmake/gdma/gdmaConfigVersion.cmake +share/cmake/gdma/gdmaTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/gdma/gdmaTargets.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711180512.vAI5CZAe026062>