Skip to content

Commit 3444ffe

Browse files
Remove precompilation for MTK support
Can revert later when this is fixed.
1 parent 0a52f6a commit 3444ffe

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

lib/JumpProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "JumpProblemLibrary"
22
uuid = "faf0f6d7-8cee-47cb-b27c-1eb80cef534e"
3-
version = "0.1.2"
3+
version = "0.1.3"
44

55
[deps]
66
Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83"

lib/JumpProblemLibrary/src/JumpProblemLibrary.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__precompile__(false)
2+
13
module JumpProblemLibrary
24

35
using DiffEqBase, Catalyst

lib/ODEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ODEProblemLibrary"
22
uuid = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
3-
version = "0.1.2"
3+
version = "0.1.3"
44

55
[deps]
66
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

lib/ODEProblemLibrary/src/ODEProblemLibrary.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__precompile__(false)
2+
13
module ODEProblemLibrary
24

35
using DiffEqBase

lib/SDEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SDEProblemLibrary"
22
uuid = "c72e72a9-a271-4b2b-8966-303ed956772e"
3-
version = "0.1.2"
3+
version = "0.1.3"
44

55
[deps]
66
Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83"

lib/SDEProblemLibrary/src/SDEProblemLibrary.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__precompile__(false)
2+
13
module SDEProblemLibrary
24

35
using DiffEqBase, Catalyst, Markdown

0 commit comments

Comments
 (0)