From 9142e96549db51010676ab53e6bb80c9193103d7 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Mon, 30 Jan 2017 18:56:40 +0100 Subject: sci-chemistry/tinker: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/3730 --- sci-chemistry/tinker/files/5.1.09-Makefile.patch | 13 ------------- sci-chemistry/tinker/files/6-openmp.patch | 15 --------------- 2 files changed, 28 deletions(-) delete mode 100644 sci-chemistry/tinker/files/5.1.09-Makefile.patch delete mode 100644 sci-chemistry/tinker/files/6-openmp.patch (limited to 'sci-chemistry/tinker') diff --git a/sci-chemistry/tinker/files/5.1.09-Makefile.patch b/sci-chemistry/tinker/files/5.1.09-Makefile.patch deleted file mode 100644 index 68a095add706..000000000000 --- a/sci-chemistry/tinker/files/5.1.09-Makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/make/Makefile b/make/Makefile -index 221ab45..7634474 100644 ---- a/make/Makefile -+++ b/make/Makefile -@@ -607,7 +607,7 @@ clean: - listing: - cat *.i *.f > tinker.txt - --rename: -+rename: ${EXEFILES} - mv alchemy.x $(BINDIR)/alchemy - mv analyze.x $(BINDIR)/analyze - mv anneal.x $(BINDIR)/anneal diff --git a/sci-chemistry/tinker/files/6-openmp.patch b/sci-chemistry/tinker/files/6-openmp.patch deleted file mode 100644 index 3666fbd0bfc4..000000000000 --- a/sci-chemistry/tinker/files/6-openmp.patch +++ /dev/null @@ -1,15 +0,0 @@ -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 (2**30) --!$ call kmp_set_blocktime (0) -+! call kmp_set_stacksize (2**30) -+! call kmp_set_blocktime (0) - c - c values of machine precision constants - c -- cgit v1.2.3-65-gdbad