Skip to content

Commit

Permalink
deps/build.jl: remove touch call (#42)
Browse files Browse the repository at this point in the history
With recent CxxWrap, the 'touch' hack is not necessary anymore, as
CxxWrap itself already ensures that a changed `libnormaliz_julia`
leads to re-precompilation (via a `include_dependency` call).
  • Loading branch information
fingolfin authored Mar 20, 2024
1 parent eff197b commit 1e2a341
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,3 @@ CMake_jll.cmake() do exe
-j$(div(Sys.CPU_THREADS,2))
`)
end

# force new precompilation
touch(joinpath(@__DIR__, "..", "src", "Normaliz.jl"))

0 comments on commit 1e2a341

Please sign in to comment.