Changeset da66c89 in flex_extract.git


Ignore:
Timestamp:
Jun 1, 2020, 6:21:05 PM (4 years ago)
Author:
Petra Seibert <petra.seibert [at) univie.ac.at>
Branches:
master, ctbto, dev
Children:
b3bb4df
Parents:
69a19a1
Message:

Update default makefile name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/Classes/ControlFile.py

    r0f89116 rda66c89  
    1919#        - divided assignment of attributes and the check of conditions
    2020#        - outsourced the commandline argument assignments to control attributes
     21#   June 202 - Petra Seibert (Univ of Vienna / BOKU)
     22#        - update default makefile name
    2123#
    2224# @License:
     
    267269    makefile : str
    268270        Name of the makefile to be used for the Fortran program.
    269         Default value is 'Makefile.gfortran'.
     271        Default value is 'makefile_local_gfortran'.
    270272
    271273    destination : str
     
    402404        self.exedir = _config.PATH_FORTRAN_SRC
    403405        self.installdir = None
    404         self.makefile = 'Makefile.gfortran'
     406        self.makefile = 'makefile_local_gfortran'
    405407        self.destination = None
    406408        self.gateway = None
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG