Skip to content

Commit

Permalink
add notice for an issue on windows for 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengcheng1230 committed Mar 22, 2020
1 parent a0eb031 commit 8ffb30e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ To use [Gmsh](http://gmsh.info/) mesh program.
directory and rebuild this package. This needs only to be done once.

- To come along nicely with Intel MKL, the Julia must be compiled with 32 integer interface, i.e. linking to **lp64** instead of **ipl64**.

- There is an [issue](https://github.com/shipengcheng1230/GmshTools.jl/issues/5) of building on **Windows** for Julia *v1.4.0*. (Currently I don't have a Windows machine to debug.)

2 comments on commit 8ffb30e

@shipengcheng1230
Copy link
Owner Author

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/11347

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.5 -m "<description of version>" 8ffb30e28865f192a7c1edfba3c006f9c62d1f89
git push origin v0.3.5

Please sign in to comment.