Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2019 05:40:32 +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: r501901 - in head/science: . libvdwxc
Message-ID:  <201905180540.x4I5eWLw054392@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 18 05:40:31 2019
New Revision: 501901
URL: https://svnweb.freebsd.org/changeset/ports/501901

Log:
  New port: science/libvdwxc: Van der Waals density functional (DFT) library

Added:
  head/science/libvdwxc/
  head/science/libvdwxc/Makefile   (contents, props changed)
  head/science/libvdwxc/distinfo   (contents, props changed)
  head/science/libvdwxc/pkg-descr   (contents, props changed)
  head/science/libvdwxc/pkg-plist   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sat May 18 05:30:38 2019	(r501900)
+++ head/science/Makefile	Sat May 18 05:40:31 2019	(r501901)
@@ -132,6 +132,7 @@
     SUBDIR += libssm
     SUBDIR += libsvm
     SUBDIR += libsvm-python
+    SUBDIR += libvdwxc
     SUBDIR += libxc
     SUBDIR += liggghts
     SUBDIR += lm

Added: head/science/libvdwxc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/libvdwxc/Makefile	Sat May 18 05:40:31 2019	(r501901)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	libvdwxc
+DISTVERSION=	0.4.6.20190510
+CATEGORIES=	science
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Van der Waals density functional (DFT) library
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libfftw3.so:math/fftw3
+
+USES=		autoreconf gmake libtool localbase
+GNU_CONFIGURE=	yes
+USE_GITLAB=	yes
+GL_COMMIT=	b1e0dd854310410012d05daf4c6661b49f31b2ab
+CONFIGURE_ARGS=	--disable-static
+USE_LDCONFIG=	yes
+
+post-stage:
+	@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} lib/libvdwxc.so.0.0.0 lib/libvdwxcfort.so.0.0.0
+
+.include <bsd.port.mk>

Added: head/science/libvdwxc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/libvdwxc/distinfo	Sat May 18 05:40:31 2019	(r501901)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1558157006
+SHA256 (libvdwxc-libvdwxc-b1e0dd854310410012d05daf4c6661b49f31b2ab_GL0.tar.gz) = 4d52f51b6fa3ea643a5c24a06038eba71d9ff0f30f87649e7753351673ea1e48
+SIZE (libvdwxc-libvdwxc-b1e0dd854310410012d05daf4c6661b49f31b2ab_GL0.tar.gz) = 7197581

Added: head/science/libvdwxc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/libvdwxc/pkg-descr	Sat May 18 05:40:31 2019	(r501901)
@@ -0,0 +1,7 @@
+libvdwxc is a library of density functionals, which can be linked by density
+functional theory (DFT) codes, to enable the calculation of exchange and
+correlation energies for van der Waals density functionals (vdW-DF). libvdwxc
+evaluates correlation energy and potential using a convolution in Fourier space
+using the method by Roman-Perez and Soler.
+
+WWW: https://libvdwxc.org/

Added: head/science/libvdwxc/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/libvdwxc/pkg-plist	Sat May 18 05:40:31 2019	(r501901)
@@ -0,0 +1,15 @@
+bin/libvdwxc_fdtest
+bin/libvdwxc_info
+bin/libvdwxc_maintest
+bin/libvdwxc_q0test
+bin/libvdwxc_q0test2
+include/vdwxc.h
+include/vdwxc_mpi.h
+include/vdwxcfort.f90
+lib/libvdwxc.so
+lib/libvdwxc.so.0
+lib/libvdwxc.so.0.0.0
+lib/libvdwxcfort.so
+lib/libvdwxcfort.so.0
+lib/libvdwxcfort.so.0.0.0
+libdata/pkgconfig/libvdwxc.pc



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