diff options
Diffstat (limited to 'science/tinker/files/patch-make_Makefile')
-rw-r--r-- | science/tinker/files/patch-make_Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/science/tinker/files/patch-make_Makefile b/science/tinker/files/patch-make_Makefile index 4b7b308532ab..7e1f679a86a0 100644 --- a/science/tinker/files/patch-make_Makefile +++ b/science/tinker/files/patch-make_Makefile @@ -1,15 +1,6 @@ ---- make/Makefile.orig 2024-05-04 16:08:28 UTC +--- make/Makefile.orig 2025-09-30 16:25:57 UTC +++ make/Makefile -@@ -68,7 +68,7 @@ F77FLAGS = -c - - F77 = gfortran - F77FLAGS = -c --OPTFLAGS = -Ofast -march=native -fopenmp -+OPTFLAGS = -Ofast $(PORT_SIMD_FLAGS) -fopenmp - OPTFLAGS = -Ofast -fopenmp - OPTFLAGS = -Og -g -fbacktrace -fcheck=bounds -Wunused -Wmaybe-uninitialized - LIBDIR = -L. -L$(TINKER_LIBDIR)/linux -Wl,--no-as-needed -ldl -@@ -829,138 +829,138 @@ rename_bin: +@@ -813,138 +813,138 @@ rename_bin: cat *.f *.c > tinker.txt rename_bin: |