]> Creatis software - creaToolsTools.git/commitdiff
#3044 creaToolsTools Bug New Normal - Fedora 24 ThirdParty library conflict with...
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Thu, 22 Dec 2016 15:58:38 +0000 (16:58 +0100)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Thu, 22 Dec 2016 15:58:38 +0000 (16:58 +0100)
Linux/scripts/ThirdParty-install-ITK.sh
Linux/scripts/ThirdParty-install-VTK.sh
Linux/scripts/ThirdParty-install-WT.sh
Linux/scripts/ThirdParty-install-gdcm.sh

index c6e456e4c4217ff8783774bc80eccc0b06f9d323..e6aaafa92738b467ee4c2892ca3140894595def0 100644 (file)
@@ -169,7 +169,7 @@ then
   #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
index 66215502b41635f2eecb17c936a7d62b4ae8801b..1c65f683689f089531a907e7e823abeda99ba15c 100644 (file)
@@ -178,7 +178,7 @@ then
   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
index 9d09d2ba185d44df27f5cb3f40a483f33bed8db0..9ddfaefad8ff82b2ce635c04efa083ee3d9f2591 100644 (file)
@@ -148,7 +148,7 @@ then
 #     ###
 #  fi
 
-  make -j
+  make -j $corenumber
   su -c 'make install'
   cd ..
 fi
index 9445e2b6c35e1156f7e8b357df43b0a9c0ee881a..3ede261d24e760b1af9338e6d12566dda32d11d6 100644 (file)
@@ -131,8 +131,8 @@ then
   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