You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compile/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ julia --project=compile compile/build.jl --output-dir JetReconstructionCompiled
18
18
> Before Julia 1.12, nightlies can be used instead (make sure to instantiate the main JetReconstruction and `compile` projects with the same version of Julia):
19
19
>
20
20
> ```sh
21
-
> julia +nightly --project=compile compile/build.jl --juliac
21
+
> julia +1.12-nightly --project=compile compile/build.jl --juliac
22
22
>```
23
23
>
24
24
> Packages compiled with `PackageCompiler.jl` will have `JETRECONSTRUCTION_COMPILER_PACKAGECOMPILER` defined. Packages compiled with `juliac` will have `JETRECONSTRUCTION_COMPILER_JULIAC` defined.
@@ -99,7 +99,8 @@ target_link_libraries(myTarget PUBLIC JetReconstruction::JetReconstruction)
99
99
100
100
Currently it's not possible to create libraries for different platforms - no cross-compilation!
101
101
102
-
The library is relocatable given the whole installation tree is moved, including libraries in the `lib/julia/` directory.
102
+
PackageCompiler specific:
103
103
104
-
It's advised to install the library in a separate directory to avoid possible conflicts.
105
-
The library must not be installed in the same directory as another Julia package compiled with `PackageCompiler.jl` as they would overwrite the package specific files in `share/julia`.
104
+
- The library is relocatable given the whole installation tree is moved, including libraries in the `lib/julia/` directory.
105
+
- It's advised to install the library in a separate directory to avoid possible conflicts.
106
+
The library must not be installed in the same directory as another Julia package compiled with `PackageCompiler.jl` as they would overwrite the package specific files in `share/julia`.
0 commit comments