Changeset 3030 for trunk


Ignore:
Timestamp:
03/03/15 21:07:56 (9 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-6929)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): build using scons

Description: fixed SConstruct to take care of difference of include path of casacore in asap and casacore itself.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r3029 r3030  
    161161        if os.path.exists(pth):
    162162            libpath = os.path.join(p, LIBDIR)
    163             conf.env.AppendUnique(CPPPATH=[pth])
     163            conf.env.AppendUnique(CPPPATH=[pth,pth+'/..'])
    164164            break
    165165    cclibs = ["casa_images", "casa_ms", #"casa_components",
     
    220220    return "Testing module..."
    221221
    222 taction = Action(test_module, test_str)
    223 env.AddPostAction(so, taction)
     222#taction = Action(test_module, test_str)
     223#env.AddPostAction(so, taction)
    224224
    225225if env.GetOption("clean"):
Note: See TracChangeset for help on using the changeset viewer.