~maddevelopers/mg5amcnlo/APPLGRID_PS

« back to all changes in this revision

Viewing changes to Template/NLO/Source/make_opts.inc

  • Committer: Rikkert Frederix
  • Date: 2015-11-10 11:52:48 UTC
  • mfrom: (253.34.4 madgraph5)
  • Revision ID: frederix@physik.uzh.ch-20151110115248-5lb5ub00tysnytih
merge with public 2.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#  FC=g77
25
25
  FC=gfortran
26
26
endif
 
27
# Set F2PY unless it's defined by an environment variable
 
28
ifeq ($(origin F2PY),undefined)
 
29
  F2PY=f2py
 
30
endif
27
31
 
28
32
# Set CXX unless it's defined by an environment variable
29
33
ifeq ($(origin CXX),default)