Skip to content

Commit

Permalink
Update macports build files
Browse files Browse the repository at this point in the history
  • Loading branch information
neurodroid committed Nov 15, 2022
1 parent ec2641d commit e7b9aab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dist/macosx/macports/python/py-stfio/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 4 additions & 3 deletions dist/macosx/macports/science/stimfit/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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}

Expand Down

0 comments on commit e7b9aab

Please sign in to comment.