diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-06 07:07:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-06 07:08:21 +0000 |
commit | 868893c0fe8721e880d89e6a3f2aeaeb53857211 (patch) | |
tree | 596ccd1b0289e58ca75f5aabe9ba1961306aa2a1 | |
parent | 6f4c815234747ec69271e82d66da02ba0f5e1c5d (diff) |
-rw-r--r-- | science/gromacs/Makefile | 5 | ||||
-rw-r--r-- | science/gromacs/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 82709e104eb3..6a48218edb82 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -1,6 +1,5 @@ PORTNAME= gromacs -DISTVERSION= 2022.2 -PORTREVISION= 1 +DISTVERSION= 2022.3 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ @@ -26,6 +25,8 @@ CMAKE_OFF= GMX_USE_RDTSCP \ USE_PYTHON_SCRIPTS CMAKE_ARGS= -DPython3_EXECUTABLE=${PYTHON_CMD} +TEST_TARGET= check + OPTIONS_DEFINE= ATLAS FLOAT LEGACY OPENCL OPENMP SIMD X11 OPTIONS_SINGLE= MP OPTIONS_SINGLE_MP= NOMP MPICH OPENMPI THREAD_MPI diff --git a/science/gromacs/distinfo b/science/gromacs/distinfo index ab6f4ac2c311..145d54f6e790 100644 --- a/science/gromacs/distinfo +++ b/science/gromacs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655481665 -SHA256 (gromacs-2022.2.tar.gz) = 656404f884d2fa2244c97d2a5b92af148d0dbea94ad13004724b3fcbf45e01bf -SIZE (gromacs-2022.2.tar.gz) = 40350604 +TIMESTAMP = 1662435505 +SHA256 (gromacs-2022.3.tar.gz) = 14cfb130ddaf8f759a3af643c04f5a0d0d32b09bc3448b16afa5b617f5e35dae +SIZE (gromacs-2022.3.tar.gz) = 40359623 |