Last change
on this file was
154216,
checked in by ryandesign@…, 18 months ago
|
TinySVM: Fix build on Sierra.
Remove questionable build system sanity test which fails on Sierra.
Resolves #52692
Move a reinplace to the existing patchfile.
autoreconf to allow building shared library.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.6 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 154216 2016-10-24 14:38:29Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name TinySVM |
---|
7 | version 0.09 |
---|
8 | revision 1 |
---|
9 | categories math |
---|
10 | platforms darwin |
---|
11 | maintainers hum openmaintainer |
---|
12 | license LGPL-2.1 |
---|
13 | |
---|
14 | description Support Vector Machines (SVMs) |
---|
15 | long_description TinySVM is an implementation of Support Vector Machines (SVMs), \ |
---|
16 | for the problem of pattern recognition. Support Vector Machines \ |
---|
17 | is a new generation learning algorithms based on recent advances \ |
---|
18 | in statistical learning theory, and applied to large number of \ |
---|
19 | real-world applications, such as text categorization, hand-written \ |
---|
20 | character recognition. |
---|
21 | |
---|
22 | homepage http://chasen.org/~taku/software/TinySVM/ |
---|
23 | master_sites ${homepage}src/ |
---|
24 | |
---|
25 | checksums sha1 9c3c36454c475180ef6646d059376f35549cad08 \ |
---|
26 | rmd160 d44586810d4776a251cda4a08b1aa9148108c8e6 |
---|
27 | |
---|
28 | post-extract { |
---|
29 | move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac |
---|
30 | } |
---|
31 | |
---|
32 | patchfiles patch-aclocal.m4.diff \ |
---|
33 | patch-configure.ac.diff |
---|
34 | |
---|
35 | # Teach configure script how to build modern dylibs. |
---|
36 | use_autoreconf yes |
---|
37 | |
---|
38 | configure.cppflags-append -D__GNU_LIBRARY__ |
---|
39 | |
---|
40 | test.run yes |
---|
41 | test.target check |
---|
42 | |
---|
43 | livecheck.type regex |
---|
44 | livecheck.url [lindex ${master_sites} 0] |
---|
45 | livecheck.regex ${name}-(\[0-9.\]+)\\. |
---|
Note: See
TracBrowser
for help on using the repository browser.