IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2009, 2:52:46 PM (17 years ago)
Author:
eugene
Message:

Fixed a number of build issues:

1) magic and gpcsw had problems with collisions in multithreaded build (-j4)
2) some missing perl dependencies (at least on my ubuntu box)
3) XML-NamespaceSupport-1.10.tar.gz requires an additional flag of the build line to avoid

having it run a CPAN query. I added a feature to supply such build line options, requiring
an update of the perl table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/Makefile.in

    r24393 r26256  
    6060        ln -sf ../Make.Common gpcsrc/fits/tiltystreak/Make.Common
    6161
    62 burntool:
     62libs:
    6363        cd gpcsrc && make -C fits/libfh install
    6464        cd gpcsrc && make -C fits/libfhreg install
     65
     66burntool: libs
    6567        cd gpcsrc && make -C analysis/libpscoords install
    6668        cd gpcsrc && make -C fits/burntool install
    6769
    68 tiltystreak:
    69         cd gpcsrc && make -C fits/libfh install
    70         cd gpcsrc && make -C fits/libfhreg install
     70tiltystreak: libs
    7171        cd gpcsrc && make -C fits/tiltystreak install
Note: See TracChangeset for help on using the changeset viewer.