Skip to content

Commit

Permalink
Add Libdl compat for MPIPreferences (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Nov 3, 2023
1 parent 2517d52 commit f512a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MPIPreferences/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"

[compat]
julia = "1.6"
Libdl = "1"
Preferences = "1"

2 comments on commit f512a3d

@giordano
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/MPIPreferences

@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 updated: JuliaRegistries/General/94720

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 MPIPreferences-v0.1.10 -m "<description of version>" f512a3dbdbd3e3e42c6775e8063b92a8cb85d447
git push origin MPIPreferences-v0.1.10

Please sign in to comment.