-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #254 from vepadulano/6.32.02
6.32.02
- Loading branch information
Showing
20 changed files
with
19 additions
and
871 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
recipe/patches/0001-Patch-clad-build-for-use-with-external-clang.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
From d1e56d4a37eff018ddbb19df750f77ea1388ea13 Mon Sep 17 00:00:00 2001 | ||
From b156b2c874bbcca3d160be87a0e1dced85034e62 Mon Sep 17 00:00:00 2001 | ||
From: Vincenzo Eduardo Padulano <[email protected]> | ||
Date: Thu, 13 Jun 2024 16:23:27 +0200 | ||
Date: Thu, 4 Jul 2024 11:43:29 +0200 | ||
Subject: [PATCH] Patch for apple silicon | ||
|
||
--- | ||
cmake/modules/SearchInstalledSoftware.cmake | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
cmake/modules/SearchInstalledSoftware.cmake | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/cmake/modules/SearchInstalledSoftware.cmake b/cmake/modules/SearchInstalledSoftware.cmake | ||
index 109602f5e2..d4c4c7c66b 100644 | ||
index 109602f5e2..9d75aa0f0a 100644 | ||
--- a/cmake/modules/SearchInstalledSoftware.cmake | ||
+++ b/cmake/modules/SearchInstalledSoftware.cmake | ||
@@ -37,7 +37,7 @@ endif() | ||
|
@@ -20,3 +20,12 @@ index 109602f5e2..d4c4c7c66b 100644 | |
else() | ||
message(STATUS "Cocoa option can only be enabled on MacOSX platform") | ||
set(cocoa OFF CACHE BOOL "Disabled because only available on MacOSX (${cocoa_description})" FORCE) | ||
@@ -114,7 +114,7 @@ if(NOT builtin_freetype) | ||
set(FREETYPE_INCLUDE_DIR ${FREETYPE_INCLUDE_DIR_freetype2}) | ||
else() | ||
message(STATUS "FreeType not found. Switching on builtin_freetype option") | ||
- set(builtin_freetype ON CACHE BOOL "Enabled because FreeType not found (${builtin_freetype_description})" FORCE) | ||
+ set(builtin_freetype OFF CACHE BOOL "Enabled because FreeType not found (${builtin_freetype_description})" FORCE) | ||
endif() | ||
endif() | ||
endif() |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
recipe/patches/0001-Workaround-https-github.com-root-project-root-issues.patch
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
recipe/patches/0001-core-Fallback-to-urandom-for-increased-compatibility.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.