Changeset 99454


Ignore:
Timestamp:
Nov 5, 2012, 8:52:23 PM (12 years ago)
Author:
ryandesign@…
Message:

nauty: update to 2.4r2, fixing build on Mountain Lion (#36896); enable tests; simplify destroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/nauty/Portfile

    r78753 r99454  
    33
    44name                    nauty
    5 version                 2.4b7
     5version         2.4r2
    66categories              math science
    77platforms       darwin
     
    1010master_sites    ${homepage}
    1111distname                ${name}${version}
    12 worksrcdir              nauty24b7
    13 checksums       md5     183b5a7e7c7a470ad0d81713dec65e6a \
    14                 sha1    932cd09eedfabf305373814f05f107b0bde3f515 \
    15                 rmd160  42e2111518e78eca0da72cc7c9fe487768f93225
     12worksrcdir      ${name}[strsed ${version} {g/\.//}]
    1613
    1714description             nauty is a program for computing automorphism groups of graphs \
     
    3330                                Any use is at your own risk.
    3431
     32checksums       rmd160  4d22200a646e453090cd8d31fc3adce6a1e47e69 \
     33                sha256  760f9cca43b8eb7dd083983ea0e137125ee8a181d460c970137cfb7490fe1621
     34
     35test.run        yes
     36test.target     checks
     37
    3538destroot {
    36         file copy ${worksrcpath}/NRswitchg ${destroot}${prefix}/bin
    37         file copy ${worksrcpath}/addedgeg ${destroot}${prefix}/bin
    38         file copy ${worksrcpath}/amtog ${destroot}${prefix}/bin
    39         file copy ${worksrcpath}/biplabg ${destroot}${prefix}/bin
    40         file copy ${worksrcpath}/catg ${destroot}${prefix}/bin
    41         file copy ${worksrcpath}/complg ${destroot}${prefix}/bin
    42         file copy ${worksrcpath}/copyg ${destroot}${prefix}/bin
    43         file copy ${worksrcpath}/countg ${destroot}${prefix}/bin
    44         file copy ${worksrcpath}/deledgeg ${destroot}${prefix}/bin
    45         file copy ${worksrcpath}/directg ${destroot}${prefix}/bin
    46         file copy ${worksrcpath}/dreadnaut ${destroot}${prefix}/bin
    47         file copy ${worksrcpath}/dretog ${destroot}${prefix}/bin
    48         file copy ${worksrcpath}/genbg ${destroot}${prefix}/bin
    49         file copy ${worksrcpath}/geng ${destroot}${prefix}/bin
    50         file copy ${worksrcpath}/genrang ${destroot}${prefix}/bin
    51         file copy ${worksrcpath}/labelg ${destroot}${prefix}/bin
    52         file copy ${worksrcpath}/listg ${destroot}${prefix}/bin
    53         file copy ${worksrcpath}/multig ${destroot}${prefix}/bin
    54         file copy ${worksrcpath}/newedgeg ${destroot}${prefix}/bin
    55         file copy ${worksrcpath}/pickg ${destroot}${prefix}/bin
    56         file copy ${worksrcpath}/planarg ${destroot}${prefix}/bin
    57         file copy ${worksrcpath}/shortg ${destroot}${prefix}/bin
    58         file copy ${worksrcpath}/showg ${destroot}${prefix}/bin
     39    xinstall -W ${worksrcpath} \
     40        NRswitchg \
     41        addedgeg \
     42        amtog \
     43        biplabg \
     44        catg \
     45        complg \
     46        copyg \
     47        countg \
     48        deledgeg \
     49        directg \
     50        dreadnaut \
     51        dretog \
     52        genbg \
     53        geng \
     54        genrang \
     55        gentourng \
     56        labelg \
     57        listg \
     58        multig \
     59        newedgeg \
     60        pickg \
     61        planarg \
     62        shortg \
     63        showg \
     64        ${destroot}${prefix}/bin
    5965}
Note: See TracChangeset for help on using the changeset viewer.