diff --git a/Allwmake b/Allwmake index 13a48216b0f3063a89831cb2bc91c500f964c23a..e21941f985fc33fe7bfae34d85a1222bca0757cb 100755 --- a/Allwmake +++ b/Allwmake @@ -127,9 +127,11 @@ OPENMPI) --enable-mpi-fortran=none \ --disable-mpi-profile \ $configOpt \ + && set +x \ && make -j $WM_NCOMPPROCS \ && make install \ - && echo "Built: $mpiPACKAGE" + && echo "Built: $mpiPACKAGE" \ + && pkgconfigAdjust $MPI_ARCH_PATH ) || { echo "Error building: $mpiPACKAGE" exit 1 @@ -201,7 +203,6 @@ MPICH) ) fi ;; - esac diff --git a/makeCCMIO b/makeCCMIO index 1e1d5ecb6c5449168e6bc9f5f1c09a1b1d9bb27e..02e7c21ef34f2d869f9855fac9e6c7d65cac9978 100755 --- a/makeCCMIO +++ b/makeCCMIO @@ -26,7 +26,7 @@ # makeCCMIO # # Description -# Build CD-adapco's ccmio library +# Build the libccmio library # # ---------------------------------------------- # NO USER-CONFIGURABLE SETTINGS WITHIN THIS FILE @@ -64,8 +64,8 @@ options: * Compile the proprietary libccmio library $ccmioPACKAGE - Users wishing to make use of the library should contact cd-adapco - (Siemens PLM) for possible download and terms of use. + Users wishing to obtain the library should contact Siemens PLM (cd-adapco) + for terms of use. After obtaining the $ccmioPACKAGE library, place in folder @@ -118,7 +118,6 @@ echo "---------------" mkdir -p $libDIR 2>/dev/null cpMakeFiles libccmio 2>/dev/null - set +x if wmake $targetType then # make headers available: diff --git a/makeCGAL b/makeCGAL index c4acdc2463f651afcbb4c07c11b65be191df7c44..a3db8aac9d810eccc58001b6842c30470dcf7644 100755 --- a/makeCGAL +++ b/makeCGAL @@ -452,9 +452,9 @@ CMAKE_OPTIONS ${optHeadersOnly:+-DCGAL_HEADER_ONLY=TRUE} \ $configBoost $configGmp $configMpfr \ $CGAL_SOURCE_DIR \ + && set +x \ && make -j $WM_NCOMPPROCS \ && make install || exit 1 - set +x echo "----" echo "create '\$CGAL_ARCH_PATH/share/files'" diff --git a/makeFFTW b/makeFFTW index 9a66583e5d9d52a5d377937f93fdc7f3f25b98f8..fc8a10e4123402db7422e8e33e285ed9681dd623 100755 --- a/makeFFTW +++ b/makeFFTW @@ -143,9 +143,11 @@ else --libdir=$FFTW_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH \ --enable-shared --disable-static \ --disable-fortran \ - && make -j $WM_NCOMPPROCS \ - && make install \ - && echo "Built $fftwPACKAGE" + && set +x \ + && make -j $WM_NCOMPPROCS \ + && make install \ + && echo "Built $fftwPACKAGE" \ + && pkgconfigAdjust $FFTW_ARCH_PATH ) || { echo "Error building: FFTW" exit 1 diff --git a/makeGcc b/makeGcc index 85b15716bb0691ac1927f8b81c43a1b85d1c65b8..265d6177172b13291ffb8bbffc05a7502ef885ac 100755 --- a/makeGcc +++ b/makeGcc @@ -193,6 +193,7 @@ else --prefix=$GMP_ARCH_PATH \ --libdir=$GMP_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH \ --enable-cxx \ + && set +x \ && make -j $WM_NCOMPPROCS \ && make install \ && echo "Built: $gmpPACKAGE" @@ -249,6 +250,7 @@ else --prefix=$MPFR_ARCH_PATH \ --libdir=$MPFR_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH \ $configGMP $configOpt \ + && set +x \ && make -j $WM_NCOMPPROCS \ && make install \ && echo "Built: $mpfrPACKAGE" @@ -301,6 +303,7 @@ else --prefix=$MPC_ARCH_PATH \ --libdir=$MPC_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH \ $configGMP $configMPFR \ + && set +x \ && make -j $WM_NCOMPPROCS \ && make install \ && echo "Built: $mpcPACKAGE" @@ -366,6 +369,7 @@ else --with-system-zlib \ $configGMP $configMPFR $configMPC $configOpt \ MAKEINFO=missing \ + && set +x \ && make -j $WM_NCOMPPROCS \ && make install \ && echo "Built: $gccPACKAGE" diff --git a/makeGperftools b/makeGperftools index 767921c805b89849d673d257640a7280ce96d3bb..87cdc4c512da2367011d3e6c4903138f87474a88 100755 --- a/makeGperftools +++ b/makeGperftools @@ -130,6 +130,7 @@ else set -x $GPERFTOOLS_SOURCE_DIR/configure \ --prefix=$GPERFTOOLS_ARCH_PATH \ + && set +x \ && make -j $WM_NCOMPPROCS \ && make install \ && echo "Built: $gperftoolsPACKAGE" \ diff --git a/makeLLVM b/makeLLVM index c9ec11568915253d0b31b2c02a159a87a8a87003..1d45d3ac401450ce760f4143340b341208dab6cd 100755 --- a/makeLLVM +++ b/makeLLVM @@ -155,6 +155,7 @@ then --with-gcc-toolchain=$(which gcc | sed s%/bin/gcc%%) \ --enable-optimized \ --enable-shared \ + && set +x \ && make -j $WM_NCOMPPROCS \ && make install \ && echo "Built: $llvmPACKAGE" @@ -183,6 +184,7 @@ else -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ $LLVM_SOURCE_DIR \ + && set +x \ && make -j $WM_NCOMPPROCS \ && make install \ && echo "Built: $llvmPACKAGE" diff --git a/makeMesa b/makeMesa index dc1740294893638e0ac48d9ac8e1f5853d6a77bb..edb8d81bf673823cbd786bf6c86be91ee40f52e5 100755 --- a/makeMesa +++ b/makeMesa @@ -151,6 +151,8 @@ MESA_ARCH_PATH=$installBASE/$mesaPACKAGE # - avoid GLES (GLES1) since <GLES/gl.h> may mask the <GL/gl.h> header adjustMESA() { + pkgconfigAdjust $MESA_ARCH_PATH + \rm -rf $MESA_ARCH_PATH/include/GLES $MESA_ARCH_PATH/include/GLES1 echo "removed all gles1 includes" } @@ -202,10 +204,11 @@ adjustMESA() --enable-texture-float \ --enable-gallium-osmesa --with-gallium-drivers=swrast \ $configOpt \ - && make -j $WM_NCOMPPROCS \ - && make install \ - && adjustMESA \ - && echo "Built $mesaPACKAGE" + && set +x \ + && make -j $WM_NCOMPPROCS \ + && make install \ + && echo "Built $mesaPACKAGE" \ + && adjustMESA ) || { echo "Error building: MESA" exit 1