Date: Fri, 8 Jul 2022 18:02:30 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 184755462b01 - main - science/trilinos: Monor corrections Message-ID: <202207081802.268I2U12092043@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207081802.268I2U12092043>