Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2020 19:10:20 +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: r533803 - head/science/lammps
Message-ID:  <202005031910.043JAK9r001497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun May  3 19:10:20 2020
New Revision: 533803
URL: https://svnweb.freebsd.org/changeset/ports/533803

Log:
  science/lammps: Add the science/openkim-models dependency to the KIM option

Modified:
  head/science/lammps/Makefile

Modified: head/science/lammps/Makefile
==============================================================================
--- head/science/lammps/Makefile	Sun May  3 17:58:51 2020	(r533802)
+++ head/science/lammps/Makefile	Sun May  3 19:10:20 2020	(r533803)
@@ -2,7 +2,7 @@
 
 PORTNAME=	lammps
 PORTVERSION=	${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/}
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	science
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -94,6 +94,7 @@ KIM_CMAKE_BOOL=		PKG_KIM
 KIM_CMAKE_ON=		-DDOWNLOAD_KIM:BOOL=OFF
 KIM_LIB_DEPENDS=	libkim-api.so:science/kim-api \
 			libcurl.so:ftp/curl
+KIM_RUN_DEPENDS=	openkim-models>0:science/openkim-models
 
 LATTE_DESC=		latte package based on the liblatte library
 LATTE_CMAKE_BOOL=	PKG_LATTE



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