#uncomment following line if you want to use the bleeding edge of GDCM2!
#cmake -D ITK_USE_SYSTEM_GDCM:BOOL=ON CMakeCache.txt
cmake CMakeCache.txt
- make -j
- make install
+ make -j $corenumber
+ make -j $corenumber install
cd ..
fi
cmake -D CMAKE_CXX_FLAGS:STRING='-std=c++03' CMakeCache.txt
##EED 2016-12-22 make -j $corenumber
- make -j
- make install
+ make -j $corenumber
+ make -j $corenumber install
cd ..
fi
# ###
# fi
- make -j
+ make -j $corenumber
su -c 'make install'
cd ..
fi
cmake -D VTK_DIR:PATH=$VTK_DIR CMakeCache.txt
cmake -D GDCM_VTK:BOOL=ON -D GDCM_NAME_SPACE:STRING=gdcm13 CMakeCache.txt
cmake -D CMAKE_CXX_FLAGS:STRING='-std=c++03' CMakeCache.txt
- make -j
- make install
+ make -j $corenumber
+ make -j $corenumber install
cd ..
fi