Ignore:
Timestamp:
Feb 21, 2008, 6:43:57 PM (16 years ago)
Author:
mmc
Message:

Optimization part is getting better. Fleshed out the plug-in for
PGApack, and integrated a first cut that includes the data handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/optimizer/src/configure.in

    r897 r898  
    7474TEA_ADD_SOURCES([rp_optimizer.c rp_tcloptions.c rp_optimizer_tcl.c plugin_pgapack.c])
    7575TEA_ADD_HEADERS([])
    76 TEA_ADD_INCLUDES([])
    77 TEA_ADD_CFLAGS([])
     76TEA_ADD_INCLUDES([-Ipgapack/pgapack/include])
     77TEA_ADD_CFLAGS([-DWL=32])
    7878TEA_ADD_STUB_SOURCES([])
    7979# uncomment this and mkindex.tcl line in makefile when you are ready to
     
    8181#TEA_ADD_TCL_SOURCES([scripts/exec.tcl scripts/value.tcl init.tcl ../../tcl/scripts/library.tcl ../../tcl/scripts/result.tcl])
    8282TEA_ADD_TCL_SOURCES([])
     83TEA_ADD_LIBS([-Lpgapack/pgapack/lib/linux -lpgaO])
    8384
    8485#--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.