From c7bb1fd6553bca64b6beb4576907ed689d1f8e6f Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Mon, 14 Jul 2025 13:36:55 +0200 Subject: [PATCH] Remove libprimac const definition This definition is not needed and it breaks relocatability of PRIMA when built into a system image. --- src/PRIMA.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PRIMA.jl b/src/PRIMA.jl index 9950fc5..2438e4e 100644 --- a/src/PRIMA.jl +++ b/src/PRIMA.jl @@ -1,7 +1,6 @@ module PRIMA using PRIMA_jll -const libprimac = PRIMA_jll.libprimac include("wrappers.jl") export bobyqa, cobyla, lincoa, newuoa, prima, uobyqa, issuccess