Ticket #42159: Portfile-libbiosig.diff
File Portfile-libbiosig.diff, 1.1 KB (added by neurodroid (Christoph Schmidt-Hieber), 11 years ago) |
---|
-
./Portfile
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id : Portfile 116048 2014-01-16 23:26:40Z mojca@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup cmake 1.0 6 6 7 7 name libbiosig 8 8 version 1.5.10 9 revision 1 9 10 categories science 10 11 platforms darwin 11 12 license GPL-3 … … 28 29 29 30 depends_build-append \ 30 31 port:gawk 31 depends_lib port:SuiteSparse \ 32 port:zlib 32 depends_lib port:SuiteSparse 33 33 34 # SuiteSparse support is off until the patch gets released35 34 configure.args -DUSE_SUITESPARSE=ON \ 36 35 -DUSE_ZLIB=ON \ 37 36 -DCMAKE_C_FLAGS=-DMACPORTS \ 38 37 -DCMAKE_CXX_FLAGS=-DMACPORTS 39 38 configure.ldflags-append \ 40 -l z -lcholmod39 -lcholmod