Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8249

Modified Files:
        pdb2pqr.info 
Log Message:
fix for 10.6 32-bit

Index: pdb2pqr.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pdb2pqr.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- pdb2pqr.info        7 Sep 2009 18:29:32 -0000       1.14
+++ pdb2pqr.info        7 Sep 2009 21:49:08 -0000       1.15
@@ -1,18 +1,19 @@
 Package: pdb2pqr
 Version: 1.4.0 
-Revision: 3
+Revision: 4
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 2ff9907c06b5420cf52e73717fb01a9d
 SourceDirectory: %n-%v
 Depends: numeric-py26, python26, gcc44-shlibs
 BuildDepends: python, python26, gcc44
+BuildConflicts: g77, g95, fort77
 Description: Converts pdb files to pqr
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 CompileScript: <<
-#!/bin/zsh -efv
-PATH=%p/bin:%p/sbin:${PATH} ; export PATH
-source %p/bin/init.sh
+#!/bin/bash -efv
+#PATH=%p/bin:%p/sbin:${PATH} ; export PATH
+#source %p/bin/init.sh
 #
 if [[ "%m" != "x86_64" ]]; then
     export CCPFLAGS="-m32"
@@ -29,10 +30,11 @@
 rm -fr contrib
 ./configure --with-max-atoms="1000000"    --without-url  
--with-python=%p/bin/python2.6 --with-f77=gfortran 
 if [[ "%m" != "x86_64" ]]; then
-    perl -pi -e 's|-DPACKAGE|-m32 -DPACKAGE|g' **/Makefile
+    perl -pi -e 's|-DPACKAGE|-m32 -DPACKAGE|g' Makefile 
pdb2pka/substruct/Makefile tests/Makefile tests/test/Makefile pdb2pka/Makefile 
propka/Makefile tests/adv-test/Makefile
 fi
 make
-rm -f **/*.o
+rm -f  pdb2pka/pMC_mult.o  pdb2pka/substruct/Algorithms.o  propka/propkac.o  
tests/adv-test/test.o
+rm -r  pdb2pka/pMC_mult_wrap.o   propka/propka.o  propka/propkalib.o   
tests/test/test.o
 <<
 InstallScript: <<
 #!/bin/zsh -efv


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to