mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
science/trilinos: update 13-4-1 → 15-1-0
This commit is contained in:
parent
b67f926491
commit
d7be893170
@ -1,7 +1,7 @@
|
||||
PORTNAME= xyce
|
||||
DISTVERSIONPREFIX= Release-
|
||||
DISTVERSION= 7.8.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= cad
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -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
|
||||
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- packages/stk/stk_util/stk_util/util/ci_string.cpp.orig 2022-11-10 22:02:37 UTC
|
||||
+++ packages/stk/stk_util/stk_util/util/ci_string.cpp
|
||||
@@ -33,6 +33,7 @@
|
||||
//
|
||||
|
||||
#include <stk_util/util/ci_string.hpp>
|
||||
+#include <iostream>
|
||||
|
||||
|
||||
std::ostream &
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user