Ticket #42159: Portfile-libbiosig.diff

File Portfile-libbiosig.diff, 1.1 KB (added by neurodroid (Christoph Schmidt-Hieber), 10 years ago)

libbiosig Portfile diff to use only system zlib

  • ./Portfile

     
    11# -*- 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$
    33
    44PortSystem          1.0
    55PortGroup           cmake 1.0
    66
    77name                libbiosig
    88version             1.5.10
     9revision            1
    910categories          science
    1011platforms           darwin
    1112license             GPL-3
     
    2829
    2930depends_build-append \
    3031                    port:gawk
    31 depends_lib         port:SuiteSparse \
    32                     port:zlib
     32depends_lib         port:SuiteSparse
    3333
    34 # SuiteSparse support is off until the patch gets released
    3534configure.args      -DUSE_SUITESPARSE=ON \
    3635                    -DUSE_ZLIB=ON \
    3736                    -DCMAKE_C_FLAGS=-DMACPORTS \
    3837                    -DCMAKE_CXX_FLAGS=-DMACPORTS
    3938configure.ldflags-append \
    40                     -lz -lcholmod
     39                    -lcholmod