[116017] trunk/dports/science/stimfit/Portfile
mojca at macports.org
mojca at macports.org
Thu Jan 16 04:51:56 PST 2014
Revision: 116017
https://trac.macports.org/changeset/116017
Author: mojca at macports.org
Date: 2014-01-16 04:51:56 -0800 (Thu, 16 Jan 2014)
Log Message:
-----------
stimfit: upgrade to 0.13.9 (maintainer, #42151)
Modified Paths:
--------------
trunk/dports/science/stimfit/Portfile
Modified: trunk/dports/science/stimfit/Portfile
===================================================================
--- trunk/dports/science/stimfit/Portfile 2014-01-16 12:37:21 UTC (rev 116016)
+++ trunk/dports/science/stimfit/Portfile 2014-01-16 12:51:56 UTC (rev 116017)
@@ -5,8 +5,7 @@
PortGroup wxWidgets 1.0
name stimfit
-version 0.13.8
-revision 1
+version 0.13.9
categories science
platforms darwin
license GPL-2
@@ -14,10 +13,10 @@
description Electrophysiology analysis suite
long_description A program for viewing and analyzing electrophysiological data
homepage http://www.stimfit.org
-master_sites googlecode:stimfit
+master_sites http://www.stimfit.org
-checksums rmd160 41c5fbb25e8a88d02d5607ec819b51086544e1c8 \
- sha256 684f488f042d4106c08bd22db81942bb24346736ea75b690df4553e15bf77e23
+checksums rmd160 48ee8ce85e298b0da9afb50906d7f5b7d002fb72 \
+ sha256 e1cd480a5a4eafb4c28e12e644a1ba0f5ff32e43b412e37cb437934f496a6424
wxWidgets.use wxPython-3.0
@@ -28,7 +27,8 @@
configure.args --with-wx-config=${wxWidgets.wxconfig} \
--disable-dependency-tracking \
- --disable-python
+ --disable-python \
+ --without-biosig
# Only Python 2.7 is supported until wxpython gets available for Python 3.x
variant python27 description {Build with Python shell.} {
@@ -59,6 +59,15 @@
--with-lapack-lib=${prefix}/lib/libatlas.a
}
+variant biosig description {Use biosig library for file I/O.} {
+ depends_lib-append \
+ port:libbiosig
+
+ configure.args-replace \
+ --without-biosig \
+ --with-biosig
+}
+
configure.ldflags-append \
-headerpad_max_install_names
@@ -66,6 +75,8 @@
# if {![variant_isset python27]} {
default_variants +python27
# }
+default_variants-append \
+ +biosig
destroot.destdir DESTDIR=${destroot}${applications_dir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140116/1f15b03e/attachment.html>
More information about the macports-changes
mailing list