From e7b9aab7587f8dde5c5c58eb3085bfa57cd68842 Mon Sep 17 00:00:00 2001 From: Christoph Schmidt-Hieber Date: Tue, 15 Nov 2022 16:20:42 +0100 Subject: [PATCH] Update macports build files --- configure.ac | 2 +- dist/macosx/macports/python/py-stfio/Portfile | 4 ++-- dist/macosx/macports/science/stimfit/Portfile | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index b3d542fa..45f84a9b 100644 --- a/configure.ac +++ b/configure.ac @@ -277,7 +277,7 @@ if test "$enable_module" != "yes"; then WX_CXXFLAGS="`$WXCONFIG --cxxflags`" if test "$STFKERNEL" = "darwin" ; then if test "${PY_AC_VERSION:0:1}" -ge 3; then - WX_LIBS="`$WXCONFIG --libs base`" + WX_LIBS="`$WXCONFIG --libs all`" else WX_LIBS="`$WXCONFIG --libs propgrid,aui,adv,core,net,base`" fi diff --git a/dist/macosx/macports/python/py-stfio/Portfile b/dist/macosx/macports/python/py-stfio/Portfile index edf76795..4b0f3d50 100644 --- a/dist/macosx/macports/python/py-stfio/Portfile +++ b/dist/macosx/macports/python/py-stfio/Portfile @@ -15,8 +15,8 @@ homepage http://www.stimfit.org master_sites ${homepage} distname stimfit-${version} -checksums rmd160 0c7d2b1595c0d72d7d5c168d6f656b31a778d914 \ - sha256 f9a13c4a58db810da2f8acf6a56402ad93764a800b15f0703de2a89903239ebd +checksums rmd160 ba8ea20c5a9b554a082b38b895c77a662ef8e51e \ + sha256 8914a8765c1be8eba0716e460a4c85d0f8335a4b6d2320e2ecbf705d166a5a1a python.versions 27 35 36 37 diff --git a/dist/macosx/macports/science/stimfit/Portfile b/dist/macosx/macports/science/stimfit/Portfile index 8b920543..4aa9b08f 100644 --- a/dist/macosx/macports/science/stimfit/Portfile +++ b/dist/macosx/macports/science/stimfit/Portfile @@ -14,8 +14,8 @@ long_description A program for viewing and analyzing electrophysiological dat homepage http://www.stimfit.org master_sites ${homepage} -checksums rmd160 0c7d2b1595c0d72d7d5c168d6f656b31a778d914 \ - sha256 f9a13c4a58db810da2f8acf6a56402ad93764a800b15f0703de2a89903239ebd +checksums rmd160 ba8ea20c5a9b554a082b38b895c77a662ef8e51e \ + sha256 8914a8765c1be8eba0716e460a4c85d0f8335a4b6d2320e2ecbf705d166a5a1a wxWidgets.use wxWidgets-3.2 @@ -26,7 +26,8 @@ depends_lib port:fftw-3 \ configure.args --disable-dependency-tracking \ --disable-python \ --with-biosiglite \ - --with-wx-config=${wxWidgets.wxconfig} + --with-wx-config=${wxWidgets.wxconfig} \ + --enable-debug set python_branches {3.9 3.10}