Skip to content

Commit

Permalink
insighttoolkit45: minor build tweaks (but overall FTBFS)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacks committed Nov 6, 2023
1 parent ce53a86 commit 3905032
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 10.9-libcxx/stable/main/finkinfo/sci/insighttoolkit45.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Revision: 1
Source: mirror:sourceforge:itk/4.5/InsightToolkit-%v.tar.gz
Source-Checksum: SHA256(e7afe865efa5317a0383438fc05743fa3cf748b8502403a970a7f5b110771139)
SourceDirectory: InsightToolkit-%v
# includes https://github.com/vxl/vxl/pull/374
PatchFile: %n.patch
PatchFile-MD5: bfaab14c882b1c8ec695284f6893b49f
PatchFile-MD5: cc6b6aa3ee8dcda26d28988b928d2e07
License: OSI-Approved
GCC: 4.0
BuildDepends: <<
Expand Down
12 changes: 12 additions & 0 deletions 10.9-libcxx/stable/main/finkinfo/sci/insighttoolkit45.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ diff -Nurd InsightToolkit-4.5.0-orig/CMake/ITKModuleMacros.cmake InsightToolkit-
if("${_name}" MATCHES "^[Ii][Tt][Kk]")
set(_itk "")
else()
diff -Nurd InsightToolkit-4.5.0-orig/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linalg/lsqrBase.cxx InsightToolkit-4.5.0/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linalg/lsqrBase.cxx
--- InsightToolkit-4.5.0-orig/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linalg/lsqrBase.cxx 2013-12-16 21:50:52.000000000 -0500
+++ InsightToolkit-4.5.0/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linalg/lsqrBase.cxx 2023-11-05 16:39:05.000000000 -0500
@@ -619,7 +619,7 @@
// See if it is time to print something.
//----------------------------------------------------------------
bool prnt = false;
- if (nout > 0)
+ if ( this->nout )
{
if (n <= 40) prnt = true;
if (this->itn <= 10) prnt = true;

0 comments on commit 3905032

Please sign in to comment.