~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/LO/Source/make_opts

  • Committer: olivier Mattelaer
  • Date: 2016-06-10 16:37:06 UTC
  • mfrom: (262.9.34 2.4.1_new)
  • Revision ID: olivier.mattelaer@uclouvain.be-20160610163706-l0suyilznv4ltsgk
pass to 2.4.2 (minor fix)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
# Set FC unless it's defined by an environment variable
39
39
ifeq ($(origin FC),default)
40
 
FC=gfortran
 
40
FC=$(DEFAULT_F_COMPILER)
41
41
endif
42
42
ifeq ($(origin F2PY), undefined)
43
 
F2PY=f2py
 
43
F2PY=$(DEFAULT_F2PY_COMPILER)
44
44
endif
45
45
 
46
46
UNAME := $(shell uname -s)