dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: source package scotch dpkg-buildpackage: source version 5.1.4.dfsg-2 dpkg-buildpackage: source changed by Adam C. Powell, IV dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean test -x debian/rules dh_clean /usr/bin/make -C /home/hazelsct/scotch-5.1.4.dfsg/src CFLAGS="-g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD" CXXFLAGS="-g -O2 -g -Wall -O2" CPPFLAGS="" LDFLAGS="-lz -lm -lrt" -k clean make[1]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src' Makefile:54: Makefile.inc: No such file or directory ##################################################################### BEFORE COMPILING Scotch OR PT-Scotch, YOU SHOULD HAVE AN APPROPRIATE Makefile.inc FILE IN THIS DIRECTORY. PLEASE LOOK INTO DIRECTORY ./Make.inc FOR AN EXISTING Makefile.inc FILE THAT FITS YOUR NEED, OR USE THEM AS MODELS IN CASE YOU NEED TO BUILD A NEW ONE FOR YOUR PARTICULAR PLATFORM. ##################################################################### Then, type "make scotch" (default) for the sequential library and software, or "make ptscotch" for the parallel library and software. make[1]: *** [Makefile.inc] Error 1 make[1]: Failed to remake makefile `Makefile.inc'. ../include make[1]: ../include: Command not found make[1]: [../include] Error 127 (ignored) ../lib make[1]: ../lib: Command not found make[1]: [../lib] Error 127 (ignored) make[1]: Target `clean' not remade because of errors. make[1]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-build QUILT_PATCHES=debian/patches quilt pop -a -R || test $? = 2 No patch removed cp debian/Makefile.inc src/Makefile.inc rm bin/* rm: cannot remove `bin/*': No such file or directory make: [clean] Error 1 (ignored) rm src/Makefile.inc dpkg-source -b scotch-5.1.4.dfsg dpkg-source: info: using source format `1.0' dpkg-source: info: building scotch using existing scotch_5.1.4.dfsg.orig.tar.gz dpkg-source: info: building scotch in scotch_5.1.4.dfsg-2.diff.gz dpkg-source: info: building scotch in scotch_5.1.4.dfsg-2.dsc debian/rules build test -x debian/rules mkdir -p "/home/hazelsct/scotch-5.1.4.dfsg/src" QUILT_PATCHES=debian/patches quilt push -a || test $? = 2 Applying patch mmkt-typo.patch patching file src/libscotch/library_graph_io_mmkt_f.c Applying patch shared-libs.patch patching file src/libscotch/Makefile patching file src/libscotchmetis/Makefile Applying patch metis-header.patch patching file src/libscotchmetis/metis.h Now at patch metis-header.patch cp debian/Makefile.inc src/Makefile.inc (cd src/libscotch && make scotch.h scotchf.h) make[1]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotch' gcc -O3 -I. -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -DSCOTCH_VERSION=\"\" dummysizes.c -o dummysizes -lz -lm -lrt ./dummysizes library.h scotch.h ./dummysizes libraryf.h scotchf.h make[1]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotch' /usr/bin/make -C /home/hazelsct/scotch-5.1.4.dfsg/src CFLAGS="-g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD" CXXFLAGS="-g -O2 -g -Wall -O2" CPPFLAGS="" LDFLAGS="-lz -lm -lrt" make[1]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src' mkdir ../include mkdir ../lib (cd libscotch ; make VERSION=\"5.0\" scotch && make install) make[2]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotch' rm -f *~ *.o lib*.a common2* parser_yy.c parser_ly.h parser_ll.c *scotch.h *scotchf.h y.output dummysizes make SCOTCHLIB=scotch \ scotch.h \ scotchf.h \ libscotcherr.a \ libscotch.a \ libscotcherrexit.a make[3]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotch' gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -DSCOTCH_VERSION=\""5.0"\" dummysizes.c -o dummysizes -lz -lm -lrt ./dummysizes library.h scotch.h ./dummysizes libraryf.h scotchf.h gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_error.c -o library_error.o gcc -shared -Wl,-soname,libscotcherr-5.1.so -o libscotcherr-5.1.so library_error.o ln -s libscotcherr-5.1.so libscotcherr.so ar -ruv libscotcherr.a library_error.o ar: creating libscotcherr.a a - library_error.o ranlib libscotcherr.a gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c arch.c -o arch.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c arch_build.c -o arch_build.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c arch_cmplt.c -o arch_cmplt.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c arch_cmpltw.c -o arch_cmpltw.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c arch_deco.c -o arch_deco.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c arch_hcub.c -o arch_hcub.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c arch_mesh.c -o arch_mesh.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c arch_tleaf.c -o arch_tleaf.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c arch_torus.c -o arch_torus.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c arch_vcmplt.c -o arch_vcmplt.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c arch_vhcub.c -o arch_vhcub.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph.c -o bgraph.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph_bipart_bd.c -o bgraph_bipart_bd.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph_bipart_df.c -o bgraph_bipart_df.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph_bipart_ex.c -o bgraph_bipart_ex.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph_bipart_fm.c -o bgraph_bipart_fm.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph_bipart_gg.c -o bgraph_bipart_gg.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph_bipart_gp.c -o bgraph_bipart_gp.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph_bipart_ml.c -o bgraph_bipart_ml.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph_bipart_st.c -o bgraph_bipart_st.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph_bipart_zr.c -o bgraph_bipart_zr.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph_check.c -o bgraph_check.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c bgraph_store.c -o bgraph_store.o cat module.h common.c > common2.c gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c common2.c -DSCOTCH_COMMON_RENAME -o common.o rm -f common2.c cat module.h common_file.c > common2_file.c gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c common2_file.c -DSCOTCH_COMMON_RENAME -o common_file.o rm -f common2_file.c cat module.h common_file_compress.c > common2_file_compress.c gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c common2_file_compress.c -DSCOTCH_COMMON_RENAME -o common_file_compress.o rm -f common2_file_compress.c cat module.h common_file_uncompress.c > common2_file_uncompress.c gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c common2_file_uncompress.c -DSCOTCH_COMMON_RENAME -o common_file_uncompress.o rm -f common2_file_uncompress.c cat module.h common_integer.c > common2_integer.c gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c common2_integer.c -DSCOTCH_COMMON_RENAME -o common_integer.o rm -f common2_integer.c cat module.h common_memory.c > common2_memory.c gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c common2_memory.c -DSCOTCH_COMMON_RENAME -o common_memory.o rm -f common2_memory.c cat module.h common_stub.c > common_stub2.c gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c common_stub2.c -DSCOTCH_COMMON_RENAME -o common_stub.o rm -f common_stub2.c gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c gain.c -o gain.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c geom.c -o geom.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c graph.c -o graph.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c graph_base.c -o graph_base.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c graph_check.c -o graph_check.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c graph_coarsen.c -o graph_coarsen.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c graph_induce.c -o graph_induce.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c graph_io.c -o graph_io.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c graph_io_chac.c -o graph_io_chac.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c graph_io_habo.c -o graph_io_habo.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c graph_io_mmkt.c -o graph_io_mmkt.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c graph_io_scot.c -o graph_io_scot.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c graph_list.c -o graph_list.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hall_order_hd.c -o hall_order_hd.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hall_order_hf.c -o hall_order_hf.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hall_order_hx.c -o hall_order_hx.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph.c -o hgraph.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph_check.c -o hgraph_check.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph_induce.c -o hgraph_induce.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph_order_bl.c -o hgraph_order_bl.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph_order_cp.c -o hgraph_order_cp.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph_order_gp.c -o hgraph_order_gp.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph_order_hd.c -o hgraph_order_hd.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph_order_hf.c -o hgraph_order_hf.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph_order_hx.c -o hgraph_order_hx.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph_order_nd.c -o hgraph_order_nd.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph_order_si.c -o hgraph_order_si.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hgraph_order_st.c -o hgraph_order_st.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh.c -o hmesh.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_check.c -o hmesh_check.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_hgraph.c -o hmesh_hgraph.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_induce.c -o hmesh_induce.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_mesh.c -o hmesh_mesh.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_order_bl.c -o hmesh_order_bl.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_order_cp.c -o hmesh_order_cp.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_order_gr.c -o hmesh_order_gr.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_order_gp.c -o hmesh_order_gp.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_order_hd.c -o hmesh_order_hd.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_order_hf.c -o hmesh_order_hf.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_order_hx.c -o hmesh_order_hx.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_order_nd.c -o hmesh_order_nd.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_order_si.c -o hmesh_order_si.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c hmesh_order_st.c -o hmesh_order_st.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c kgraph.c -o kgraph.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c kgraph_map_rb.c -o kgraph_map_rb.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c kgraph_map_st.c -o kgraph_map_st.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_arch.c -o library_arch.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_arch_f.c -o library_arch_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_arch_build.c -o library_arch_build.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_arch_build_f.c -o library_arch_build_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_arch_cmpltw.c -o library_arch_cmpltw.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_arch_cmpltw_f.c -o library_arch_cmpltw_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_geom.c -o library_geom.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_geom_f.c -o library_geom_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph.c -o library_graph.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_f.c -o library_graph_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_base.c -o library_graph_base.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_base_f.c -o library_graph_base_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_check.c -o library_graph_check.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_check_f.c -o library_graph_check_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_io_chac.c -o library_graph_io_chac.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_io_chac_f.c -o library_graph_io_chac_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_io_habo.c -o library_graph_io_habo.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_io_habo_f.c -o library_graph_io_habo_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_io_mmkt.c -o library_graph_io_mmkt.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_io_mmkt_f.c -o library_graph_io_mmkt_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_io_scot.c -o library_graph_io_scot.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_io_scot_f.c -o library_graph_io_scot_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_map.c -o library_graph_map.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_map_f.c -o library_graph_map_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_map_view.c -o library_graph_map_view.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_map_view_f.c -o library_graph_map_view_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_order.c -o library_graph_order.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_graph_order_f.c -o library_graph_order_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_mesh.c -o library_mesh.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_mesh_f.c -o library_mesh_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_mesh_graph.c -o library_mesh_graph.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_mesh_graph_f.c -o library_mesh_graph_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_mesh_io_habo.c -o library_mesh_io_habo.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_mesh_io_habo_f.c -o library_mesh_io_habo_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_mesh_io_scot.c -o library_mesh_io_scot.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_mesh_io_scot_f.c -o library_mesh_io_scot_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_mesh_order.c -o library_mesh_order.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_mesh_order_f.c -o library_mesh_order_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_parser.c -o library_parser.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_parser_f.c -o library_parser_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_random.c -o library_random.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_random_f.c -o library_random_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c mapping.c -o mapping.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c mapping_io.c -o mapping_io.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c mesh.c -o mesh.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c mesh_check.c -o mesh_check.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c mesh_coarsen.c -o mesh_coarsen.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c mesh_graph.c -o mesh_graph.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c mesh_induce_sepa.c -o mesh_induce_sepa.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c mesh_io.c -o mesh_io.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c mesh_io_habo.c -o mesh_io_habo.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c mesh_io_scot.c -o mesh_io_scot.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c order.c -o order.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c order_check.c -o order_check.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c order_io.c -o order_io.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c parser.c -o parser.o (bison -y -d -v parser_yy.y && \ mv y.tab.c parser_yy.c && \ mv y.tab.h parser_ly.h) || \ cp last_resort/parser_ly.h last_resort/parser_yy.c . gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c parser_yy.c -o parser_yy.o (flex parser_ll.l && \ mv lex.yy.c parser_ll.c) || \ cp last_resort/parser_ll.c . gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c parser_ll.c -o parser_ll.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph.c -o vgraph.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_check.c -o vgraph_check.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_separate_bd.c -o vgraph_separate_bd.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_separate_es.c -o vgraph_separate_es.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_separate_fm.c -o vgraph_separate_fm.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_separate_gg.c -o vgraph_separate_gg.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_separate_gp.c -o vgraph_separate_gp.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_separate_ml.c -o vgraph_separate_ml.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_separate_st.c -o vgraph_separate_st.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_separate_th.c -o vgraph_separate_th.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_separate_vw.c -o vgraph_separate_vw.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_separate_zr.c -o vgraph_separate_zr.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vgraph_store.c -o vgraph_store.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vmesh.c -o vmesh.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vmesh_check.c -o vmesh_check.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vmesh_separate_fm.c -o vmesh_separate_fm.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vmesh_separate_gg.c -o vmesh_separate_gg.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vmesh_separate_gr.c -o vmesh_separate_gr.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vmesh_separate_ml.c -o vmesh_separate_ml.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vmesh_separate_zr.c -o vmesh_separate_zr.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vmesh_separate_st.c -o vmesh_separate_st.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c vmesh_store.c -o vmesh_store.o gcc -shared -Wl,-soname,libscotch-5.1.so -L. -lscotcherr -lz -lpthread -lm -lrt -o libscotch-5.1.so arch.o arch_build.o arch_cmplt.o arch_cmpltw.o arch_deco.o arch_hcub.o arch_mesh.o arch_tleaf.o arch_torus.o arch_vcmplt.o arch_vhcub.o bgraph.o bgraph_bipart_bd.o bgraph_bipart_df.o bgraph_bipart_ex.o bgraph_bipart_fm.o bgraph_bipart_gg.o bgraph_bipart_gp.o bgraph_bipart_ml.o bgraph_bipart_st.o bgraph_bipart_zr.o bgraph_check.o bgraph_store.o common.o common_file.o common_file_compress.o common_file_uncompress.o common_integer.o common_memory.o common_stub.o gain.o geom.o graph.o graph_base.o graph_check.o graph_coarsen.o graph_induce.o graph_io.o graph_io_chac.o graph_io_habo.o graph_io_mmkt.o graph_io_scot.o graph_list.o hall_order_hd.o hall_order_hf.o hall_order_hx.o hgraph.o hgraph_check.o hgraph_induce.o hgraph_order_bl.o hgraph_order_cp.o hgraph_order_gp.o hgraph_order_hd.o hgraph_order_hf.o hgraph_order_hx.o hgraph_order_nd.o hgraph_order_si.o hgraph_order_st.o hmesh.o hmesh_check.o hmesh_hgraph.o hmesh_induce.o hmesh_mesh.o hmesh_order_bl.o hmesh_order_cp.o hmesh_order_gr.o hmesh_order_gp.o hmesh_order_hd.o hmesh_order_hf.o hmesh_order_hx.o hmesh_order_nd.o hmesh_order_si.o hmesh_order_st.o kgraph.o kgraph_map_rb.o kgraph_map_st.o library_arch.o library_arch_f.o library_arch_build.o library_arch_build_f.o library_arch_cmpltw.o library_arch_cmpltw_f.o library_geom.o library_geom_f.o library_graph.o library_graph_f.o library_graph_base.o library_graph_base_f.o library_graph_check.o library_graph_check_f.o library_graph_io_chac.o library_graph_io_chac_f.o library_graph_io_habo.o library_graph_io_habo_f.o library_graph_io_mmkt.o library_graph_io_mmkt_f.o library_graph_io_scot.o library_graph_io_scot_f.o library_graph_map.o library_graph_map_f.o library_graph_map_view.o library_graph_map_view_f.o library_graph_order.o library_graph_order_f.o library_mesh.o library_mesh_f.o library_mesh_graph.o library_mesh_graph_f.o library_mesh_io_habo.o library_mesh_io_habo_f.o library_mesh_io_scot.o library_mesh_io_scot_f.o library_mesh_order.o library_mesh_order_f.o library_parser.o library_parser_f.o library_random.o library_random_f.o mapping.o mapping_io.o mesh.o mesh_check.o mesh_coarsen.o mesh_graph.o mesh_induce_sepa.o mesh_io.o mesh_io_habo.o mesh_io_scot.o order.o order_check.o order_io.o parser.o parser_ll.o parser_yy.o vgraph.o vgraph_check.o vgraph_separate_bd.o vgraph_separate_es.o vgraph_separate_fm.o vgraph_separate_gg.o vgraph_separate_gp.o vgraph_separate_ml.o vgraph_separate_st.o vgraph_separate_th.o vgraph_separate_vw.o vgraph_separate_zr.o vgraph_store.o vmesh.o vmesh_check.o vmesh_separate_fm.o vmesh_separate_gg.o vmesh_separate_gr.o vmesh_separate_ml.o vmesh_separate_zr.o vmesh_separate_st.o vmesh_store.o ln -s libscotch-5.1.so libscotch.so ar -ruv libscotch.a arch.o arch_build.o arch_cmplt.o arch_cmpltw.o arch_deco.o arch_hcub.o arch_mesh.o arch_tleaf.o arch_torus.o arch_vcmplt.o arch_vhcub.o bgraph.o bgraph_bipart_bd.o bgraph_bipart_df.o bgraph_bipart_ex.o bgraph_bipart_fm.o bgraph_bipart_gg.o bgraph_bipart_gp.o bgraph_bipart_ml.o bgraph_bipart_st.o bgraph_bipart_zr.o bgraph_check.o bgraph_store.o common.o common_file.o common_file_compress.o common_file_uncompress.o common_integer.o common_memory.o common_stub.o gain.o geom.o graph.o graph_base.o graph_check.o graph_coarsen.o graph_induce.o graph_io.o graph_io_chac.o graph_io_habo.o graph_io_mmkt.o graph_io_scot.o graph_list.o hall_order_hd.o hall_order_hf.o hall_order_hx.o hgraph.o hgraph_check.o hgraph_induce.o hgraph_order_bl.o hgraph_order_cp.o hgraph_order_gp.o hgraph_order_hd.o hgraph_order_hf.o hgraph_order_hx.o hgraph_order_nd.o hgraph_order_si.o hgraph_order_st.o hmesh.o hmesh_check.o hmesh_hgraph.o hmesh_induce.o hmesh_mesh.o hmesh_order_bl.o hmesh_order_cp.o hmesh_order_gr.o hmesh_order_gp.o hmesh_order_hd.o hmesh_order_hf.o hmesh_order_hx.o hmesh_order_nd.o hmesh_order_si.o hmesh_order_st.o kgraph.o kgraph_map_rb.o kgraph_map_st.o library_arch.o library_arch_f.o library_arch_build.o library_arch_build_f.o library_arch_cmpltw.o library_arch_cmpltw_f.o library_geom.o library_geom_f.o library_graph.o library_graph_f.o library_graph_base.o library_graph_base_f.o library_graph_check.o library_graph_check_f.o library_graph_io_chac.o library_graph_io_chac_f.o library_graph_io_habo.o library_graph_io_habo_f.o library_graph_io_mmkt.o library_graph_io_mmkt_f.o library_graph_io_scot.o library_graph_io_scot_f.o library_graph_map.o library_graph_map_f.o library_graph_map_view.o library_graph_map_view_f.o library_graph_order.o library_graph_order_f.o library_mesh.o library_mesh_f.o library_mesh_graph.o library_mesh_graph_f.o library_mesh_io_habo.o library_mesh_io_habo_f.o library_mesh_io_scot.o library_mesh_io_scot_f.o library_mesh_order.o library_mesh_order_f.o library_parser.o library_parser_f.o library_random.o library_random_f.o mapping.o mapping_io.o mesh.o mesh_check.o mesh_coarsen.o mesh_graph.o mesh_induce_sepa.o mesh_io.o mesh_io_habo.o mesh_io_scot.o order.o order_check.o order_io.o parser.o parser_ll.o parser_yy.o vgraph.o vgraph_check.o vgraph_separate_bd.o vgraph_separate_es.o vgraph_separate_fm.o vgraph_separate_gg.o vgraph_separate_gp.o vgraph_separate_ml.o vgraph_separate_st.o vgraph_separate_th.o vgraph_separate_vw.o vgraph_separate_zr.o vgraph_store.o vmesh.o vmesh_check.o vmesh_separate_fm.o vmesh_separate_gg.o vmesh_separate_gr.o vmesh_separate_ml.o vmesh_separate_zr.o vmesh_separate_st.o vmesh_store.o ar: creating libscotch.a a - arch.o a - arch_build.o a - arch_cmplt.o a - arch_cmpltw.o a - arch_deco.o a - arch_hcub.o a - arch_mesh.o a - arch_tleaf.o a - arch_torus.o a - arch_vcmplt.o a - arch_vhcub.o a - bgraph.o a - bgraph_bipart_bd.o a - bgraph_bipart_df.o a - bgraph_bipart_ex.o a - bgraph_bipart_fm.o a - bgraph_bipart_gg.o a - bgraph_bipart_gp.o a - bgraph_bipart_ml.o a - bgraph_bipart_st.o a - bgraph_bipart_zr.o a - bgraph_check.o a - bgraph_store.o a - common.o a - common_file.o a - common_file_compress.o a - common_file_uncompress.o a - common_integer.o a - common_memory.o a - common_stub.o a - gain.o a - geom.o a - graph.o a - graph_base.o a - graph_check.o a - graph_coarsen.o a - graph_induce.o a - graph_io.o a - graph_io_chac.o a - graph_io_habo.o a - graph_io_mmkt.o a - graph_io_scot.o a - graph_list.o a - hall_order_hd.o a - hall_order_hf.o a - hall_order_hx.o a - hgraph.o a - hgraph_check.o a - hgraph_induce.o a - hgraph_order_bl.o a - hgraph_order_cp.o a - hgraph_order_gp.o a - hgraph_order_hd.o a - hgraph_order_hf.o a - hgraph_order_hx.o a - hgraph_order_nd.o a - hgraph_order_si.o a - hgraph_order_st.o a - hmesh.o a - hmesh_check.o a - hmesh_hgraph.o a - hmesh_induce.o a - hmesh_mesh.o a - hmesh_order_bl.o a - hmesh_order_cp.o a - hmesh_order_gr.o a - hmesh_order_gp.o a - hmesh_order_hd.o a - hmesh_order_hf.o a - hmesh_order_hx.o a - hmesh_order_nd.o a - hmesh_order_si.o a - hmesh_order_st.o a - kgraph.o a - kgraph_map_rb.o a - kgraph_map_st.o a - library_arch.o a - library_arch_f.o a - library_arch_build.o a - library_arch_build_f.o a - library_arch_cmpltw.o a - library_arch_cmpltw_f.o a - library_geom.o a - library_geom_f.o a - library_graph.o a - library_graph_f.o a - library_graph_base.o a - library_graph_base_f.o a - library_graph_check.o a - library_graph_check_f.o a - library_graph_io_chac.o a - library_graph_io_chac_f.o a - library_graph_io_habo.o a - library_graph_io_habo_f.o a - library_graph_io_mmkt.o a - library_graph_io_mmkt_f.o a - library_graph_io_scot.o a - library_graph_io_scot_f.o a - library_graph_map.o a - library_graph_map_f.o a - library_graph_map_view.o a - library_graph_map_view_f.o a - library_graph_order.o a - library_graph_order_f.o a - library_mesh.o a - library_mesh_f.o a - library_mesh_graph.o a - library_mesh_graph_f.o a - library_mesh_io_habo.o a - library_mesh_io_habo_f.o a - library_mesh_io_scot.o a - library_mesh_io_scot_f.o a - library_mesh_order.o a - library_mesh_order_f.o a - library_parser.o a - library_parser_f.o a - library_random.o a - library_random_f.o a - mapping.o a - mapping_io.o a - mesh.o a - mesh_check.o a - mesh_coarsen.o a - mesh_graph.o a - mesh_induce_sepa.o a - mesh_io.o a - mesh_io_habo.o a - mesh_io_scot.o a - order.o a - order_check.o a - order_io.o a - parser.o a - parser_ll.o a - parser_yy.o a - vgraph.o a - vgraph_check.o a - vgraph_separate_bd.o a - vgraph_separate_es.o a - vgraph_separate_fm.o a - vgraph_separate_gg.o a - vgraph_separate_gp.o a - vgraph_separate_ml.o a - vgraph_separate_st.o a - vgraph_separate_th.o a - vgraph_separate_vw.o a - vgraph_separate_zr.o a - vgraph_store.o a - vmesh.o a - vmesh_check.o a - vmesh_separate_fm.o a - vmesh_separate_gg.o a - vmesh_separate_gr.o a - vmesh_separate_ml.o a - vmesh_separate_zr.o a - vmesh_separate_st.o a - vmesh_store.o ranlib libscotch.a gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -c library_error_exit.c -o library_error_exit.o gcc -shared -Wl,-soname,libscotcherrexit-5.1.so -o libscotcherrexit-5.1.so library_error_exit.o ln -s libscotcherrexit-5.1.so libscotcherrexit.so ar -ruv libscotcherrexit.a library_error_exit.o ar: creating libscotcherrexit.a a - library_error_exit.o ranlib libscotcherrexit.a make[3]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotch' make[2]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotch' make[2]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotch' cp scotch.h scotchf.h ../../include cp libscotch.a libscotcherr*.a ../../lib make[2]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotch' (cd scotch ; make VERSION=\"5.0\" scotch && make install) make[2]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src/scotch' rm -f *~ *.o acpl amk_ccc amk_fft2 amk_grf amk_hy amk_m2 amk_p2 atst dgscat gbase gcv gmap gmk_hy gmk_m2 gmk_m3 gmk_msh gmk_ub2 gmtst *gord gotst gout gpart *gtst mcv mmk_m2 mmk_m3 mord mtst make SCOTCHLIB=scotch \ acpl \ amk_ccc \ amk_fft2 \ amk_grf \ amk_hy \ amk_m2 \ amk_p2 \ atst \ gbase \ gcv \ gmap \ gmk_hy \ gmk_m2 \ gmk_m3 \ gmk_msh \ gmk_ub2 \ gmtst \ gord \ gotst \ gout \ gpart \ gtst \ mcv \ mmk_m2 \ mmk_m3 \ mord \ mtst make[3]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src/scotch' gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" acpl.c -o acpl -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" amk_ccc.c -o amk_ccc -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" amk_fft2.c -o amk_fft2 -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" amk_grf.c -o amk_grf -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" amk_hy.c -o amk_hy -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" amk_m2.c -o amk_m2 -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" amk_p2.c -o amk_p2 -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" atst.c -o atst -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gbase.c -o gbase -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gcv.c -o gcv -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gmap.c -o gmap -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gmk_hy.c -o gmk_hy -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gmk_m2.c -o gmk_m2 -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gmk_m3.c -o gmk_m3 -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gmk_msh.c -o gmk_msh -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gmk_ub2.c -o gmk_ub2 -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gmtst.c -o gmtst -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gord.c -o gord -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gotst.c -o gotst -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../libscotch -I../../include -DSCOTCH_VERSION=\""5.0"\" gout_c.c gout_o.c -o gout -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt rm -f gpart ln gmap gpart gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" gtst.c -o gtst -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" mcv.c -o mcv -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" mmk_m2.c -o mmk_m2 -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" mmk_m3.c -o mmk_m3 -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" mord.c -o mord -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -DSCOTCH_VERSION=\""5.0"\" mtst.c -o mtst -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt make[3]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src/scotch' make[2]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src/scotch' make[2]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src/scotch' cp acpl amk_ccc amk_fft2 amk_grf amk_hy amk_m2 amk_p2 atst gbase gcv gmap gmk_hy gmk_m2 gmk_m3 gmk_msh gmk_ub2 gmtst gord gotst gout *gtst mcv mmk_m2 mmk_m3 mord mtst ../../bin rm -f ../../bin/gpart ln ../../bin/gmap ../../bin/gpart make[2]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src/scotch' (cd libscotchmetis ; make scotch && make install) make[2]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotchmetis' gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -c metis_graph_order.c -o metis_graph_order.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -c metis_graph_order_f.c -o metis_graph_order_f.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -c metis_graph_part.c -o metis_graph_part.o gcc -g -O3 -I. -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD -I../../include -I../libscotch -c metis_graph_part_f.c -o metis_graph_part_f.o gcc -shared -Wl,-soname,libscotchmetis-5.1.so -L../libscotch -lscotch -o libscotchmetis-5.1.so metis_graph_order.o metis_graph_order_f.o metis_graph_part.o metis_graph_part_f.o ln -s libscotchmetis-5.1.so libscotchmetis.so ar -ruv libscotchmetis.a metis_graph_order.o metis_graph_order_f.o metis_graph_part.o metis_graph_part_f.o ar: creating libscotchmetis.a a - metis_graph_order.o a - metis_graph_order_f.o a - metis_graph_part.o a - metis_graph_part_f.o ranlib libscotchmetis.a make[2]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotchmetis' make[2]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotchmetis' cp metis.h ../../include cp libscotchmetis.a ../../lib make[2]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotchmetis' make[1]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src' touch debian/stamp-makefile-build DEB_MAKE_CHECK_TARGET unset, not running checks for i in acpl amk_grf amk_p2 gbase gmk_hy gmk_msh gord gtst mcv mord\ amk_ccc amk_hy atst gcv gmk_m2 gmk_ub2 gotst mmk_m2 mtst\ amk_fft2 amk_m2 gmap gmk_m3 gmtst gout mmk_m3;\ do\ mv bin/$i bin/scotch_$i;\ done fakeroot debian/rules binary test -x debian/rules dh_clean -k dh_installdirs -A mkdir -p "/home/hazelsct/scotch-5.1.4.dfsg/src" QUILT_PATCHES=debian/patches quilt push -a || test $? = 2 File series fully applied, ends at patch metis-header.patch cp debian/Makefile.inc src/Makefile.inc (cd src/libscotch && make scotch.h scotchf.h) make[1]: Entering directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotch' make[1]: `scotch.h' is up to date. make[1]: `scotchf.h' is up to date. make[1]: Leaving directory `/home/hazelsct/scotch-5.1.4.dfsg/src/libscotch' DEB_MAKE_CHECK_TARGET unset, not running checks for i in acpl amk_grf amk_p2 gbase gmk_hy gmk_msh gord gtst mcv mord\ amk_ccc amk_hy atst gcv gmk_m2 gmk_ub2 gotst mmk_m2 mtst\ amk_fft2 amk_m2 gmap gmk_m3 gmtst gout mmk_m3;\ do\ mv bin/$i bin/scotch_$i;\ done mv: cannot stat `bin/acpl': No such file or directory mv: cannot stat `bin/amk_grf': No such file or directory mv: cannot stat `bin/amk_p2': No such file or directory mv: cannot stat `bin/gbase': No such file or directory mv: cannot stat `bin/gmk_hy': No such file or directory mv: cannot stat `bin/gmk_msh': No such file or directory mv: cannot stat `bin/gord': No such file or directory mv: cannot stat `bin/gtst': No such file or directory mv: cannot stat `bin/mcv': No such file or directory mv: cannot stat `bin/mord': No such file or directory mv: cannot stat `bin/amk_ccc': No such file or directory mv: cannot stat `bin/amk_hy': No such file or directory mv: cannot stat `bin/atst': No such file or directory mv: cannot stat `bin/gcv': No such file or directory mv: cannot stat `bin/gmk_m2': No such file or directory mv: cannot stat `bin/gmk_ub2': No such file or directory mv: cannot stat `bin/gotst': No such file or directory mv: cannot stat `bin/mmk_m2': No such file or directory mv: cannot stat `bin/mtst': No such file or directory mv: cannot stat `bin/amk_fft2': No such file or directory mv: cannot stat `bin/amk_m2': No such file or directory mv: cannot stat `bin/gmap': No such file or directory mv: cannot stat `bin/gmk_m3': No such file or directory mv: cannot stat `bin/gmtst': No such file or directory mv: cannot stat `bin/gout': No such file or directory mv: cannot stat `bin/mmk_m3': No such file or directory make: [build/scotch] Error 1 (ignored) DEB_MAKE_INSTALL_TARGET unset, skipping default makefile.mk common-install target dh_installdirs -pscotch dh_installdirs -plibscotch-dev dh_installdirs -plibscotch-dbg dh_installdirs -plibscotchmetis-dev (cd src/libscotchmetis/ && ln -s libscotchmetis.a libmetis.a && \ ln -s libscotchmetis.so libmetis.so) dh_installdirs -plibscotch-5.1 dh_installdocs -pscotch dh_installexamples -pscotch dh_installman -pscotch dh_installinfo -pscotch dh_installmenu -pscotch dh_installcron -pscotch dh_installinit -pscotch dh_installdebconf -pscotch dh_installemacsen -pscotch dh_installcatalogs -pscotch dh_installpam -pscotch dh_installlogrotate -pscotch dh_installlogcheck -pscotch dh_installchangelogs -pscotch dh_installudev -pscotch dh_lintian -pscotch dh_install -pscotch dh_link -pscotch dh_installmime -pscotch dh_installdocs -plibscotch-dev dh_installexamples -plibscotch-dev dh_installman -plibscotch-dev dh_installinfo -plibscotch-dev dh_installmenu -plibscotch-dev dh_installcron -plibscotch-dev dh_installinit -plibscotch-dev dh_installdebconf -plibscotch-dev dh_installemacsen -plibscotch-dev dh_installcatalogs -plibscotch-dev dh_installpam -plibscotch-dev dh_installlogrotate -plibscotch-dev dh_installlogcheck -plibscotch-dev dh_installchangelogs -plibscotch-dev dh_installudev -plibscotch-dev dh_lintian -plibscotch-dev dh_install -plibscotch-dev dh_link -plibscotch-dev dh_installmime -plibscotch-dev dh_installdocs -plibscotch-dbg dh_installexamples -plibscotch-dbg dh_installman -plibscotch-dbg dh_installinfo -plibscotch-dbg dh_installmenu -plibscotch-dbg dh_installcron -plibscotch-dbg dh_installinit -plibscotch-dbg dh_installdebconf -plibscotch-dbg dh_installemacsen -plibscotch-dbg dh_installcatalogs -plibscotch-dbg dh_installpam -plibscotch-dbg dh_installlogrotate -plibscotch-dbg dh_installlogcheck -plibscotch-dbg dh_installchangelogs -plibscotch-dbg dh_installudev -plibscotch-dbg dh_lintian -plibscotch-dbg dh_install -plibscotch-dbg dh_link -plibscotch-dbg dh_installmime -plibscotch-dbg dh_installdocs -plibscotchmetis-dev dh_installexamples -plibscotchmetis-dev dh_installman -plibscotchmetis-dev dh_installinfo -plibscotchmetis-dev dh_installmenu -plibscotchmetis-dev dh_installcron -plibscotchmetis-dev dh_installinit -plibscotchmetis-dev dh_installdebconf -plibscotchmetis-dev dh_installemacsen -plibscotchmetis-dev dh_installcatalogs -plibscotchmetis-dev dh_installpam -plibscotchmetis-dev dh_installlogrotate -plibscotchmetis-dev dh_installlogcheck -plibscotchmetis-dev dh_installchangelogs -plibscotchmetis-dev dh_installudev -plibscotchmetis-dev dh_lintian -plibscotchmetis-dev dh_install -plibscotchmetis-dev dh_link -plibscotchmetis-dev dh_installmime -plibscotchmetis-dev dh_installdocs -plibscotch-5.1 dh_installexamples -plibscotch-5.1 dh_installman -plibscotch-5.1 dh_installinfo -plibscotch-5.1 dh_installmenu -plibscotch-5.1 dh_installcron -plibscotch-5.1 dh_installinit -plibscotch-5.1 dh_installdebconf -plibscotch-5.1 dh_installemacsen -plibscotch-5.1 dh_installcatalogs -plibscotch-5.1 dh_installpam -plibscotch-5.1 dh_installlogrotate -plibscotch-5.1 dh_installlogcheck -plibscotch-5.1 dh_installchangelogs -plibscotch-5.1 dh_installudev -plibscotch-5.1 dh_lintian -plibscotch-5.1 dh_install -plibscotch-5.1 dh_link -plibscotch-5.1 dh_installmime -plibscotch-5.1 dh_strip -pscotch --dbg-package=libscotch-dbg dh_compress -pscotch dh_fixperms -pscotch dh_makeshlibs -pscotch dh_strip -plibscotch-dev --dbg-package=libscotch-dbg dh_compress -plibscotch-dev dh_fixperms -plibscotch-dev dh_makeshlibs -plibscotch-dev dh_compress -plibscotch-dbg dh_fixperms -plibscotch-dbg dh_strip -plibscotchmetis-dev --dbg-package=libscotch-dbg dh_compress -plibscotchmetis-dev dh_fixperms -plibscotchmetis-dev dh_makeshlibs -plibscotchmetis-dev dh_strip -plibscotch-5.1 --dbg-package=libscotch-dbg dh_compress -plibscotch-5.1 dh_fixperms -plibscotch-5.1 dh_makeshlibs -plibscotch-5.1 dh_installdeb -pscotch dh_perl -pscotch dh_shlibdeps -pscotch dh_installdeb -plibscotch-dev dh_perl -plibscotch-dev dh_shlibdeps -plibscotch-dev dh_installdeb -plibscotch-dbg dh_perl -plibscotch-dbg dh_shlibdeps -plibscotch-dbg dh_installdeb -plibscotchmetis-dev dh_perl -plibscotchmetis-dev dh_shlibdeps -plibscotchmetis-dev dh_installdeb -plibscotch-5.1 dh_perl -plibscotch-5.1 dh_shlibdeps -plibscotch-5.1 dh_gencontrol -pscotch dh_md5sums -pscotch dh_builddeb -pscotch dpkg-deb: building package `scotch' in `../scotch_5.1.4.dfsg-2_amd64.deb'. dh_gencontrol -plibscotch-dev dh_md5sums -plibscotch-dev dh_builddeb -plibscotch-dev dpkg-deb: building package `libscotch-dev' in `../libscotch-dev_5.1.4.dfsg-2_amd64.deb'. dh_gencontrol -plibscotch-dbg dh_md5sums -plibscotch-dbg dh_builddeb -plibscotch-dbg dpkg-deb: building package `libscotch-dbg' in `../libscotch-dbg_5.1.4.dfsg-2_amd64.deb'. dh_gencontrol -plibscotchmetis-dev dh_md5sums -plibscotchmetis-dev dh_builddeb -plibscotchmetis-dev dpkg-deb: building package `libscotchmetis-dev' in `../libscotchmetis-dev_5.1.4.dfsg-2_amd64.deb'. dh_gencontrol -plibscotch-5.1 dh_md5sums -plibscotch-5.1 dh_builddeb -plibscotch-5.1 dpkg-deb: building package `libscotch-5.1' in `../libscotch-5.1_5.1.4.dfsg-2_amd64.deb'. signfile scotch_5.1.4.dfsg-2.dsc gpg: NOTE: old default options file `/home/hazelsct/.gnupg/options' ignored dpkg-genchanges >../scotch_5.1.4.dfsg-2_amd64.changes dpkg-genchanges: not including original source code in upload signfile scotch_5.1.4.dfsg-2_amd64.changes gpg: NOTE: old default options file `/home/hazelsct/.gnupg/options' ignored dpkg-buildpackage: binary and diff upload (original source NOT included)