Changeset 1433


Ignore:
Timestamp:
08/28/08 13:54:58 (16 years ago)
Author:
Malte Marquarding
Message:

allow ALMA specific build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1406 r1433  
    6161                           "none",
    6262                           ["none", "pdf", "html"], ignorecase=1),
    63                 BoolOption("apps", "Build cpp apps", False)
     63                BoolOption("apps", "Build cpp apps", False),
     64                BoolOption("alma", "Enable alma specific functionality", False)
    6465                )
    6566
     
    136137    conf.env.CheckFortran(conf)
    137138    if not conf.CheckLib('stdc++', language='c++'): Exit(1)
     139    if conf.env["alma"]:
     140        conf.env.Append(CPPFLAGS=['-DUSE_ALMA'])
    138141    env = conf.Finish()
    139142
Note: See TracChangeset for help on using the changeset viewer.