Skip to content

Commit

Permalink
#357 ITK make failed - log
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Nov 26, 2024
1 parent abd89a2 commit bbf531d
Show file tree
Hide file tree
Showing 3 changed files with 7,998 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ moduleclass = 'data'
# seems as problem with CastXML:
# https://github.com/CastXML/CastXML/blob/master/src/RunClang.cxx

# <- clog2.txt
# <- log2.txt
# <- during make
# In file included from /kyukon/home/apps/RHEL8/cascadelake-ib/software/GCCcore/13.2.0/bin/../lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/string:42:
# In file included from /kyukon/home/apps/RHEL8/cascadelake-ib/software/GCCcore/13.2.0/bin/../lib/gcc/x86_64-pc-linux-gnu/13.2.0/../../../../include/c++/13.2.0/bits/char_traits.h:42:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ description = """Insight Segmentation and Registration Toolkit (ITK) provides

toolchain = {'name': 'foss', 'version': '2023b'}
# toolchainopts = {'pic': True, 'cstd': 'c++17'}
toolchainopts = {'extra_cxxflags': '-U_Float128 -U_Float32 -U_Float64 -U_Float32x -U_Float64x'}
toolchainopts = {
'extra_cxxflags': '-U_Float128 -U_Float32 -U_Float64 -U_Float32x -U_Float64x',
'extra_cflags': '-U_Float128 -U_Float32 -U_Float64 -U_Float32x -U_Float64x',
}

github_account = 'InsightSoftwareConsortium'
source_urls = [GITHUB_SOURCE]
Expand Down Expand Up @@ -102,7 +105,7 @@ moduleclass = 'data'
# -> add next line: -DITK_WRAP_PYTHON:BOOL=ON -DPython3_EXECUTABLE=$EBROOTPYTHON/bin/python -> ERROR
# -> add buildopts CXXFLAGS="$CXXFLAGS -U_Float128 -U_Float32 -U_Float64 -U_Float32x -U_Float64x" -> NO
# -> try add cxx flags to buildopts -> NO
# try put it into 'extra_cxxflags' ->
# try put it into 'extra_cxxflags' and 'extra_cflags' -> NO
# -> delete all ITK_USE_SYSTEM...-> still same error
# cmake:
# == 2024-11-25 16:55:45,484 run.py:714 WARNING Found 33 potential errors (some may be harmless) in output of cmake
Expand Down
Loading

0 comments on commit bbf531d

Please sign in to comment.