Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31144/stable/main/finkinfo/sci

Modified Files:
        rasmol.info 
Log Message:
fix path location for rm'ing stray .o files
no rev up because it didn't build on non i386

Index: rasmol.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/rasmol.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rasmol.info 18 Apr 2010 16:30:30 -0000      1.6
+++ rasmol.info 19 Apr 2010 01:56:26 -0000      1.7
@@ -27,9 +27,9 @@
  sed 's|@PREFIX@|%p|g' <%{PatchFile} >rasmol.patch
  patch -p1 <rasmol.patch
  ### CVector comes with a precompiled i386 object file.  Get rid of it.
- rm -f %n-%v-23Jul09/external_packages/CVector-1.0.3/CVector.o
+ /bin/rm external_packages/CVector-1.0.3/CVector.o
  ### CQRlib comes with a precompiled i386 object file.  Get rid of it, though 
it seems to get rebuilt anyway
- rm -f %n-%v-23Jul09/external_packages/CQRlib-1.0.3/.libs/cqrlib.o
+ /bin/rm external_packages/CQRlib-1.0.3/.libs/cqrlib.o
 <<
 CompileScript: <<
 #!/bin/sh -ev
@@ -38,7 +38,7 @@
  cd src
  xmkmf
  perl -pi.bak -e 's|/usr/bin/cc|gcc|g' Makefile
- make rasmol
+ /usr/bin/make -w rasmol
 <<
 InstallScript: <<
 #!/bin/sh -ev


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to