Files
JuliaFEM.jl/Project.toml
T

48 lines
1.5 KiB
TOML
Raw Normal View History

2018-11-29 17:40:55 -05:00
name = "JuliaFEM"
uuid = "f80590ac-b429-510a-8a99-e7c46989f22d"
2019-11-26 16:12:03 +07:00
version = "0.5.2"
2025-11-08 07:48:11 +02:00
author = ["Jukka Aho <ahojukka5@gmail.com>", "Tero Frondelius <tero.frondelius@gmail.com>", "Olli Väinölä"]
2018-11-29 17:40:55 -05:00
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
2026-05-09 16:30:23 +03:00
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
2025-11-10 22:23:39 +02:00
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
2026-05-09 16:30:23 +03:00
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
2018-11-29 17:40:55 -05:00
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
2018-11-29 17:40:55 -05:00
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
[compat]
Aqua = "0.8"
CSV = "0.10"
2026-05-09 16:30:23 +03:00
Adapt = "4.5.2"
BenchmarkTools = "1.6.3"
2025-11-10 22:23:39 +02:00
IterativeSolvers = "0.9.4"
2026-05-09 16:30:23 +03:00
KernelAbstractions = "0.9.41"
LinearOperators = "2.11.0"
2026-05-09 16:30:23 +03:00
MPI = "0.20"
StaticArrays = "1.9.15"
Tensors = "≥ 1.0.0"
julia = "1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
2026-05-09 16:30:23 +03:00
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
2026-05-09 16:30:23 +03:00
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2018-11-29 17:40:55 -05:00
[targets]
test = ["Test", "Statistics", "BenchmarkTools", "InteractiveUtils", "Random", "MPI", "Aqua"]
2026-05-09 16:30:23 +03:00
[weakdeps]
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
[extensions]
JuliaFEMMPIExt = ["MPI"]