Skip to content

Commit

Permalink
[73_6] lock requires on macOS arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Jan 9, 2024
1 parent ce0ea73 commit 79fe42c
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 0 deletions.
114 changes: 114 additions & 0 deletions xmake-requires.lock
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
1 change: 1 addition & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 79fe42c

Please sign in to comment.