Ticket #33634: seqan.diff
File seqan.diff, 1.4 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup cmake 1.0 5 6 6 7 name seqan 7 8 version 1.3.1 8 # 1 stealth update has occurred, see dist_subdir 9 revision 1 9 10 categories science 10 11 platforms darwin 11 12 … … 21 22 3-clause BSD license except the applications which are GPL. 22 23 23 24 homepage http://www.seqan.de 24 25 26 depends_build27 depends_lib port:cmake port:python2728 29 25 master_sites http://ftp.seqan.de/releases 30 26 use_zip yes 27 28 # 1.3.1 was stealth-updated 2012-03-14 31 29 dist_subdir ${name}/${version}_1 32 30 33 31 checksums rmd160 cf19b391de789ec525d3b1e8164cf76a291beba6 \ 34 32 sha256 87eebe73ace9ada2f4664a768ae212d4acc5fb3ce87702709c3d15bf2d153aeb 35 33 34 depends_lib port:python27 \ 35 port:zlib 36 37 configure.args -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 36 38 configure.dir ${worksrcpath}/cmake 37 configure.ccache no38 configure.cmd cmake39 configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix} \40 -DCMAKE_VERBOSE_MAKEFILE=ON \41 -DCMAKE_BUILD_TYPE=Release \42 -DPYTHON_EXECUTABLE=${prefix}/bin/python2.743 39 44 45 40 build.dir ${worksrcpath}/cmake 46 41 42 universal_variant no