From 1e68aa79aec21d43332a4403bac5cfc5502fa296 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 25 Oct 2024 05:04:54 +0000 Subject: [PATCH] Precompile the problem libraries again This was fixed awhile back. --- lib/JumpProblemLibrary/src/JumpProblemLibrary.jl | 2 -- lib/ODEProblemLibrary/src/ODEProblemLibrary.jl | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/JumpProblemLibrary/src/JumpProblemLibrary.jl b/lib/JumpProblemLibrary/src/JumpProblemLibrary.jl index ae03c7d..dab3cc1 100644 --- a/lib/JumpProblemLibrary/src/JumpProblemLibrary.jl +++ b/lib/JumpProblemLibrary/src/JumpProblemLibrary.jl @@ -1,5 +1,3 @@ -__precompile__(false) - module JumpProblemLibrary using DiffEqBase, Catalyst diff --git a/lib/ODEProblemLibrary/src/ODEProblemLibrary.jl b/lib/ODEProblemLibrary/src/ODEProblemLibrary.jl index 973ab71..9455c2b 100644 --- a/lib/ODEProblemLibrary/src/ODEProblemLibrary.jl +++ b/lib/ODEProblemLibrary/src/ODEProblemLibrary.jl @@ -1,5 +1,3 @@ -__precompile__(false) - module ODEProblemLibrary using DiffEqBase