Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-23 10:51:03 +0300
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-23 10:52:32 +0300
commit2a6e08e253d04fb167269043f4c74a192758682b (patch)
tree0977b8f58d270c4ef751a430d96947d2739e2f4a /science
parentb0bbb7a53335e0bd0f72d1cbd8d19b18f7abf5f9 (diff)
science/trilinos: Conflicts with googletest
PR: 267283 Reported by: diizzy@
Diffstat (limited to 'science')
-rw-r--r--science/trilinos/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/trilinos/Makefile b/science/trilinos/Makefile
index d113106d4211..38d73ac407fb 100644
--- a/science/trilinos/Makefile
+++ b/science/trilinos/Makefile
@@ -76,6 +76,8 @@ CMAKE_ARGS+= -DAMD_LIBRARY_DIRS=${LOCALBASE}/lib
# users: https://duongdo27.github.io/Trilinos/users.html
+CONFLICTS_INSTALL= googletest # installs files into the same place, problematic file: /usr/local/include/gtest/gtest.h, see https://github.com/trilinos/Trilinos/issues/11184
+
post-install:
# remove MPI headers that it installs
@${RM} ${STAGEDIR}${PREFIX}/include/mpi*.h