diff --git a/Q/Quiqbox/Compat.toml b/Q/Quiqbox/Compat.toml new file mode 100644 index 000000000000000..c863adc5b35ec9b --- /dev/null +++ b/Q/Quiqbox/Compat.toml @@ -0,0 +1,9 @@ +[0] +COSMO = "0.8" +Convex = "0.14" +PiecewiseQuadratics = "0.1" +SeparableOptimization = "0.1" +SymbolicUtils = "0.13" +Symbolics = "3" +julia = "1.5.0-1" +libcint_jll = "3.0" diff --git a/Q/Quiqbox/Deps.toml b/Q/Quiqbox/Deps.toml new file mode 100644 index 000000000000000..f121ab51cffc38a --- /dev/null +++ b/Q/Quiqbox/Deps.toml @@ -0,0 +1,10 @@ +[0] +COSMO = "1e616198-aa4e-51ec-90a2-23f7fbd31d8d" +Convex = "f65535da-76fb-5f13-bab9-19810c17039a" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +PiecewiseQuadratics = "63c5698c-79a9-4248-aa10-bd2a91651b58" +SeparableOptimization = "b66076ac-575f-47ff-93e2-9c43ffc8d39e" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" +Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" +libcint_jll = "574b78ca-bebd-517c-801d-4735c93a9686" diff --git a/Q/Quiqbox/Package.toml b/Q/Quiqbox/Package.toml new file mode 100644 index 000000000000000..d5fd02a2df52339 --- /dev/null +++ b/Q/Quiqbox/Package.toml @@ -0,0 +1,3 @@ +name = "Quiqbox" +uuid = "7cb8c394-fae1-4ab9-92f2-30189d7746cd" +repo = "https://github.com/frankwswang/Quiqbox.jl.git" diff --git a/Q/Quiqbox/Versions.toml b/Q/Quiqbox/Versions.toml new file mode 100644 index 000000000000000..6e31e2d315b27ff --- /dev/null +++ b/Q/Quiqbox/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "7ae2082710c1fa4d3e292ead952b35667abe2701" diff --git a/Registry.toml b/Registry.toml index 81c470da32491f4..be0911ccd4841f4 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3097,6 +3097,7 @@ some amount of consideration when choosing package names. 7cab812c-4aca-53c6-a1cf-d62f3ca054b4 = { name = "AmazonCACerts_jll", path = "A/AmazonCACerts_jll" } 7cb0a576-ebde-5e09-9194-50597f1243b4 = { name = "MPICH_jll", path = "M/MPICH_jll" } 7cb56c3c-3875-5421-bd9a-4b97f0aadfe6 = { name = "EchoviewEcs", path = "E/EchoviewEcs" } +7cb8c394-fae1-4ab9-92f2-30189d7746cd = { name = "Quiqbox", path = "Q/Quiqbox" } 7cbe2057-1070-5a1a-9a20-8e476bfa53e1 = { name = "ARules", path = "A/ARules" } 7cc45869-7501-5eee-bdea-0790c847d4ef = { name = "Enzyme_jll", path = "E/Enzyme_jll" } 7ccca996-40d6-5c2f-be7f-4eb2934af9c4 = { name = "SimpleDifferentialOperators", path = "S/SimpleDifferentialOperators" }