Ticket #41769: itpp-4.3.1.diff
File itpp-4.3.1.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup cmake 1.0 6 5 7 name itpp 6 version 4. 2.08 version 4.3.1 7 9 categories math 10 platforms darwin 8 11 maintainers mfeiri openmaintainer 9 12 license GPL-3+ 10 13 description IT++ is a C++ library of mathematical, signal processing \ … … 15 18 homepage http://sourceforge.net/projects/itpp/ 16 19 17 20 use_bzip2 yes 18 distname ${name}-4.219 21 master_sites sourceforge:project/itpp/itpp/${version} 20 22 21 checksums rmd160 ccf272d839f8178ac4729f48301bde771ffe3573\22 sha 1 3b75fbcbbc43ac6e47d80283ffd41673ccfa035e23 checksums rmd160 2ca1bf46dc59a77703a384906f1d3fbbb1c43946 \ 24 sha256 50717621c5dfb5ed22f8492f8af32b17776e6e06641dfe3a3a8f82c8d353b877 23 25 24 26 depends_lib port:fftw-3 25 27 26 configure.args --disable-html-doc 28 configure.dir ${workpath}/build 29 build.dir ${configure.dir} 30 31 post-extract { 32 file mkdir ${configure.dir} 33 } 34 35 configure.args-append \ 36 -DFFT_VENDOR=FFTW3 \ 37 -DHTML_DOCS=OFF \ 38 ${worksrcpath}