Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsvm: update to 3.35 and add py312-libsvm subport #25806

Merged
merged 4 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gis/grass/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ epoch 1
github.setup osgeo grass 8.4.0
github.tarball_from releases
# version 8.4.0
revision 2
revision 3

maintainers {yahoo.com:n_larsson @nilason} openmaintainer
categories gis
Expand Down
4 changes: 2 additions & 2 deletions gis/orfeotoolbox/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup boost 1.0

name orfeotoolbox
version 9.0.0
revision 2
revision 3
categories gis graphics
license Apache-2

Expand Down Expand Up @@ -187,4 +187,4 @@ if {${subport} eq ${name}} {

livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex {OTB-(\d+(?:\.\d+)*)[quotemeta ${extract.suffix}]}
livecheck.regex OTB-(\[0-9.\]+)[quotemeta ${extract.suffix}]
10 changes: 5 additions & 5 deletions math/libsvm/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup makefile 1.0

name libsvm
epoch 3
version 3.33
version 3.35
revision 0

categories math
Expand All @@ -22,9 +22,9 @@ long_description {*}${description} By Chih-Chung Chang and Chih-Jen Lin of

homepage https://www.csie.ntu.edu.tw/~cjlin/libsvm/
master_sites ${homepage}
checksums rmd160 19078031589d2222cc963f4438a71eca4e49d2c4 \
sha256 d5da12ccc3d0eed8453fbdf6fac7d9f0052f3e8a5f07a2174e4ef0a9d83dcdf8 \
size 945003
checksums rmd160 4908ac8a3adbbc0a52a5e532e957df22716d0f8b \
sha256 ea5633fc84b1c2fa58aa4c44b62e437573020297a1dfbe73bf1531ec817a8478 \
size 944855

patchfiles patch-Makefile.diff

Expand All @@ -38,7 +38,7 @@ destroot.env-append VERSION=${libver}
set docdir ${prefix}/share/doc/${name}

# create Python subports
set python_versions {310 311}
set python_versions {310 311 312}
foreach v ${python_versions} {
subport py${v}-${name} {
set python_branch [string index ${v} 0].[string range ${v} 1 end]
Expand Down
2 changes: 1 addition & 1 deletion math/libsvm/files/patch-Makefile.diff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@@ -1,28 +1,67 @@
-CXX ?= g++
-CFLAGS = -Wall -Wconversion -O3 -fPIC
-SHVER = 3
-SHVER = 4
-OS = $(shell uname)
-ifeq ($(OS),Darwin)
- SHARED_LIB_FLAG = -dynamiclib -Wl,-install_name,libsvm.so.$(SHVER)
Expand Down
4 changes: 2 additions & 2 deletions php/php-svm/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ php.pecl.prerelease yes

if {[vercmp ${php.branch} >= 7.0]} {
version 0.2.3
revision 2
revision 3
checksums rmd160 0df66ac9fb15b82efbf8de56439aabc7cfca4e69 \
sha256 80cf414942cc558a6934d0a508f056daaaa7399df5bd8dc556bff5ee1ebf5c9a \
size 130776
} elseif {[vercmp ${php.branch} >= 5.2]} {
version 0.1.9
revision 3
revision 4
checksums rmd160 174f667f56c051bf29f3e36766d92b68012b976b \
sha256 28c0eda03b47fb79a7a584143e8fb539fd796aacbcb11dc8dcc7b66d42cd007f \
size 111685
Expand Down
2 changes: 1 addition & 1 deletion python/py-pymvpa/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PortGroup python 1.0
github.setup PyMVPA PyMVPA 2.6.5 upstream/

name py-pymvpa
revision 3
revision 4
categories-append science math
license MIT

Expand Down