Skip to content

Commit

Permalink
Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Aug 22, 2019
1 parent b8ab456 commit 99379ad
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 13 deletions.
32 changes: 32 additions & 0 deletions Project.toml
@@ -0,0 +1,32 @@
name = "SummationByPartsOperators"
uuid = "9f78cca6-572e-554e-b819-917d2f1cf240"
version = "0.1.1"
author = ["Hendrik Ranocha"]

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PolynomialBases = "c74db56a-226d-5e98-8bb0-a6049094aeea"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"

[compat]
PolynomialBases = "≥ 0.4.1"
julia = "≥ 1.0.0"

[extras]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["LinearAlgebra", "SparseArrays", "SpecialFunctions", "Test", "BandedMatrices"]
13 changes: 0 additions & 13 deletions REQUIRE

This file was deleted.

2 comments on commit 99379ad

@ranocha
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 register

Release notes:

Fix type stability issues with newer version of StaticArrays.jl

@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/2874

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.1.1 -m "<description of version>" 99379add278e0463145289703273681b2c291da7
git push origin v0.1.1

Please sign in to comment.