git: 06626dee1793 - main - science/py-arbor: update 0.9.0 → 0.10.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Aug 2024 00:52:36 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=06626dee1793af4e222bcf5873c2d15b454b5ec8 commit 06626dee1793af4e222bcf5873c2d15b454b5ec8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-08-25 23:43:24 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-26 00:52:24 +0000 science/py-arbor: update 0.9.0 → 0.10.0 Reported by: portscout --- science/py-arbor/Makefile | 2 +- science/py-arbor/distinfo | 6 +++--- science/py-arbor/files/patch-CMakeLists.txt | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/science/py-arbor/Makefile b/science/py-arbor/Makefile index b6e559395a89..c08858163c7c 100644 --- a/science/py-arbor/Makefile +++ b/science/py-arbor/Makefile @@ -1,6 +1,6 @@ PORTNAME= arbor DISTVERSIONPREFIX= v -DISTVERSION= 0.9.0 +DISTVERSION= 0.10.0 CATEGORIES= science PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-arbor/distinfo b/science/py-arbor/distinfo index 249aad786e70..5171a1ab39a6 100644 --- a/science/py-arbor/distinfo +++ b/science/py-arbor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691740349 -SHA256 (arbor-sim-arbor-v0.9.0_GH0.tar.gz) = 920c7926453379d367c6c8bb01ff867c03e44e8a7a6a5655d5eaa3d692618ca1 -SIZE (arbor-sim-arbor-v0.9.0_GH0.tar.gz) = 10164524 +TIMESTAMP = 1724615376 +SHA256 (arbor-sim-arbor-v0.10.0_GH0.tar.gz) = b1975da5dc89f830ef2148d57d98c44679cec6be009b34df48a4d8e0f6aa0abe +SIZE (arbor-sim-arbor-v0.10.0_GH0.tar.gz) = 10159008 diff --git a/science/py-arbor/files/patch-CMakeLists.txt b/science/py-arbor/files/patch-CMakeLists.txt index 988f55467741..b8d189dbb2b4 100644 --- a/science/py-arbor/files/patch-CMakeLists.txt +++ b/science/py-arbor/files/patch-CMakeLists.txt @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2023-08-10 09:47:38 UTC +--- CMakeLists.txt.orig 2024-08-09 10:22:00 UTC +++ CMakeLists.txt @@ -1,3 +1,7 @@ +cmake_minimum_required(VERSION 3.19) @@ -8,7 +8,7 @@ include(GNUInstallDirs) set(PYBIND11_CPP_STANDARD -std=c++17) -@@ -80,14 +84,14 @@ if (ARB_WITH_MPI) +@@ -84,14 +88,14 @@ endif() endif() # For unit tests on C++ side of Python wrappers @@ -26,9 +26,10 @@ # Set the installation path -@@ -117,4 +121,4 @@ endif() +@@ -121,5 +125,4 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/__init__.py install(TARGETS pyarb DESTINATION ${_python_module_install_path}) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/__init__.py DESTINATION ${_python_module_install_path}) +-install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/stubs/arbor/ DESTINATION ${_python_module_install_path}) -install(FILES ${PROJECT_SOURCE_DIR}/VERSION ${PROJECT_SOURCE_DIR}/README.md ${PROJECT_SOURCE_DIR}/LICENSE DESTINATION ${_python_module_install_path}) +install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../VERSION DESTINATION ${_python_module_install_path})