
Package repositories now look like this: top-level-dir/ repo.yaml packages/ libelf/ package.py mpich/ package.py ... This leaves room at the top level for additional metadata, source, per-repo configs, indexes, etc., and it makes it easy to see that something is a spack repo (just look for repo.yaml and packages).
13 lines
597 B
Diff
13 lines
597 B
Diff
diff -rupN mpe2-1.3.0/src/graphics/src/mpe_graphics.c mpe2-1.3.0.new/src/graphics/src/mpe_graphics.c
|
|
--- mpe2-1.3.0/src/graphics/src/mpe_graphics.c 2009-06-15 10:36:22.000000000 -0600
|
|
+++ mpe2-1.3.0.new/src/graphics/src/mpe_graphics.c 2014-10-25 00:11:22.000000000 -0600
|
|
@@ -982,7 +982,7 @@ char *string;
|
|
return MPE_ERR_BAD_ARGS;
|
|
}
|
|
|
|
- printf("color = %d, string = %s\n",(int) color, string);
|
|
+//printf("color = %d, string = %s\n",(int) color, string);
|
|
|
|
XBSetPixVal( graph->xwin, graph->xwin->cmapping[color] );
|
|
returnVal = XDrawString( graph->xwin->disp, XBDrawable(graph->xwin),
|