Skip to content

Commit 52373be

Browse files
authored
pre-built libsvm binaries using BinaryBuilder (#53)
* pre-built libsvm binaries using BinaryBuilder * Minimum julia version is now 1.3
1 parent ea6a304 commit 52373be

15 files changed

+36
-3514
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
test*.jl
55

66
deps/build.log
7+
Manifest.toml

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: julia
22
julia:
3-
- "1.0"
43
- "1.3"
4+
- "1.4"
55
- nightly
66
os:
77
- linux

Project.toml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
name = "LIBSVM"
22
uuid = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
3-
version = "0.4.0"
3+
version = "0.5.0"
44

55
[deps]
6-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
76
LIBLINEAR = "2d691ee1-e668-5016-a719-b2531b85e0f5"
8-
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
97
ScikitLearnBase = "6e75b9c4-186b-50bd-896f-2d2496a4843e"
108
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
9+
libsvm_jll = "08558c22-525a-5d2a-acf6-0ac6658ffce4"
1110

1211
[compat]
13-
Compat = "2, 3"
1412
LIBLINEAR = "0.5"
1513
ScikitLearnBase = "0.5"
16-
julia = "1"
14+
julia = "1.3"
1715

1816
[extras]
1917
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- julia_version: "1.0"
3+
- julia_version: "1.4"
44
- julia_version: "1.3"
55
# - julia_version: nightly
66

deps/build.jl

-14
This file was deleted.

deps/libsvm-3.22/COPYRIGHT

-31
This file was deleted.

deps/libsvm-3.22/Makefile

-47
This file was deleted.

deps/libsvm-3.22/Makefile.win32

-10
This file was deleted.

deps/libsvm-3.22/Makefile.win64

-10
This file was deleted.

0 commit comments

Comments
 (0)