~maddevelopers/mg5amcnlo/new_clustering

« back to all changes in this revision

Viewing changes to Template/LO/Source/.make_opts

  • Committer: Rikkert Frederix
  • Date: 2019-10-17 08:36:05 UTC
  • mfrom: (275.7.31 2.6.7)
  • Revision ID: frederix@physik.uzh.ch-20191017083605-bg78bda5jiq8u614
merge with public 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
ifeq ($(FC), ftn)
50
50
FFLAGS+= -extend-source # for ifort type of compiler
51
51
else
52
 
FFLAGS+= -ffixed-line-length-132
 
52
    VERS="$(shell $(FC) --version | grep ifort -i)"
 
53
    ifeq ($(VERS), "")
 
54
        FFLAGS+= -ffixed-line-length-132
 
55
    else             
 
56
        FFLAGS+= -extend-source # for ifort type of compiler
 
57
    endif
53
58
endif
54
59
 
55
60
 
56
 
 
57
61
UNAME := $(shell uname -s)
58
62
ifeq ($(origin LDFLAGS), undefined)
59
63
LDFLAGS=$(STDLIB) $(MACFLAG)