Revision: 110527 https://trac.macports.org/changeset/110527 Author: mojca@macports.org Date: 2013-09-01 09:19:11 -0700 (Sun, 01 Sep 2013) Log Message: ----------- stimfit: update to 0.12.8 (maintainer, #40317) Modified Paths: -------------- trunk/dports/science/stimfit/Portfile Added Paths: ----------- trunk/dports/science/stimfit/files/ trunk/dports/science/stimfit/files/patch-configure.diff Modified: trunk/dports/science/stimfit/Portfile =================================================================== --- trunk/dports/science/stimfit/Portfile 2013-09-01 16:03:40 UTC (rev 110526) +++ trunk/dports/science/stimfit/Portfile 2013-09-01 16:19:11 UTC (rev 110527) @@ -5,8 +5,7 @@ PortGroup wxWidgets 1.0 name stimfit -version 0.12.4 -revision 2 +version 0.12.8 categories science platforms darwin license GPL-2 @@ -16,8 +15,8 @@ homepage http://www.stimfit.org master_sites googlecode:stimfit -checksums rmd160 042ef333806e960f5b18a911fe4a2ca96d9e4093 \ - sha256 3ca98068941f0544fa869bdfc0aae3145ed811e76d237d361eef60f11dfadc0f +checksums rmd160 e31f568c07c61972ea94c0ba460990f38cfa166d \ + sha256 cba692449709128332fd0c6ba62856e958271fddd35a8a78f96e2a24e5ef43b3 wxWidgets.use wxPython-3.0 @@ -26,12 +25,11 @@ port:hdf5-18 \ port:${wxWidgets.port} +patchfiles patch-configure.diff + configure.args --with-wx-config=${wxWidgets.wxconfig} \ --disable-dependency-tracking \ - --disable-python \ - CC="`${wxWidgets.wxconfig} --cc`" \ - CXX="`${wxWidgets.wxconfig} --cxx`" \ - LD="`${wxWidgets.wxconfig} --ld`" + --disable-python # Only Python 2.7 is supported until wxpython gets available for Python 3.x variant python27 description {Build with Python shell.} { Added: trunk/dports/science/stimfit/files/patch-configure.diff =================================================================== --- trunk/dports/science/stimfit/files/patch-configure.diff (rev 0) +++ trunk/dports/science/stimfit/files/patch-configure.diff 2013-09-01 16:19:11 UTC (rev 110527) @@ -0,0 +1,20 @@ +--- configure.orig ++++ configure +@@ -16248,7 +16248,7 @@ if ${ac_cv_lib_lapack_dgemm_+:} false; then : + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-llapack $LIBS" ++LIBS="-llapack -lblas $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -16299,7 +16299,7 @@ if ${ac_cv_lib_lapack_dgemm_+:} false; then : + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-llapack $LIBS" ++LIBS="-llapack -lblas $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +
participants (1)
-
mojca@macports.org