Skip to content

Commit

Permalink
Add cross-platform support and drop support for old Julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed May 5, 2021
1 parent ffa2add commit 2755b47
Show file tree
Hide file tree
Showing 32 changed files with 27,305 additions and 2,585 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
fail-fast: false
matrix:
version:
- '1'
- '1.0'
- '1.3'
- '1.6'
os:
- [ubuntu-latest]
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
steps:
Expand Down
7 changes: 2 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name = "MiniQhull"
uuid = "978d7f02-9e05-4691-894f-ae31a51d76ca"
authors = ["Francesc Verdugo <[email protected]>", "Victor Sande <[email protected]>"]
version = "0.3.0"
version = "0.4.0"

[deps]
CMake = "631607c0-34d2-5d66-819e-eb0f9aa2061a"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Qhull_jll = "784f63db-0788-585a-bace-daefebcd302b"

[compat]
CMake = "1.2.0"
Qhull_jll = "v2019.1.0, v2020.2.0"
julia = "1"
julia = "1.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
58 changes: 0 additions & 58 deletions deps/MiniQhullWrapper/CMake/Modules/FindQhull.cmake

This file was deleted.

76 changes: 0 additions & 76 deletions deps/MiniQhullWrapper/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions deps/MiniQhullWrapper/src/include/qhullwrapper.h

This file was deleted.

17 changes: 0 additions & 17 deletions deps/MiniQhullWrapper/src/lib/CMakeLists.txt

This file was deleted.

100 changes: 0 additions & 100 deletions deps/MiniQhullWrapper/src/lib/qhullwrapper.c

This file was deleted.

20 changes: 0 additions & 20 deletions deps/MiniQhullWrapper/src/tests/CMakeLists.txt

This file was deleted.

35 changes: 0 additions & 35 deletions deps/MiniQhullWrapper/src/tests/testqhullwrapper.c

This file was deleted.

Loading

0 comments on commit 2755b47

Please sign in to comment.