summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-12-14 07:52:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-12-14 07:52:51 +0000
commita85d5777a1c32479757209d12036f0b10e68b8af (patch)
treeb77678d0d9768443af620d634b1afc3caf30eb12 /science
parentsecurity/klee: Do not build on i386, it is unsupported upstream. (diff)
science/lammps: The KIM option isn't broken any more after the latest update of science/kim-api
Notes
Notes: svn path=/head/; revision=558078
Diffstat (limited to 'science')
-rw-r--r--science/lammps/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/science/lammps/Makefile b/science/lammps/Makefile
index 09325b7532d2..e36f3385fddb 100644
--- a/science/lammps/Makefile
+++ b/science/lammps/Makefile
@@ -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= 1
+PORTREVISION= 2
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
@@ -43,7 +43,7 @@ CMAKE_ON+= PKG_USER-UEF PKG_USER-QMMM PKG_USER-YAFF
OPTIONS_DEFINE= EXCEPTIONS JPEG PNG GZIP FFMPEG
OPTIONS_GROUP= PARALLEL PACKAGES
-OPTIONS_DEFAULT= EXCEPTIONS MPI OPENMP JPEG PNG GZIP FFMPEG H5MD KOKKOS LATTE PLUMED VORONOI ${OPTIONS_DEFAULT_${CHOSEN_COMPILER_TYPE}} # KIM is broken
+OPTIONS_DEFAULT= EXCEPTIONS MPI OPENMP JPEG PNG GZIP FFMPEG H5MD KIM KOKKOS LATTE PLUMED VORONOI ${OPTIONS_DEFAULT_${CHOSEN_COMPILER_TYPE}}
OPTIONS_SUB= yes
PARALLEL_DESC= Enable parallelizations:
PACKAGES_DESC= Enable packages:
@@ -82,7 +82,6 @@ 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
-KIM_BROKEN= https://github.com/lammps/lammps/issues/2489
KOKKOS_DESC= kokkos package based on the libkokkos library
KOKKOS_CMAKE_BOOL= PKG_KOKKOS EXTERNAL_KOKKOS