git: 184755462b01 - main - science/trilinos: Monor corrections
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 18:02:30 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=184755462b0177a3c539215b86844886741f5762 commit 184755462b0177a3c539215b86844886741f5762 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-08 18:02:09 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-08 18:02:28 +0000 science/trilinos: Monor corrections --- science/trilinos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/science/trilinos/Makefile b/science/trilinos/Makefile index ad26cf2a943f..41206545d1e4 100644 --- a/science/trilinos/Makefile +++ b/science/trilinos/Makefile @@ -1,7 +1,7 @@ PORTNAME= trilinos DISTVERSIONPREFIX= trilinos-release- DISTVERSION= 13-4-0 -CATEGORIES= science # science +CATEGORIES= science # physics MAINTAINER= yuri@FreeBSD.org COMMENT= Solver for multi-physics engineering and scientific problems @@ -29,7 +29,7 @@ SHEBANG_FILES= packages/kokkos/bin/kokkos_launch_compiler \ CXXFLAGS+= -DBOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED # fails otherwise with backtrace-related symbol error explicitly printed by Boost -CONFLICTS_INSTALL= kokkos # installs bundled kokkos, need to figure out how to prevent this +CONFLICTS_INSTALL= mpich kokkos # installs bundled kokkos, need to figure out how to prevent this ## configure Trilinos