Skip to content

Commit

Permalink
math/deal.ii: update 9.5.0 → 9.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Feb 29, 2024
1 parent b768460 commit e309cbb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions math/deal.ii/Makefile
@@ -1,6 +1,5 @@
PORTNAME= deal.II
DISTVERSION= 9.5.0
PORTREVISION= 4
DISTVERSION= 9.5.2
CATEGORIES= math
MASTER_SITES= https://github.com/dealii/dealii/releases/download/v${DISTVERSION}/
DISTNAME= dealii-${DISTVERSION}
Expand All @@ -12,12 +11,12 @@ WWW= https://www.dealii.org/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.md

BROKEN_FreeBSD_14= clang crashes: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257876
BROKEN_aarch64= error: use of undeclared identifier '__TBB_machine_fetchadd4'
BROKEN_armv7= clang runs out of memory

BUILD_DEPENDS= ${LOCALBASE}/include/boost/config.hpp:devel/boost-libs
LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
LIB_DEPENDS= libblis.so:math/blis \
libboost_serialization.so:devel/boost-libs \
libhdf5.so:science/hdf5 \
libmetis.so:math/metis
# libkokkoscore.so:devel/kokkos TMP commented out for bundled kokkos, tests fail for non-bundled kokkos, see https://github.com/dealii/dealii/issues/15692
Expand Down
6 changes: 3 additions & 3 deletions math/deal.ii/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688878324
SHA256 (dealii-9.5.0.tar.gz) = a81f41565f0d3a22d491ee687957dd48053225da72e8d6d628d210358f4a0464
SIZE (dealii-9.5.0.tar.gz) = 31524412
TIMESTAMP = 1709202081
SHA256 (dealii-9.5.2.tar.gz) = 7930e5218a9807d60cc05c300a3b70f36f4af22c3551a2cd1141fbab013bbaf1
SIZE (dealii-9.5.2.tar.gz) = 31523493
2 changes: 1 addition & 1 deletion math/deal.ii/pkg-plist
Expand Up @@ -1201,7 +1201,7 @@ lib/cmake/deal.II/deal.IIConfigVersion.cmake
lib/cmake/deal.II/deal.IITargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/deal.II/deal.IITargets.cmake
lib/libdeal_II.so
lib/libdeal_II.so.9.5.0
lib/libdeal_II.so.9.5.2
%%DATADIR%%/macros/macro_deal_ii_add_test.cmake
%%DATADIR%%/macros/macro_deal_ii_initialize_cached_variables.cmake
%%DATADIR%%/macros/macro_deal_ii_invoke_autopilot.cmake
Expand Down

0 comments on commit e309cbb

Please sign in to comment.