Skip to content

Commit

Permalink
Update recipes/sleef/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
valgur and uilianries authored Feb 26, 2024
1 parent fa16abc commit abab162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sleef/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def validate(self):
# clang: warning: argument unused during compilation: '-mfpu=vfpv4' [-Wunused-command-line-argument]
# clang: warning: argument unused during compilation: '-arch arm64' [-Wunused-command-line-argument]
# clang: warning: argument unused during compilation: '-mmacosx-version-min=11.0' [-Wunused-command-line-argument]
raise ConanInvalidConfiguration(f"armv8 is not supported for {self.ref}")
raise ConanInvalidConfiguration(f"{self.ref} does not support Mac M1. Please, use {self.name} version >=3.6.")

def build_requirements(self):
if Version(self.version) >= "3.6":
Expand Down

0 comments on commit abab162

Please sign in to comment.