Skip to content

Commit

Permalink
Switch to new @wrapmodule syntax (#710)
Browse files Browse the repository at this point in the history
The old one still works but is deprecated.
  • Loading branch information
fingolfin authored Sep 12, 2023
1 parent b152845 commit 1195813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LibSingular.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using CxxWrap

import ..Singular: libflint, libantic, libsingular_julia, AbstractAlgebra

@wrapmodule(libsingular_julia())
@wrapmodule(libsingular_julia)

function __init__()
@initcxx
Expand Down

0 comments on commit 1195813

Please sign in to comment.