Skip to content

Commit

Permalink
science/trilinos: update 13-4-1 → 15-1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Mar 6, 2024
1 parent b67f926 commit d7be893
Show file tree
Hide file tree
Showing 5 changed files with 1,288 additions and 1,282 deletions.
3 changes: 2 additions & 1 deletion cad/xyce/Makefile
@@ -1,7 +1,7 @@
PORTNAME= xyce
DISTVERSIONPREFIX= Release-
DISTVERSION= 7.8.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= cad

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -27,6 +27,7 @@ TEST_DEPENDS= git:devel/git \

USES= autoreconf bison gmake fortran libtool localbase perl5 python:test # GNU tools should be used for 7.5 and on until the cmake build is declared stable
USE_CXXSTD= c++14 # otherwise configure fails because of c++14 features like std::conditional_t
USE_CXXSTD= c++17 # workaround for https://github.com/Xyce/Xyce/issues/97, which occurred when Trilinos was updated to 15.1.0
USE_LDCONFIG= yes
USE_PERL5= test

Expand Down
4 changes: 2 additions & 2 deletions science/trilinos/Makefile
@@ -1,7 +1,6 @@
PORTNAME= trilinos
DISTVERSIONPREFIX= trilinos-release-
DISTVERSION= 13-4-1
PORTREVISION= 8
DISTVERSION= 15-1-0
CATEGORIES= science # physics

MAINTAINER= yuri@FreeBSD.org
Expand Down Expand Up @@ -52,6 +51,7 @@ CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
CMAKE_ARGS+= -DTrilinos_ENABLE_ALL_PACKAGES:BOOL=ON
CMAKE_ARGS+= -DTrilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON
CMAKE_ARGS+= -DTrilinos_ENABLE_SEACAS:BOOL=OFF # because of pumagon, etc failure (need to retest)
CMAKE_ARGS+= -DTrilinos_ENABLE_PyTrilinos:BOOL=OFF # workaround for https://github.com/trilinos/Trilinos/issues/12184

# parallelism-related
CMAKE_ARGS+= -DTrilinos_ENABLE_OpenMP:BOOL=OFF
Expand Down
6 changes: 3 additions & 3 deletions science/trilinos/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1668232899
SHA256 (trilinos-Trilinos-trilinos-release-13-4-1_GH0.tar.gz) = 5465cbff3de7ef4ac7d40eeff9d99342c00d9d20eee0a5f64f0a523093f5f1b3
SIZE (trilinos-Trilinos-trilinos-release-13-4-1_GH0.tar.gz) = 168720416
TIMESTAMP = 1709606234
SHA256 (trilinos-Trilinos-trilinos-release-15-1-0_GH0.tar.gz) = 91940c8677b03ec06b3368f7ff8b835ba94dfa6551c6fb168faf10195f32b421
SIZE (trilinos-Trilinos-trilinos-release-15-1-0_GH0.tar.gz) = 183332268

This file was deleted.

0 comments on commit d7be893

Please sign in to comment.