-
Notifications
You must be signed in to change notification settings - Fork 66
Jan24 patches #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
fuhlig1
wants to merge
23
commits into
FairRootGroup:jan24_patches
Choose a base branch
from
fuhlig1:jan24_patches
base: jan24_patches
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+904
−23
Open
Jan24 patches #575
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
dbabc9e
[legacy] hepmc: Fix build system for CMake 4.0.1
fuhlig1 abcdaa8
[legacy] zeromq: Fix build system for CMake 4.0.1
fuhlig1 3e5a333
[legacy] vc: Fix build system for CMake 4.0.1
fuhlig1 50a2207
[legacy] pythia6: Fix build system for CMake 4.0.1
fuhlig1 b3ae9d8
[legacy] vmc: Fix build system for CMake 4.0.1
fuhlig1 4abb7d2
[legacy] vgm: Fix build system for CMake 4.0.1
fuhlig1 3d87072
[legacy] geant4_vmc: Fix build system for CMake 4.0.1
fuhlig1 03ff645
[legacy] geant3: Fix build system for CMake 4.0.1
fuhlig1 baea65d
[legacy] geant4: Fix config file
fuhlig1 de22628
[legacy] build system: Allow setting the proper SDK
fuhlig1 6ea4176
[legacy] root: Fix compilation on macosx with Clang 17 and SDK 15
fuhlig1 e1ac728
[legacy] geant4: Fix compilation crash with Clang 17
fuhlig1 6a82620
[legacy] setup scripts: Add new packages for macosx
fuhlig1 cd3a4e0
[legacy] On macosx use Homebrews patch and make
fuhlig1 a212554
[legacy] documentation: Add infos macosx
fuhlig1 a288850
[legacy] boost: Build Boost with correct SDK
fuhlig1 ee8846e
[legacy] pythia8: Build Pythia8 with correct SDK
fuhlig1 49a454d
[legacy] root: Fix build with gcc15
fuhlig1 6678e08
[legacy] geant3: Fix compilation for gcc15
fuhlig1 24febab
[legacy] tests: Fix test for gcc15
fuhlig1 e474e36
[legacy] root: Fix compilation for some systems
fuhlig1 c3c9f3f
[legacy] test: Allow test with non standard SDK on macosx
fuhlig1 63cbc99
[legacy] test: Add test of FairRoot dev branch
fuhlig1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -51,6 +51,41 @@ cmake -S <path-to-source> -B <path-to-build> -C <path-to-source>/FairSoftConfig. | |||||
|
|
||||||
| Set the installation prefix and more customization options in the [`FairSoftConfig.cmake`](../FairSoftConfig.cmake) file itself. | ||||||
|
|
||||||
| #### 3.1 CMake configure step for macOS users | ||||||
|
|
||||||
| There are some known problems about the compilation of FairSoft on macosx. | ||||||
|
|
||||||
| The first two problems are related to the version of the **patch** and **make** | ||||||
| commands on macosx. | ||||||
|
|
||||||
| The **patch** command does not support the needed parameters, | ||||||
| so one needs ot install a version of the **patch** command with brew. | ||||||
|
||||||
| so one needs ot install a version of the **patch** command with brew. | |
| so one needs to install a version of the **patch** command with brew. |
This file contains hidden or 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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -59,6 +59,17 @@ installed SDK version is the most sensible course of action here. `brew` | |||||
| contains already some logic to detect and choose the latest SDK. See the | ||||||
| "macOS SDK" section in [FairSoftConfig.cmake](../FairSoftConfig.cmake). | ||||||
|
|
||||||
| The downside with picking the latest SDK version is that some older ROOT | ||||||
| versions can't be compiled any longer after updating the compiler and the | ||||||
| connected SDK. As described above the problems with compilation errors due | ||||||
| to **wrong** SDKs are because of ROOT and there mainly becuase of rootcling. | ||||||
|
||||||
| to **wrong** SDKs are because of ROOT and there mainly becuase of rootcling. | |
| to **wrong** SDKs are because of ROOT and there mainly because of rootcling. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.