science/lammps: Update 24Mar2022 -> 2Jun2022
This commit is contained in:
parent
b5e2cc92d4
commit
375d9c2d9e
3 changed files with 5 additions and 17 deletions
|
@ -1,6 +1,5 @@
|
|||
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= 3
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -26,7 +25,7 @@ USE_LDCONFIG= yes
|
|||
USE_PYTHON= cython
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= patch_24Mar2022
|
||||
GH_TAGNAME= patch_2Jun2022
|
||||
|
||||
SHEBANG_GLOB= *.sh *.bash
|
||||
SHEBANG_FILES= lib/kokkos/bin/nvcc_wrapper
|
||||
|
@ -34,7 +33,7 @@ SHEBANG_FILES= lib/kokkos/bin/nvcc_wrapper
|
|||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_SOURCE_PATH= ${WRKSRC}/cmake
|
||||
CMAKE_ARGS= -DBLA_VENDOR:STRING="OpenBLAS" ${CMAKE_ARGS_${CHOSEN_COMPILER_TYPE}} \
|
||||
-DFREEBSD_PYTHON_VER=${PYTHON_VER}
|
||||
-DPython_EXECUTABLE=${PYTHON_CMD}
|
||||
CMAKE_ARGS_gcc= -DBUILD_OMP:BOOL=false
|
||||
|
||||
# enable packages (for a complete list see STANDARD_PACKAGES in cmake/CMakeLists.txt)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1648168879
|
||||
SHA256 (lammps-lammps-2022.03.24-patch_24Mar2022_GH0.tar.gz) = d791cc93eedfc345fdf87bfa5b6f7e17e461f86ba197f9e9c3d477ce8657a7ef
|
||||
SIZE (lammps-lammps-2022.03.24-patch_24Mar2022_GH0.tar.gz) = 117161592
|
||||
TIMESTAMP = 1654275316
|
||||
SHA256 (lammps-lammps-2022.06.2-patch_2Jun2022_GH0.tar.gz) = 3e8f54453e53b3b387a68317277f832b8cf64a981e64b21e98bb37ea36ac4a60
|
||||
SIZE (lammps-lammps-2022.06.2-patch_2Jun2022_GH0.tar.gz) = 119242688
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- lib/message/cslib/src/cslib_wrap.h.orig 2020-05-02 07:55:51 UTC
|
||||
+++ lib/message/cslib/src/cslib_wrap.h
|
||||
@@ -16,6 +16,8 @@
|
||||
ifdefs allow this file to be included in a C program
|
||||
*/
|
||||
|
||||
+#include <cstdint>
|
||||
+
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
Loading…
Reference in a new issue