Skip to content

Commit

Permalink
test on macos 11 (#45)
Browse files Browse the repository at this point in the history
* test on macos 11

* gpl remark in readme, trigger test on Macosx 11
  • Loading branch information
j-fu authored May 15, 2024
1 parent 003a995 commit 23d154b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macOS-11 # intel
- macOS-13 # intel
- macOS-14 # arm
arch:
Expand All @@ -31,7 +32,9 @@ jobs:
arch: aarch64
- os: windows-latest
arch: aarch64
- os: macOS-13
- os: macOS-11
arch: aarch64
- os: macOS-13
arch: aarch64
- os: macOS-14
version: 1.6
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ Used by [VoronoiFVM](https://github.com/j-fu/VoronoiFVM.jl) and [GradientRobust
a package for novel, gradient robust finite element methods.

## Additional functionality:
## Companion packages:


- Tools to create tensor product grids
- Tools for grid modification
- [Gmsh.jl](https://github.com/JuliaFEM/Gmsh.jl) extension

## Companion packages:
- [Gmsh.jl](https://github.com/JuliaFEM/Gmsh.jl) extension. Please be aware about the fact that, while this package
and [Gmsh.jl](https://github.com/JuliaFEM/Gmsh.jl) are MIT licensed, the underlying binary code of Gmsh is
distributed under the [GPLv2 license](https://gmsh.info/LICENSE.txt).
- Visualization of these grids and of functions on them is avaialable in [GridVisualize.jl](https://github.com/j-fu/GridVisualize.jl).
- [SimplexGridFactory](https://github.com/j-fu/SimplexGridFactory.jl) contains an API which allows to
create `ExtendableGrid` objects with [Triangulate.jl](https://github.com/JuliaGeometry/Triangulate.jl) which wraps the Triangle mesh generator
Expand Down

0 comments on commit 23d154b

Please sign in to comment.