Skip to content

Commit

Permalink
Trilinos: Add one more patch for missing windows exports (#7534)
Browse files Browse the repository at this point in the history
Should hopefull allow the windows build of #7383 to go through.
  • Loading branch information
Keno authored Oct 15, 2023
1 parent 6bdf5d0 commit 3748a2c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions T/Trilinos/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ atomic_patch -p1 $WORKSPACE/srcdir/patches/kokkostpl.patch
atomic_patch -p1 $WORKSPACE/srcdir/patches/tekoepetraguard.patch
atomic_patch -p1 $WORKSPACE/srcdir/patches/teuchoswinexport.patch
atomic_patch -p1 $WORKSPACE/srcdir/patches/teuchoswinexport2.patch
atomic_patch -p1 $WORKSPACE/srcdir/patches/teuchoswinexport3.patch
atomic_patch -p1 $WORKSPACE/srcdir/patches/stratikimosnotpetra.patch
atomic_patch -p1 $WORKSPACE/srcdir/patches/muslunistd.patch
atomic_patch -p1 $WORKSPACE/srcdir/patches/muslmallinfo.patch
Expand Down
19 changes: 19 additions & 0 deletions T/Trilinos/bundled/patches/teuchoswinexport3.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
commit 7abc99081dc1abf45c162c99d344419deff79cfa
Author: Keno Fischer <[email protected]>
Date: Sun Oct 15 01:31:52 2023 +0000

One more missing teuchos windows export

diff --git a/packages/teuchos/comm/src/Teuchos_StackedTimer.hpp b/packages/teuchos/comm/src/Teuchos_StackedTimer.hpp
index d228f2b5545..9019282f803 100644
--- a/packages/teuchos/comm/src/Teuchos_StackedTimer.hpp
+++ b/packages/teuchos/comm/src/Teuchos_StackedTimer.hpp
@@ -218,7 +218,7 @@ protected:
* timer.report(std::cout); // dump to screen
*
*/
-class StackedTimer
+class TEUCHOSCOMM_LIB_DLL_EXPORT StackedTimer
{
protected:

0 comments on commit 3748a2c

Please sign in to comment.