Date: Tue, 7 May 2024 09:05:28 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 35d45549fc97 - main - science/InsightToolkit: Fix build with CMake 3.29 Message-ID: <202405070905.44795SGo039435@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=35d45549fc975bcf40590c38f6aa1dec5fbb38b8 commit 35d45549fc975bcf40590c38f6aa1dec5fbb38b8 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-05-07 04:57:45 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-05-07 09:05:20 +0000 science/InsightToolkit: Fix build with CMake 3.29 Support for the Comeau compiler was removed. Upstream has since updated it's copy of VNL, which doesn't require this patch. PR: 278693 Approved by: portmgr (blanket) --- ...ThirdParty_VNL_src_vxl_vcl_tests_test__preprocessor.cxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_tests_test__preprocessor.cxx b/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_tests_test__preprocessor.cxx new file mode 100644 index 000000000000..cd13183d7c5f --- /dev/null +++ b/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_tests_test__preprocessor.cxx @@ -0,0 +1,14 @@ +Fix build with CMake >= 3.29.0. Support for the Comeau compiler was removed. + +--- Modules/ThirdParty/VNL/src/vxl/vcl/tests/test_preprocessor.cxx.orig 2022-11-24 13:15:41 UTC ++++ Modules/ThirdParty/VNL/src/vxl/vcl/tests/test_preprocessor.cxx +@@ -9,8 +9,7 @@ int test_preprocessor_main(int /*argc*/,char* /*argv*/ + int test_preprocessor_main(int /*argc*/,char* /*argv*/[]) + { + constexpr unsigned compiler_count +- = VXL_COMPILER_IS_Comeau +- + VXL_COMPILER_IS_Intel ++ = VXL_COMPILER_IS_Intel + + VXL_COMPILER_IS_PathScale + + VXL_COMPILER_IS_Embarcadero + + VXL_COMPILER_IS_Borland
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405070905.44795SGo039435>