Skip to content

Commit

Permalink
Move template to /etc
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jan 30, 2025
1 parent 8c7c8bb commit fa03268
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions etc/generate_FLINT_structs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ end

file_header_notice(FLINT_jll_version) = """
# Most of this file is generated from FLINT's header files.
# Do not edit manually, only the corresponding `*_template.jl` should be edited.
# Do not edit manually, only the corresponding `etc/*_template.jl` file should be edited.
# This file was generated using FLINT_jll v$(FLINT_jll_version).
Expand All @@ -136,7 +136,7 @@ function main()
flintversion = pkgversion(FLINT_jll)
@info "Found FLINT" flintpath flintversion

infile = joinpath(nemopath, "src", "flint", "FlintCTypes_template.jl")
infile = joinpath(nemopath, "etc", "FlintCTypes_template.jl")
outfile = joinpath(nemopath, "src", "flint", "FlintCTypes.jl")
expand_template_file(infile, outfile, flintpath, file_header_notice(flintversion))
end
Expand Down
2 changes: 1 addition & 1 deletion src/flint/FlintCTypes.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Most of this file is generated from FLINT's header files.
# Do not edit manually, only the corresponding `*_template.jl` should be edited.
# Do not edit manually, only the corresponding `etc/*_template.jl` file should be edited.

# This file was generated using FLINT_jll v300.100.301+0.

Expand Down

0 comments on commit fa03268

Please sign in to comment.