Skip to content

Commit b383f06

Browse files
committed
point to 1.12 nighthlies in the readme, remove compat on julia version
1 parent 2b0bdaf commit b383f06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

compile/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ JetReconstruction = {path = ".."}
99
[compat]
1010
JetReconstruction = "0.4"
1111
PackageCompiler = "2"
12-
julia = "1.11"

compile/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ julia --project=compile compile/build.jl --output-dir JetReconstructionCompiled
1818
> 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):
1919
>
2020
> ```sh
21-
> julia +nightly --project=compile compile/build.jl --juliac
21+
> julia +1.12-nightly --project=compile compile/build.jl --juliac
2222
> ```
2323
>
2424
> 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)
9999
100100
Currently it's not possible to create libraries for different platforms - no cross-compilation!
101101
102-
The library is relocatable given the whole installation tree is moved, including libraries in the `lib/julia/` directory.
102+
PackageCompiler specific:
103103
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

Comments
 (0)