Skip to content

Commit

Permalink
Merge pull request #87 from giordano/patch-1
Browse files Browse the repository at this point in the history
Allow `Dierckx_jll` v0.1.0
  • Loading branch information
kaarthiksundar committed Jan 18, 2022
2 parents 52c991e + 752c5f7 commit c1eb5c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,13 +1,13 @@
name = "Dierckx"
uuid = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
repo = "https://github.com/kbarbary/Dierckx.jl.git"
version = "0.5.1"
version = "0.5.2"

[deps]
Dierckx_jll = "cd4c43a9-7502-52ba-aa6d-59fb2a88580b"

[compat]
Dierckx_jll = "0.0.1"
Dierckx_jll = "0.0.1, 0.1"
julia = "1.3"

[extras]
Expand Down
13 changes: 1 addition & 12 deletions README.md
Expand Up @@ -35,18 +35,7 @@ Install (Julia 1.3 and later)
(v1.3) pkg> add Dierckx
```

(Type `]` to enter package mode.) No Fortran compiler is required on
any platform.


The Fortran library source code is distributed with the package, so
you need a Fortran compiler on OSX or Linux. On Ubuntu,
`sudo apt-get install gfortran` will do it.

On Darwin, `gfortran` comes bundled with `gcc`, so after installing Homebrew,
`brew install gcc` should install `gfortran`.

On Windows, a compiled dll will be downloaded.
(Type `]` to enter package mode.)

Example Usage
-------------
Expand Down

2 comments on commit c1eb5c1

@kaarthiksundar
Copy link
Collaborator 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/52716

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.2 -m "<description of version>" c1eb5c1d5970799b9ed2085807c11957848abbc3
git push origin v0.5.2

Please sign in to comment.