Skip to content

Commit

Permalink
Migrate from SnoopPrecompile to PrecompileTools (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Apr 25, 2023
1 parent 37daeed commit 6290f76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"

[compat]
Combinatorics = "1"
LaTeXStrings = "1.3"
Latexify = "0.15"
SnoopPrecompile = "1"
PrecompileTools = "1"
julia = "1.6"
4 changes: 2 additions & 2 deletions src/precompile.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using SnoopPrecompile
using PrecompileTools

@precompile_all_calls let
@compile_workload let
@static if !_DEFINE_DEFAULT_OPS
@boson_ops a
@fermion_ops f
Expand Down

0 comments on commit 6290f76

Please sign in to comment.