Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23783

Modified Files:
        tinker.info 
Added Files:
        tinker.patch 
Log Message:
tinker updates via Jack Howarth

--- NEW FILE: tinker.patch ---
--- tinker/source/initial.f.orig        2013-06-07 09:19:19.000000000 -0400
+++ tinker/source/initial.f     2013-06-07 09:21:08.000000000 -0400
@@ -60,8 +60,8 @@
 c
 c     Intel compiler extensions to OpenMP standard
 c
-!$    call kmp_set_stacksize (2**28)
-!$    call kmp_set_blocktime (0)
+c !$    call kmp_set_stacksize (2**28)
+c !$    call kmp_set_blocktime (0)
 c
 c     default unit numbers for input and output
 c

Index: tinker.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/tinker.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tinker.info 3 Jul 2013 21:13:06 -0000       1.4
+++ tinker.info 27 Aug 2013 19:31:09 -0000      1.5
@@ -1,15 +1,20 @@
 Package: tinker
-Version: 6.2.05
+Version: 6.2.06
 Revision: 1
 Source: http://dasher.wustl.edu/%n/downloads/%n-%v.tar.gz
 SourceRename: %n-%v.tar.gz 
 SourceDirectory: %n
-Source-MD5: 5a2be7b669e49636f9d602f76534c6e9
-BuildDepends: gcc48
-Depends: gcc48-shlibs
+Source-MD5: 5b26971634f65f13e16011d1cd781aac
+PatchFile: %n.patch
+PatchFile-MD5: 962d75c0f3eecdccde5c0b6b2e6e8839
+BuildDepends: gcc48-compiler, fftw3
+Depends: gcc48-shlibs, fftw3-shlibs
 PatchScript: <<
 #!/bin/zsh -efv
-perl -pi -e 's|gfortran -c -O3|gfortran -c -O3 -fno-align-commons|g' 
macosx/**/*.make
+%{default_script}
+perl -pi -e 's|gfortran -c -O3|gfortran-fsf-4.8 -c -O3 -fno-align-commons 
-fopenmp|g' macosx/**/*.make
+perl -pi -e 's|gfortran |gfortran-fsf-4.8 -fopenmp |g' macosx/**/link*.make
+perl -pi -e 's|libtinker.a|libtinker.a -L%p/lib -lfftw3 -lfftw3_omp 
-L%p/lib/gcc4.8/lib -lgomp|g' macosx/**/link*.make
 <<
 CompileScript: << 
 #!/bin/bash -ev


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to