[116171] trunk/dports/science/libbiosig/Portfile

mojca at macports.org mojca at macports.org
Mon Jan 20 15:25:49 PST 2014


Revision: 116171
          https://trac.macports.org/changeset/116171
Author:   mojca at macports.org
Date:     2014-01-20 15:25:49 -0800 (Mon, 20 Jan 2014)
Log Message:
-----------
libbiosig: don't link with system zlib (maintainer, closes #42159)

Modified Paths:
--------------
    trunk/dports/science/libbiosig/Portfile

Modified: trunk/dports/science/libbiosig/Portfile
===================================================================
--- trunk/dports/science/libbiosig/Portfile	2014-01-20 17:50:41 UTC (rev 116170)
+++ trunk/dports/science/libbiosig/Portfile	2014-01-20 23:25:49 UTC (rev 116171)
@@ -6,6 +6,7 @@
 
 name                libbiosig
 version             1.5.10
+revision            1
 categories          science
 platforms           darwin
 license             GPL-3
@@ -24,17 +25,18 @@
 patchfiles          patch-getline.diff
 worksrcdir          biosig4c++-${version}
 checksums           rmd160  2cd5b3c431fe8bd2cc3128fee3c378097f25fcd0 \
-                    sha256  53472928c0ae409de6b4e9a6006f33f3bcdfb72462b1661bf8f42a7eef98877c \
+                    sha256  53472928c0ae409de6b4e9a6006f33f3bcdfb72462b1661bf8f42a7eef98877c
 
 depends_build-append \
                     port:gawk
 depends_lib         port:SuiteSparse \
                     port:zlib
 
-# SuiteSparse support is off until the patch gets released
 configure.args      -DUSE_SUITESPARSE=ON \
                     -DUSE_ZLIB=ON \
+                    -DZLIB_INCLUDE_DIR=${prefix}/include \
+                    -DZLIB_LIBRARY=${prefix}/lib/libz.dylib \
                     -DCMAKE_C_FLAGS=-DMACPORTS \
                     -DCMAKE_CXX_FLAGS=-DMACPORTS
 configure.ldflags-append \
-                    -lz -lcholmod
+                    -lcholmod
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140120/1de6f6c6/attachment.html>


More information about the macports-changes mailing list