Ticket #33634: seqan.diff

File seqan.diff, 1.4 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           cmake 1.0
    56
    67name                seqan
    78version             1.3.1
    8 # 1 stealth update has occurred, see dist_subdir
     9revision            1
    910categories          science
    1011platforms           darwin
    1112
     
    2122                    3-clause BSD license except the applications which are GPL.
    2223
    2324homepage            http://www.seqan.de
    24 
    25 
    26 depends_build
    27 depends_lib         port:cmake port:python27
    28 
    2925master_sites        http://ftp.seqan.de/releases
    3026use_zip             yes
     27
     28# 1.3.1 was stealth-updated 2012-03-14
    3129dist_subdir         ${name}/${version}_1
    3230
    3331checksums           rmd160  cf19b391de789ec525d3b1e8164cf76a291beba6 \
    3432                    sha256  87eebe73ace9ada2f4664a768ae212d4acc5fb3ce87702709c3d15bf2d153aeb
    3533
     34depends_lib         port:python27 \
     35                    port:zlib
     36
     37configure.args      -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7
    3638configure.dir       ${worksrcpath}/cmake
    37 configure.ccache    no
    38 configure.cmd       cmake
    39 configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix} \
    40                     -DCMAKE_VERBOSE_MAKEFILE=ON \
    41                     -DCMAKE_BUILD_TYPE=Release \
    42                     -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7
    4339
    44 
    4540build.dir           ${worksrcpath}/cmake
    4641
     42universal_variant   no