From c83750b1c6bb6583fd9626b8adcd484b7c8952b7 Mon Sep 17 00:00:00 2001 From: Honza Macháček Date: Fri, 6 Jan 2017 11:58:12 +0100 Subject: Added sci-libs/wannier-2.0.1.1, the Linux didtribution packagers patched version from Launchpad. The favourite of the sci-physics/abinit developers. Package-Manager: Portage-2.3.2, Repoman-2.3.1 --- sci-libs/wannier90/files/wannier90-2.0.1.1-runtest.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sci-libs/wannier90/files/wannier90-2.0.1.1-runtest.patch (limited to 'sci-libs/wannier90/files') diff --git a/sci-libs/wannier90/files/wannier90-2.0.1.1-runtest.patch b/sci-libs/wannier90/files/wannier90-2.0.1.1-runtest.patch new file mode 100644 index 000000000..c9656ac31 --- /dev/null +++ b/sci-libs/wannier90/files/wannier90-2.0.1.1-runtest.patch @@ -0,0 +1,12 @@ +diff -Naurp wannier90-2.0.1.1.orig/tests/run_test.pl wannier90-2.0.1.1/tests/run_test.pl +--- wannier90-2.0.1.1.orig/tests/run_test.pl 2016-02-08 11:51:52.000000000 +0000 ++++ wannier90-2.0.1.1/tests/run_test.pl 2017-01-05 12:10:29.584850729 +0000 +@@ -2,7 +2,7 @@ + # + use Cwd; + my $cwd = cwd(); +-$wanex="../wannier90.x" ; ++$wanex="../src/wannier90.x" ; + $wanex=$cwd."/".$wanex ; + print " Running test set of inputs\n"; + @tests_found = <./test*>; -- cgit v1.2.3-65-gdbad