Skip to content

Commit

Permalink
pre-built libsvm binaries using BinaryBuilder (#53)
Browse files Browse the repository at this point in the history
* pre-built libsvm binaries using BinaryBuilder

* Minimum julia version is now 1.3
  • Loading branch information
aviks authored Aug 21, 2020
1 parent ea6a304 commit 52373be
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 3,514 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
test*.jl

deps/build.log
Manifest.toml
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: julia
julia:
- "1.0"
- "1.3"
- "1.4"
- nightly
os:
- linux
Expand Down
8 changes: 3 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name = "LIBSVM"
uuid = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
version = "0.4.0"
version = "0.5.0"

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

[compat]
Compat = "2, 3"
LIBLINEAR = "0.5"
ScikitLearnBase = "0.5"
julia = "1"
julia = "1.3"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- julia_version: "1.0"
- julia_version: "1.4"
- julia_version: "1.3"
# - julia_version: nightly

Expand Down
14 changes: 0 additions & 14 deletions deps/build.jl

This file was deleted.

31 changes: 0 additions & 31 deletions deps/libsvm-3.22/COPYRIGHT

This file was deleted.

47 changes: 0 additions & 47 deletions deps/libsvm-3.22/Makefile

This file was deleted.

10 changes: 0 additions & 10 deletions deps/libsvm-3.22/Makefile.win32

This file was deleted.

10 changes: 0 additions & 10 deletions deps/libsvm-3.22/Makefile.win64

This file was deleted.

Loading

4 comments on commit 52373be

@aviks
Copy link
Contributor Author

@aviks aviks commented on 52373be Aug 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@aviks
Copy link
Contributor Author

@aviks aviks commented on 52373be Aug 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/19948

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.0 -m "<description of version>" 52373beca95896efc2566871e99a42580d0e1134
git push origin v0.5.0

Please sign in to comment.