mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
math/{,py-}heyoka: update 7.10.0 → 7.11.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PORTNAME= heyoka
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 7.10.0
|
||||
DISTVERSION= 7.11.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@@ -39,13 +39,13 @@ CMAKE_TESTING_ON= HEYOKA_BUILD_TESTS
|
||||
# CMake's find_package() needs the minor version set correctly, otherwise it
|
||||
# will not be able to find the LLVM package.
|
||||
.if ${LLVM_VERSION} >= 18
|
||||
LLVM_VERSION_MINOR= 1
|
||||
LLVM_VERSION_MINOR= 1
|
||||
.else
|
||||
LLVM_VERSION_MINOR= 0
|
||||
LLVM_VERSION_MINOR= 0
|
||||
.endif
|
||||
|
||||
CMAKE_ARGS+= -DFREEBSD_LLVM_VERSION=${LLVM_VERSION}.${LLVM_VERSION_MINOR}
|
||||
|
||||
# tests as of 7.10.0: 100% tests passed, 0 tests failed out of 162
|
||||
# tests as of 7.11.0: 100% tests passed, 0 tests failed out of 162
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1774898303
|
||||
SHA256 (bluescarni-heyoka-v7.10.0_GH0.tar.gz) = 32404b6e8e0697c5ee3e0debda523eb98c57485bfe39584715ca105b8e6377a1
|
||||
SIZE (bluescarni-heyoka-v7.10.0_GH0.tar.gz) = 86871990
|
||||
TIMESTAMP = 1777356207
|
||||
SHA256 (bluescarni-heyoka-v7.11.0_GH0.tar.gz) = 93c6e377d8cae27644e8e3009d1e0849ca44bddbac49e9907dc5682eeaa4942b
|
||||
SIZE (bluescarni-heyoka-v7.11.0_GH0.tar.gz) = 86887873
|
||||
|
||||
@@ -7,6 +7,7 @@ include/heyoka/detail/aligned_vector.hpp
|
||||
include/heyoka/detail/analytical_theories_helpers.hpp
|
||||
include/heyoka/detail/binomial.hpp
|
||||
include/heyoka/detail/cm_utils.hpp
|
||||
include/heyoka/detail/composite_function.hpp
|
||||
include/heyoka/detail/debug.hpp
|
||||
include/heyoka/detail/dfloat.hpp
|
||||
include/heyoka/detail/div.hpp
|
||||
@@ -103,6 +104,7 @@ include/heyoka/kw.hpp
|
||||
include/heyoka/lagrangian.hpp
|
||||
include/heyoka/llvm_state.hpp
|
||||
include/heyoka/logging.hpp
|
||||
include/heyoka/make_optional.hpp
|
||||
include/heyoka/math.hpp
|
||||
include/heyoka/math/acos.hpp
|
||||
include/heyoka/math/acosh.hpp
|
||||
@@ -141,12 +143,14 @@ include/heyoka/model/cr3bp.hpp
|
||||
include/heyoka/model/dayfrac.hpp
|
||||
include/heyoka/model/egm2008.hpp
|
||||
include/heyoka/model/elp2000.hpp
|
||||
include/heyoka/model/eo_dynamics.hpp
|
||||
include/heyoka/model/eop.hpp
|
||||
include/heyoka/model/ffnn.hpp
|
||||
include/heyoka/model/fixed_centres.hpp
|
||||
include/heyoka/model/frame_transformations.hpp
|
||||
include/heyoka/model/iau2006.hpp
|
||||
include/heyoka/model/jb08_tn.hpp
|
||||
include/heyoka/model/lagrange_prop.hpp
|
||||
include/heyoka/model/mascon.hpp
|
||||
include/heyoka/model/nbody.hpp
|
||||
include/heyoka/model/nrlmsise00_tn.hpp
|
||||
@@ -171,5 +175,5 @@ lib/cmake/heyoka/heyoka-config.cmake
|
||||
lib/cmake/heyoka/heyoka_export-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/heyoka/heyoka_export.cmake
|
||||
lib/libheyoka.so
|
||||
lib/libheyoka.so.42
|
||||
lib/libheyoka.so.42.0
|
||||
lib/libheyoka.so.43
|
||||
lib/libheyoka.so.43.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= heyoka
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 7.10.0
|
||||
DISTVERSION= 7.11.0
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1775331967
|
||||
SHA256 (bluescarni-heyoka.py-v7.10.0_GH0.tar.gz) = 7ec99c9a8da4a33e139b639ba7495f48d8e4280ec4b83c22e5c68ecab0cd824e
|
||||
SIZE (bluescarni-heyoka.py-v7.10.0_GH0.tar.gz) = 154975978
|
||||
TIMESTAMP = 1777356206
|
||||
SHA256 (bluescarni-heyoka.py-v7.11.0_GH0.tar.gz) = cee387b9e4cfa11d11dc0f7c39cea191bff5ce2e3b514252da3ae04ce5c74dba
|
||||
SIZE (bluescarni-heyoka.py-v7.11.0_GH0.tar.gz) = 154978896
|
||||
|
||||
Reference in New Issue
Block a user