jlec        15/06/21 10:42:07

  Added:                tinker-7.1.2-build.patch 7.1.2-openmp.patch
  Log:
  Version Bump, bug #390165, bug #521292; drop old, obsolets bug #478596, bug 
#552712
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.1                  sci-chemistry/tinker/files/tinker-7.1.2-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tinker/files/tinker-7.1.2-build.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tinker/files/tinker-7.1.2-build.patch?rev=1.1&content-type=text/plain

Index: tinker-7.1.2-build.patch
===================================================================
 make/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/make/Makefile b/make/Makefile
index 61d5037..9be384a 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -719,8 +719,7 @@ EXEFILES = alchemy.x \
 %.x: %.o libtinker.a
        ${F77} ${LINKFLAGS} -o $@ $^ ${LIBS}; strip $@
 
-all:
-       ${EXEFILES}
+all: ${EXEFILES}
 
 install:
        rename



1.1                  sci-chemistry/tinker/files/7.1.2-openmp.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tinker/files/7.1.2-openmp.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tinker/files/7.1.2-openmp.patch?rev=1.1&content-type=text/plain

Index: 7.1.2-openmp.patch
===================================================================
diff --git a/source/initial.f b/source/initial.f
index 835f228..4099c74 100644
--- a/source/initial.f
+++ b/source/initial.f
@@ -73,8 +73,8 @@ c
 c
 c     Intel compiler extensions to OpenMP standard
 c
-!$    call kmp_set_stacksize_s (2**28)
-!$    call kmp_set_blocktime (0)
+!    call kmp_set_stacksize_s (2**28)
+!    call kmp_set_blocktime (0)
 c
 c     values of machine precision constants
 c




Reply via email to