aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-15 21:04:29 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-15 21:04:29 +0100
commit5f3bbdd655e095639112920670142a829ec65683 (patch)
tree43136ed19f49498d60b570dd54318aa6c3293c91 /sci-physics/openmx/files
parentprofiles/package.mask: unmask fullprof, fixed (diff)
downloadsci-5f3bbdd655e095639112920670142a829ec65683.tar.gz
sci-5f3bbdd655e095639112920670142a829ec65683.tar.bz2
sci-5f3bbdd655e095639112920670142a829ec65683.zip
sci-physics/openmx: fix fetch, version bump
no keywords yet because compilation fails at the end with some undefined references Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-physics/openmx/files')
-rw-r--r--sci-physics/openmx/files/3.7-fortran_objects.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-physics/openmx/files/3.7-fortran_objects.patch b/sci-physics/openmx/files/3.7-fortran_objects.patch
deleted file mode 100644
index 62521a4da..000000000
--- a/sci-physics/openmx/files/3.7-fortran_objects.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naurp openmx3.7.orig/source/makefile openmx3.7/source/makefile
---- openmx3.7.orig/source/makefile 2013-06-18 11:22:23.000000000 +0000
-+++ openmx3.7/source/makefile 2013-06-18 11:36:31.118716378 +0000
-@@ -818,8 +818,8 @@ TRAN_Set_SurfOverlap_NC.o: TRAN_Set_Surf
-
-
- elpa1.o: elpa1.f90
-- $(FC) -c elpa1.f90
-+ $(FC) -c elpa1.f90 -o elpa1.o
- solve_evp_real.o: solve_evp_real.f90
-- $(FC) -c solve_evp_real.f90
-+ $(FC) -c solve_evp_real.f90 -o solve_evp_real.o
- solve_evp_complex.o: solve_evp_complex.f90
-- $(FC) -c solve_evp_complex.f90
-+ $(FC) -c solve_evp_complex.f90 -o solve_evp_complex.o