~maddevelopers/mg5amcnlo/unleashed_reweighting

« back to all changes in this revision

Viewing changes to Template/LO/Source/make_opts

  • Committer: olivier Mattelaer
  • Date: 2015-08-14 13:56:58 UTC
  • Revision ID: olivier.mattelaer@uclouvain.be-20150814135658-ovxn0u7mivjrqwbt
allow f2py to be specify via the configuration file

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
# Set FC unless it's defined by an environment variable
10
10
ifeq ($(origin FC),default)
11
 
#  FC=gfortran
12
11
   FC=gfortran
13
12
endif
 
13
ifeq ($(origin F2PY), undefined)
 
14
   F2PY=f2py
 
15
endif
 
16
 
 
17
 
14
18
 
15
19
# Options: dynamic, lhapdf
16
20