Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27717/main/finkinfo/sci

Modified Files:
        genius.info gretl.info plplot.info 
Log Message:
more build fixes/distcc-friendly

Index: genius.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/genius.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- genius.info 22 Aug 2006 16:03:08 -0000      1.1
+++ genius.info 7 Mar 2007 22:58:50 -0000       1.2
@@ -15,6 +15,8 @@
   perl -pi -e 's/-scrollkeeper-update/#-scrollkeeper-update/' 
help/C/Makefile.in
   perl -pi -e 's/-update-mime-database/#-update-mime-database/' Makefile.in
 <<
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 ConfigureParams: --libexecdir=%p/lib --disable-dependency-tracking
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO

Index: plplot.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/plplot.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- plplot.info 6 Jan 2007 23:30:32 -0000       1.18
+++ plplot.info 7 Mar 2007 22:58:50 -0000       1.19
@@ -12,6 +12,8 @@
 
 SetCFLAGS: -Wno-long-double
 SetLDFlags: -L%p/lib/python2.5/config
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 
 PatchScript: <<
  perl -pi -e 's,head \-5,head -n5,' bindings/octave/Makefile*

Index: gretl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gretl.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gretl.info  20 Jul 2006 02:49:27 -0000      1.6
+++ gretl.info  7 Mar 2007 22:58:50 -0000       1.7
@@ -44,7 +44,7 @@
 CompileScript: export CPATH=%p/include; ./configure %c; make; make check
 InstallScript: <<
 #!/bin/sh -ev
-  make install prefix=%i
+  make -j1 install prefix=%i
 # -L%p/lib not needed in .la files (all corresponding libs have absolute paths)
 # Being there, we may as well also remove homonyms of libSystem, which is 
always there, and must be searched last.  
   find %i/lib -name "*.la" | xargs perl -pi -e "s, \-L%p/lib([^/]),\$1,g; s, 
\-l([mzc]|dl|pthread)\b,,g"


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to