diff --git a/J/JuMag/Compat.toml b/J/JuMag/Compat.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/J/JuMag/Deps.toml b/J/JuMag/Deps.toml new file mode 100644 index 000000000000000..2807ab395908921 --- /dev/null +++ b/J/JuMag/Deps.toml @@ -0,0 +1,11 @@ +[0] +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" +JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" +KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +ReadVTK = "dc215faf-f008-4882-a9f7-a79a826fadc3" +TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" +WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" diff --git a/J/JuMag/Package.toml b/J/JuMag/Package.toml new file mode 100644 index 000000000000000..6e309db7f3c9327 --- /dev/null +++ b/J/JuMag/Package.toml @@ -0,0 +1,3 @@ +name = "JuMag" +uuid = "8b6b6816-cea2-582c-a99f-83810c20db0f" +repo = "https://github.com/ww1g11/JuMag.jl.git" diff --git a/J/JuMag/Versions.toml b/J/JuMag/Versions.toml new file mode 100644 index 000000000000000..510a21dbd507c4a --- /dev/null +++ b/J/JuMag/Versions.toml @@ -0,0 +1,2 @@ +["0.3.0"] +git-tree-sha1 = "b33798ecdb3d9671dffe336c27632467dcf61594" diff --git a/J/JuMag/WeakDeps.toml b/J/JuMag/WeakDeps.toml new file mode 100644 index 000000000000000..58d7b4a0cd614e2 --- /dev/null +++ b/J/JuMag/WeakDeps.toml @@ -0,0 +1,10 @@ +[0] +AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e" +CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" +ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" +Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" +FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a" +Metal = "dde4c033-4e86-420c-a63e-0dd931031962" +PNGFiles = "f57f5aa1-a3ce-4bc8-8ab9-96f992907883" +PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663" +oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b" diff --git a/Registry.toml b/Registry.toml index 692b8e20c369c92..04e5b25230f2868 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5975,6 +5975,7 @@ some amount of consideration when choosing package names. 8b424ff8-82f5-59a4-86a6-de3761897198 = { name = "Thebes", path = "T/Thebes" } 8b53f75a-7fc5-4a6e-98d3-d4400dab8eec = { name = "MLJAbstractGPsGlue", path = "M/MLJAbstractGPsGlue" } 8b6756d2-c55c-11ea-2998-5f67ea17da60 = { name = "TimeSeriesEcon", path = "T/TimeSeriesEcon" } +8b6b6816-cea2-582c-a99f-83810c20db0f = { name = "JuMag", path = "J/JuMag" } 8b6db2d4-7670-4922-a472-f9537c81ab66 = { name = "OpenML", path = "O/OpenML" } 8b6e5320-caf2-4a3d-ab96-070b5f3e7804 = { name = "Numerics", path = "N/Numerics" } 8b6f5f00-d239-11e8-3a24-33314b00f6b0 = { name = "PlotAxes", path = "P/PlotAxes" }