aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-10-26 10:45:54 +0200
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commitf9fe0992b4f03eec44b51274a179aee64f172e5a (patch)
tree27281b1552627fec8e3861e516367e746e8ae69d /julia/CrystFEL/src/CrystFEL.jl
parent87aa2caf1a226bfea9b6011412dd1a4e47330fa2 (diff)
Julia: Add .so suffix to libcrystfel
Something changed when I upgraded to Fedora 38, and now finding a library from Julia in a system location (no absolute path), without the suffix (see "dlext"), no longer works. "dlext" appears to work for an absolute path, though. I don't know whether it's a Julia thing or an ld thing.
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl2
1 files changed, 2 insertions, 0 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index 5afa9920..cdb99979 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -11,6 +11,8 @@ Julia bindings for CrystFEL data structures and routines
"""
module CrystFEL
+libcrystfel = "libcrystfel.so"
+
include("detgeom.jl")
using .DetGeoms
export Panel, DetGeom