IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24068


Ignore:
Timestamp:
May 5, 2009, 9:11:48 AM (17 years ago)
Author:
Paul Price
Message:

Adding build tools to dependencies. Added '-force build' option to pschecklibs.

Location:
trunk
Files:
3 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/extlibs

    • Property svn:ignore
      •  

        old new  
        1212mysql-5.0.51a
        1313readline-5.2-p12
         14automake-1.10
         15pkg-config-0.22
         16autoconf-2.63
         17libtool-2.2.6
  • trunk/psconfig/pschecklibs

    r23155 r24068  
    2525    if ($ARGV[0] eq "-force") {
    2626        if (@ARGV < 2) { die "-force must be coupled to a library name\n"; }
    27         $force{lc($ARGV[1])} = 1;
     27        if (lc($ARGV[1]) eq 'build') {
     28            $force{'autoconf'} = 1;
     29            $force{'automake'} = 1;
     30            $force{'libtool'} = 1;
     31            $force{'pkg-config'} = 1;
     32        } else {
     33            $force{lc($ARGV[1])} = 1;
     34        }
    2835        shift; shift; next;
    2936    }
  • trunk/psconfig/tagsets/ipp-2.8.libs

    r22743 r24068  
    1818#   make install options
    1919
     20
     21# Build tools
     22bin autoconf             NONE           NONE   autoconf-2.63.tar.gz     autoconf-2.63    N NONE NONE NONE
     23bin automake             NONE           NONE   autoconf-1.10.tar.gz     automake-1.10    N NONE NONE NONE
     24bin libtool              NONE           NONE   libtool-2.2.6a.tar.gz    libtool-2.2.6    N NONE NONE NONE
     25bin pkg-config           NONE           NONE   pkg-config-0.23.tar.gz   pkg-config-0.23  N NONE NONE NONE
     26
    2027lib libm                 NONE           NONE   NONE                     NONE             N NONE NONE NONE
    2128lib libX11               NONE           NONE   NONE                     NONE             N NONE NONE NONE
     
    3441# paul claims we are not currently using double-point FFTs anywhere
    3542
    36 bin pkg-config           NONE           NONE   pkg-config-0.22.tar.gz   pkg-config-0.22  N NONE NONE NONE
    3743
    3844inc X11/Xatom.h          NONE           NONE   NONE                     NONE             N NONE NONE NONE
Note: See TracChangeset for help on using the changeset viewer.