Skip to content

Commit 5b04691

Browse files
rever conanfile changes
1 parent 66e114a commit 5b04691

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

recipes/llama-cpp/all/conanfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ def export_sources(self):
6565
def validate(self):
6666
check_min_cppstd(self, 17 if self._is_new_llama else 11)
6767

68-
if Version(self.version) >= "b6529" and self.settings.os == "Macos" and Version(self.settings.os.version) < 13:
69-
raise ConanInvalidConfiguration(f"{self.ref} requires OSX >=13.")
70-
7168
def validate_build(self):
7269
if self._is_new_llama and self.settings.compiler == "msvc" and "arm" in self.settings.arch:
7370
raise ConanInvalidConfiguration("llama-cpp does not support ARM architecture on msvc, it recommends to use clang instead")

0 commit comments

Comments
 (0)