Changeset 1763


Ignore:
Timestamp:
07/07/10 12:17:53 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: make; make install @$ASAPROOT

then an stand-alone application, asap2to3, is
installed to $CASAARCH/bin/

Put in Release Notes: No

Module(s): asap2to3

Description: A build option is added so that asap2to3 will

be a stand alone application.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/apps/Makefile

    r1761 r1763  
    1717
    1818# compiler flags
    19 CXXFLAGS := -fPIC -O3 -g
     19CXXFLAGS := -fPIC -O3 -g -Wl,-rpath=$(CASALIB)
    2020CXXFLAGS += -ansi -Wno-long-long -Wall
    2121
    2222# darwin specific flags
    2323ifeq "$(CASAARCH)" "darwin"
    24    CXXFLAGS += -Wno-long-double
     24#   CXXFLAGS += -Wno-long-double
    2525endif
    2626
Note: See TracChangeset for help on using the changeset viewer.