Changeset 3034 for trunk/external-alma


Ignore:
Timestamp:
04/01/15 10:35:15 (9 years ago)
Author:
Malte Marquarding
Message:

Remove reference to libpryap (scons). use casacore_python from now on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/SConscript

    r2980 r3034  
    66sources += glob.glob("atnf/pks/pks_maths.cc")
    77
    8 #sources2 = glob.glob("components/SpectralComponents/*.cc")
     8sources2 = glob.glob("components/SpectralComponents/*.cc")
    99
    1010env.AppendUnique(CPPPATH=[Dir(".").abspath])
    1111atnflib=env.Library("atnf", sources)
    12 #complib=env.Library("oldcomponents", sources2)
     12complib=env.Library("oldcomponents", sources2)
    1313env.AppendUnique(LIBPATH=[Dir(".").abspath])
    14 env.Prepend(LIBS=["atnf"])#,"oldcomponents"])
     14env.Prepend(LIBS=["atnf","oldcomponents"])
Note: See TracChangeset for help on using the changeset viewer.