diff --git a/xmake-requires.lock b/xmake-requires.lock new file mode 100644 index 0000000000..912f87635c --- /dev/null +++ b/xmake-requires.lock @@ -0,0 +1,114 @@ +{ + __meta__ = { + version = "1.0" + }, + ["macosx|arm64"] = { + ["cmake#31fecfc4"] = { + repo = { + branch = "master", + commit = "e4a467ab6e25d9afa5324cf536141660a5c1eef4", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "3.26.4" + }, + ["cpr#31fecfc4"] = { + repo = { + branch = "master", + commit = "e6867621fe3fc79693657c95209dc400ea2181ce", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "1.10.5" + }, + ["freetype#31fecfc4"] = { + repo = { + branch = "master", + commit = "e6867621fe3fc79693657c95209dc400ea2181ce", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "2.12.1" + }, + ["libaesgm#31fecfc4"] = { + repo = { + branch = "master", + commit = "e6867621fe3fc79693657c95209dc400ea2181ce", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "2013.1.1" + }, + ["libcurl#31fecfc4"] = { + repo = { + branch = "master", + commit = "e6867621fe3fc79693657c95209dc400ea2181ce", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "8.4.0" + }, + ["libgit2 1.7.1#31fecfc4"] = { + repo = { + branch = "master", + commit = "9886374ff681155238d87a525cb01af86f23562d", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "v1.7.1" + }, + ["libiconv 1.17#31fecfc4"] = { + repo = { + branch = "master", + commit = "e6867621fe3fc79693657c95209dc400ea2181ce", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "1.17" + }, + ["libjpeg#31fecfc4"] = { + repo = { + branch = "master", + commit = "e6867621fe3fc79693657c95209dc400ea2181ce", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "v9e" + }, + ["libpng#31fecfc4"] = { + repo = { + branch = "master", + commit = "e6867621fe3fc79693657c95209dc400ea2181ce", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "v1.6.37" + }, + ["lolly#31fecfc4"] = { + version = "v1.3.13" + }, + ["pdfhummus 4.6.2#23149c54"] = { + repo = { + branch = "master", + commit = "fa0dfd012f7ddd06660c41e4575792c20b67999d", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "v4.6.2" + }, + ["s7 2023.04.13#31fecfc4"] = { + repo = { + branch = "master", + commit = "e6867621fe3fc79693657c95209dc400ea2181ce", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "2023.04.13" + }, + ["tbox#31fecfc4"] = { + repo = { + branch = "master", + commit = "e6867621fe3fc79693657c95209dc400ea2181ce", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "v1.7.5" + }, + ["zlib#31fecfc4"] = { + repo = { + branch = "master", + commit = "e4a467ab6e25d9afa5324cf536141660a5c1eef4", + url = "https://gitee.com/tboox/xmake-repo.git" + }, + version = "1.2.11" + } + } +} \ No newline at end of file diff --git a/xmake.lua b/xmake.lua index 13a17c3c76..9ae8a3593a 100644 --- a/xmake.lua +++ b/xmake.lua @@ -25,6 +25,7 @@ configvar_check_cxxincludes("HAVE_UTIL_H", "util.h") --- Project: Mogan STEM Suite --- set_project("Mogan STEM Suite") +set_policy("package.requires_lock", true) local TEXMACS_VERSION = "2.1.2" local XMACS_VERSION="1.2.3-rc1" local CONFIG_USER = "XmacsLabs"