You can turn off PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES in CMake. It controls whether to use fixupbundle to resolve dependencies, but since you're building static, and all your dependencies are static you don't need it.
On Fri, Apr 8, 2011 at 2:24 PM, Cook, Rich <[email protected]> wrote: > It looks like the installer is trying to do something for Mac OS X on our > linux clusters. How do I prevent this error? Thanks! > > -- Up-to-date: > /usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/lib/paraview-3.10/imageformats/libqico.so > -- fixup_bundle > -- > app='/usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/lib/paraview-3.10/paraview' > -- > libs='/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libMoments.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libPrismServerPlugin.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libPrismClientPlugin.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libPointSprite_Plugin.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libSierraPlotTools.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libSLACTools.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libStreamingView.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libSurfaceLIC.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libH5PartReader.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libAnalyzeReader.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libAnalyzeWriter.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libNIfTIReader.so;/nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/bin/libNIfTIWriter.so' > -- > dirs='/usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/bin;/usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/lib;/usr/local/tools/mvapich-gnu/lib/shared;/usr/local/bin' > -- warning: *NOT* handled - directory/file does not exist... > CMake Error at > /nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/CMake/BundleUtilities.cmake:627 > (message): > error: fixup_bundle: not a valid bundle > Call Stack (most recent call first): > Applications/ParaView/cmake_install.cmake:64 (fixup_bundle) > Applications/cmake_install.cmake:37 (INCLUDE) > cmake_install.cmake:67 (INCLUDE) > > > make: *** [install] Error 1 > > -- > ✐Richard Cook > ✇ Lawrence Livermore National Laboratory > Bldg-453 Rm-4024, Mail Stop L-557 > 7000 East Avenue, Livermore, CA, 94550, USA > ☎ (office) (925) 423-9605 > ☎ (fax) (925) 423-6961 > --- > Information Management & Graphics Grp., Services & Development Div., > Integrated Computing & Communications Dept. > (opinions expressed herein are mine and not those of LLNL) > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
