View Issue Details

IDProjectCategoryView StatusLast Update
0001294Slicer4Core: Building (CMake, Superbuild)public2014-05-13 16:14
Reporterdomibel Assigned Todomibel  
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0001294: try to remove architecture dependent build code
Description

This fails on ia64 and other 64 bit systems:

./CMake/SlicerMacroGetPlatformArchitectureBitness.cmake

if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(${MY_VAR_PREFIX}_BITNESS 64)
set(${MY_VAR_PREFIX}_ARCHITECTURE amd64)

It leads to problems later in
./SuperBuild/External_CTKAPPLAUNCHER.cmake

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2011-07-24 11:47 domibel New Issue
2011-07-24 11:47 domibel Status new => assigned
2011-07-24 11:47 domibel Assigned To => domibel
2012-08-22 05:56 jcfr Target Version => Slicer 4.3.0
2013-08-30 20:30 jcfr Target Version Slicer 4.3.0 => Slicer 4.4.0
2014-05-13 16:14 jcfr Target Version Slicer 4.4.0 =>
2014-05-13 16:14 jcfr Status assigned => acknowledged